
Aibooma AI Agent Registry
Search and register AI agents in a central registry so your stack can discover and connect collaborators via MCP.
Overview
com.aibooma/agent-registry is a MCP server for the build phase that lets you search, discover, register, and connect AI agents through the Aibooma registry.
What is this MCP server?
- Search and discover agents without an API key; register and manage with X-API-Key (aibk_...)
- Hosted streamable-http MCP at https://api.aibooma.com/mcp (version 0.2.0)
- Register agents and connect them for orchestration-style workflows
- Open-source lineage via github.com/sairaj-reddy/aibooma
- Separates public discovery from authenticated registration and management
- Server version 0.2.0
- Remote URL https://api.aibooma.com/mcp
- Optional X-API-Key header for registration; search works without key per schema
What problem does it solve?
Your agents and sub-agents are undocumented URLs and you have no MCP-native way to find or register them.
Who is it for?
Indie builders shipping agent-heavy products who want a searchable registry instead of a private spreadsheet of endpoints.
Skip if: Single-chatbot apps with no multi-agent composition or teams that forbid third-party agent directories.
What do I get? / Deliverables
After adding the Aibooma MCP remote, you can discover agents freely and register yours with an API key for others—and your stack—to connect.
- MCP-accessible agent search and discovery
- Registered agent entries visible in the Aibooma registry (with API key)
- Documented connection path for other MCP clients to your agent
Recommended MCP Servers
Journey fit
How it compares
Central agent registry MCP, not a local skill pack or single-model API wrapper.
Common Questions / FAQ
Who is com.aibooma/agent-registry for?
Developers building or operating multiple AI agents who want MCP-native search, registration, and connection flows.
When should I use com.aibooma/agent-registry?
Use it when you need to discover existing agents or publish your own agent so MCP clients can find and attach to it.
How do I add com.aibooma/agent-registry to my agent?
Add remote MCP https://api.aibooma.com/mcp; optional header X-API-Key with your aibk_ key for register and manage operations.