Open infrastructure for agent-readable knowledge change โ turns source histories into replayable semantic change events
| Tool name | Description | Destructive? |
|---|---|---|
| analyze | Analyze the full edit history of a Wikipedia page. Returns structured events including claim changes, citation changes, | โ no |
| claim | Track a specific text claim across Wikipedia revisions. Returns claim lineage: when it first appeared, how it changed, w | โ no |
| export | Export analysis results as structured data. Supports JSON, NDJSON, CSV, Parquet, and HTML formats. | โ no |
| cron | One-shot re-observation for scheduled monitoring. Compares against prior analysis and optionally notifies on new events. | โ no |
| classify | Model-assisted classification of an inference boundary. Replaces default heuristic with an LLM-based decision for one bo | โ no |
{
"mcpServers": {
"refract": {
"command": "npx",
"args": [
"-y",
"refract"
]
}
}
}