π¦
io.github.peureka/agentlookup-mcp
Search, discover, and register AI agents in the public registry at agentlookup.dev.
0 installs
Trust: 37 β Low
Devtools
Ask AI about io.github.peureka/agentlookup-mcp
Powered by Claude Β· Grounded in docs
I know everything about io.github.peureka/agentlookup-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
agentlookup
MCP server for the public AI agent registry at agentlookup.dev.
Search, discover, and register agents from any MCP-compatible client.
Install
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"]
}
}
}
Tools
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 active
No API key required
Search, discover, and lookup work without authentication. Registration is free. No account needed.
Heartbeat token
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_..."
}
}
}
}
Links
- Registry: https://agentlookup.dev
- API spec:
curl -H "Accept: application/json" https://agentlookup.dev - Status: https://agentlookup.dev/api/status
