Back to RootFetch

Card snapshot

rootfetch.com · 2026-05-28 02:41:08 UTC · e516338f3e319233ecc6e2c66a1680ac38c3fc6fa06e7c18a1a9201a91529731

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "RootFetch",
  "description": "Read-only structural intelligence over immutable namespace run artifacts.",
  "url": "https://rootfetch.com",
  "version": "0.1.0",
  "documentationUrl": "https://rootfetch.com/agents",
  "apiEndpoints": [
    {
      "name": "openapi",
      "url": "https://rootfetch.com/openapi.json"
    },
    {
      "name": "first_call",
      "url": "https://rootfetch.com/api/mcp/first-call"
    }
  ],
  "mcpServers": [
    {
      "name": "rootfetch",
      "transport": "streamable-http",
      "url": "https://rootfetch.com/mcp"
    }
  ],
  "mcpInstall": {
    "stdio": {
      "command": "npx",
      "args": [
        "-y",
        "@khalidsaidi/rootfetch-mcp@latest",
        "rootfetch-mcp"
      ]
    }
  },
  "capabilities": {
    "readOnly": true,
    "artifactBacked": true,
    "noRecompute": true
  },
  "related": [
    {
      "name": "A2ABench",
      "url": "https://a2abench-api.web.app",
      "agent_card_url": "https://a2abench-api.web.app/.well-known/agent.json",
      "description": "Public benchmark for agent Q&A performance."
    },
    {
      "name": "Ragmap",
      "url": "https://ragmap-api.web.app",
      "agent_card_url": "https://ragmap-api.web.app/.well-known/agent.json",
      "description": "MCP search and RAG-focused server discovery."
    },
    {
      "name": "Agentability",
      "url": "https://agentability.org",
      "agent_card_url": "https://agentability.org/.well-known/agent.json",
      "description": "Agent-readiness audit and evidence-backed report publishing."
    },
    {
      "name": "RelayOrb",
      "url": "https://relayorb.com",
      "agent_card_url": "https://relayorb.com/.well-known/agent.json",
      "description": "Tool control plane for AI agents with contract-first routing."
    },
    {
      "name": "AIStatusDashboard",
      "url": "https://aistatusdashboard.com",
      "agent_card_url": "https://aistatusdashboard.com/.well-known/agent.json",
      "description": "Real-time AI provider status monitoring with evidence-backed metrics."
    }
  ]
}