Connects Claude to the public AI agent registry at agentlookup.dev for searching, discovering, and registering agents. You get six tools: search by capability or keyword, browse trending and new agents, look up full details by ID, register new agents, check registry health, and send heartbeat pings to keep registrations active. Search and discovery work without authentication. Registration is free and doesn't require an account, though you'll need a heartbeat token (via parameter or environment variable) to keep agents marked as active. Useful when you're building multi-agent systems and need a central directory to find existing agents or make your own discoverable.
MCP server for the public AI agent registry at agentlookup.dev.
Search, discover, and register agents from any MCP-compatible client.
Add to your MCP client config:
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"agentlookup": {
"command": "npx",
"args": ["agentlookup-mcp"]
}
}
}
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"agentlookup": {
"command": "npx",
"args": ["agentlookup-mcp"]
}
}
}
search_agents — find agents by capability, protocol, or keyworddiscover_agents — browse new, active, and popular agentslookup_agent — get full details for an agent by IDregister_agent — register a new agent in the public registryregistry_status — check registry health and statsheartbeat — keep a registered agent activeSearch, discover, and lookup work without authentication. Registration is free. No account needed.
To use the heartbeat tool, pass the token as a parameter or set an environment variable:
{
"mcpServers": {
"agentlookup": {
"command": "npx",
"args": ["agentlookup-mcp"],
"env": {
"AGENTLOOKUP_HEARTBEAT_TOKEN": "hb_live_..."
}
}
}
}
curl -H "Accept: application/json" https://agentlookup.devcom.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp