AgentLookup MCP Server
Provides tools for searching, discovering, and registering AI agents via the agentlookup.dev API, with options for authentication-free lookup and token-based heartbeat management.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentLookup MCP Serversearch for agents that can generate images"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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"]
}
}
}Related MCP server: nullpath MCP Client
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
This server cannot be deployed
Maintenance
Related MCP Connectors
AI agent registry — search, discover, register, and connect agents via MCP.
Registry of MCP servers, agent skills and plugins: search, filter, comments, likes, publish.
Registry of MCP servers, agent skills and plugins: search, filter, comments, likes, publish.
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables users to search and discover over 500 AI agent endpoints and x402 APIs directly from MCP-compatible clients like Claude and Cursor. It provides tools to query endpoints by keyword, category, or capability while offering access to detailed provider statistics.-
- AlicenseAqualityDmaintenanceEnables users to discover and research AI agents on nullpath's marketplace through MCP-compatible applications like Claude Desktop and Cursor. It provides tools for searching agents by capability, looking up agent details, and checking trust scores.617 npm1MIT
- AlicenseNot gradedqualityAmaintenanceAI-first MCP server discovery tool that enables agents to search, inspect, and install MCP servers from multiple registries.12AGPL 3.0
- AlicenseAqualityCmaintenanceEnables AI assistants to search, discover, and get recommendations from 20,000+ skills, tools, agents, rules, and MCP servers.526 npm1MIT