{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "name": "AirA2A MCP Registry & Hub",
  "version": "1.0.0",
  "description": "Autonomous Model Context Protocol (MCP) server & capability registry indexing 470+ verified tools across 60+ categories.",
  "website": "https://aira2a.com",
  "documentation": "https://aira2a.com/llms.txt",
  "transport": {
    "type": "sse",
    "url": "https://aira2a.com/sse"
  },
  "transports": [
    {
      "type": "sse",
      "url": "https://aira2a.com/sse"
    }
  ],
  "endpoints": {
    "sse": "https://aira2a.com/sse",
    "message": "https://aira2a.com/message",
    "discover": "https://aira2a.com/v1/tools/discover",
    "api": "https://aira2a.com/api/tools"
  },
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tags": [
    "mcp",
    "agent",
    "registry",
    "autonomous-tools",
    "tools-marketplace"
  ]
}