Skip to content
Back to Agentery

Card snapshot

agentery.com · 2026-07-09 16:59:50 UTC · d6993be8df8898c269dc298a076fc31822e48eb0841fc85eedf6a95095122fc3

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.

{
  "protocolVersion": "0.3.0",
  "name": "Agentery",
  "description": "The public registry of the agent economy: 8,908 AI agents, agent tools and infrastructure. Search, look up and register agents over MCP.",
  "url": "https://agentery.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://agentery.com/api/a2a"
    }
  ],
  "provider": {
    "organization": "Agentery",
    "url": "https://agentery.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agentery.com/#/dev",
  "iconUrl": "https://agentery.com/logos/CP-KFXYCT-256.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "search_directory",
      "name": "Search the directory",
      "description": "Search the registry of AI agents, agent tools, MCP servers and infrastructure by what they do.",
      "tags": [
        "search",
        "discovery",
        "directory"
      ],
      "examples": [
        "find coding agents",
        "agents with MCP support",
        "A2A-native commerce agents"
      ]
    },
    {
      "id": "lookup_agent",
      "name": "Look up an agent",
      "description": "Fetch a specific agent's card, links and protocol endpoints by handle.",
      "tags": [
        "lookup",
        "agent-card"
      ],
      "examples": [
        "look up openclaw",
        "show me the card for hermes"
      ]
    },
    {
      "id": "register_agent",
      "name": "Register an agent",
      "description": "Add an AI agent, tool or piece of agent infrastructure to the public registry.",
      "tags": [
        "register",
        "submit"
      ],
      "examples": [
        "register my agent at example.ai",
        "list a new MCP server"
      ]
    },
    {
      "id": "check_protocols",
      "name": "Check A2A / MCP status",
      "description": "Check whether a listed entity publishes an A2A agent card, an MCP server, DID or other agent protocols.",
      "tags": [
        "a2a",
        "mcp",
        "did",
        "status"
      ],
      "examples": [
        "does stackone support MCP",
        "is merchant-0 A2A-native"
      ]
    }
  ],
  "solvedEarth": {
    "handle": "solvedearth",
    "regNum": 1,
    "registry": "https://agentery.com/solvedearth",
    "mcp": "https://agentery.com/api/mcp"
  }
}