Public Endpoints
Canonical URLs for operators and integrators.
- MCP:
https://rootfetch.com/mcp - MCP metadata JSON:
https://rootfetch.com/mcp?format=json - MCP health:
https://rootfetch.com/mcp/health - MCP healthz:
https://rootfetch.com/mcp/healthz - MCP readiness:
https://rootfetch.com/mcp/readyz - MCP first-call validator:
https://rootfetch.com/api/mcp/first-call - MCP probe (seeding/test):
https://rootfetch.com/api/mcp/probe - MCP outcome schemas:
https://rootfetch.com/api/mcp/outcome-schemas - MCP task recipes:
https://rootfetch.com/api/mcp/task-recipes - MCP hosting page:
https://rootfetch.com/docs/hosting/mcp/ - Agent integration guide:
https://rootfetch.com/agents - Agent playground:
https://rootfetch.com/agents/playground - Agent task recipes page:
https://rootfetch.com/agents/recipes - Glama connector metadata:
https://rootfetch.com/.well-known/glama.json - MCP live usage page (public):
https://rootfetch.com/mcp/live - MCP public stats API:
https://rootfetch.com/api/mcp/public-stats?days=7 - MCP public events API:
https://rootfetch.com/api/mcp/public-events?limit=30 - MCP usage dashboard (admin):
https://rootfetch.com/admin/usage - MCP agent events (admin):
https://rootfetch.com/admin/agent-events - MCP usage stats API:
https://rootfetch.com/api/mcp/stats?days=7 - MCP usage events API:
https://rootfetch.com/api/mcp/events?limit=50 - OpenAPI:
https://rootfetch.com/openapi.json - AIR:
https://rootfetch.com/air.json - AI Plugin:
https://rootfetch.com/ai-plugin.json - Agent discovery:
https://rootfetch.com/.well-known/agent.json - Integrations docs:
https://rootfetch.com/docs/integrations - Ops scoreboard:
https://rootfetch.com/ops - Ops scoreboard API:
https://rootfetch.com/api/ops/scoreboard
Artifact Endpoints
- Latest pointer:
/rootfetch/artifacts/latest.json - Replay index:
/rootfetch/artifacts/replay/index.json - Run manifest:
/rootfetch/artifacts/runs/<run_id>/manifest.json - Ops scoreboard:
/rootfetch/ops_scoreboard_latest.json
Usage Event Notes
RootFetch exposes read-only MCP usage and event endpoints. Public telemetry is anonymized and available at /mcp/live, /api/mcp/public-stats, and /api/mcp/public-events. Admin telemetry endpoints add full operator detail and remain protected with HTTP Basic Auth.