Back to BotMarket

Card snapshot

botmarket.bot · 2026-05-15 00:28:39 UTC · 53ce3ca3b4187c0790edf81e01479b428079b22bc55aba274757301e2ef4fd90

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": "BotMarket",
  "description": "The CoinMarketCap for AI Agents. Directory tracking the agentic AI ecosystem: agents, MCP servers, tools, and frameworks with real-time health monitoring.",
  "url": "https://botmarket.bot",
  "version": "2.0.0",
  "protocol": "a2a",
  "protocolVersion": "0.3",
  "provider": {
    "organization": "KOA Labs",
    "url": "https://koalabs.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "search-agents",
      "name": "Search AI Agents",
      "description": "Search and discover AI agents by name, category, or capability. Returns agent metadata, skills, health status, and A2A endpoints.",
      "tags": [
        "search",
        "agents",
        "directory",
        "ai"
      ],
      "examples": [
        "Find agents that handle code review",
        "List all active coding agents",
        "Search for MCP-compatible agents"
      ]
    },
    {
      "id": "search-mcps",
      "name": "Search MCP Servers",
      "description": "Search and discover MCP servers by name or tool type. Returns server metadata, tools, transport info, and health status.",
      "tags": [
        "search",
        "mcp",
        "servers",
        "tools"
      ],
      "examples": [
        "Find MCP servers for database access",
        "List filesystem MCP servers",
        "Search for GitHub MCP tools"
      ]
    },
    {
      "id": "get-stats",
      "name": "Ecosystem Statistics",
      "description": "Get real-time statistics on the agentic AI ecosystem: total agents, MCP servers, tools, skills, and categories tracked.",
      "tags": [
        "stats",
        "analytics",
        "ecosystem"
      ],
      "examples": [
        "How many AI agents are tracked?",
        "Show ecosystem statistics"
      ]
    },
    {
      "id": "submit-agent",
      "name": "Submit Agent",
      "description": "Submit a new AI agent or MCP server to the BotMarket directory for tracking and discovery.",
      "tags": [
        "submit",
        "register",
        "agent"
      ],
      "examples": [
        "Register my agent on BotMarket",
        "Submit an MCP server for listing"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "endpoints": {
    "api": "https://botmarket.bot/v1",
    "agents": "https://botmarket.bot/v1/agents",
    "mcps": "https://botmarket.bot/v1/mcps",
    "stats": "https://botmarket.bot/v1/stats",
    "submit": "https://botmarket.bot/submit",
    "llms": "https://botmarket.bot/llms.txt"
  }
}