Serverscom.aibooma/agent-registry
R

Aibooma - AI Agent Registry

com.aibooma/agent-registry · v0.2.0
● Remote
v0.2.0remote🌐 https://api.aibooma.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.aibooma/agent-registry",
  "description": "AI agent registry — search, discover, register, and connect agents via MCP.",
  "title": "Aibooma - AI Agent Registry",
  "repository": {
    "url": "https://github.com/sairaj-reddy/aibooma",
    "source": "github"
  },
  "version": "0.2.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.aibooma.com/mcp",
      "headers": [
        {
          "description": "Aibooma account API key (aibk_...) for agent registration and management. Not required for search and discovery.",
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}