← rootfetch.com
INDIVIDUAL MCP TOOL
rootfetch.latest
Returns /rootfetch/artifacts/latest.json and run-scoped artifact URLs.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rootfetch-com]
url = "https://rootfetch.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rootfetch-com": {
"type": "http",
"url": "https://rootfetch.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rootfetch-com
Remote MCP URL: https://rootfetch.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rootfetch-com": {
"url": "https://rootfetch.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rootfetch-com": {
"type": "http",
"url": "https://rootfetch.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rootfetch-com",
"transport": "streamable-http",
"url": "https://rootfetch.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
rootfetch.replay_index— Returns /rootfetch/artifacts/replay/index.json entries.rootfetch.run_manifest— Returns manifest for a run_id (or latest when omitted).rootfetch.run_bundle— Returns model_latest.json + coverage_latest.json + signals_latest.json for one immutable run.rootfetch.outcome.current_state— Returns a strict, evidence-bound summary of regime, concentration, coverage, and volatility for one immutable run.rootfetch.outcome.run_delta— Returns strict run-to-run deltas with model transition disclosure and mandatory evidence for both runs.rootfetch.outcome.tld_spotlight— Returns strict, evidence-bound TLD metrics (count/share/deltas/anomaly flags) from one immutable run.rootfetch.outcome.alert_candidates— Returns strict candidate rows from anomaly/mover evidence with trigger context for one immutable run.rootfetch.compare_link— Returns compare URL only (artifact-only; no server-side recompute).