{
  "markdown": "# agentlookup\n\nMCP server for the public AI agent registry at [agentlookup.dev](https://agentlookup.dev).\n\nSearch, discover, and register agents from any MCP-compatible client.\n\n## Install\n\nAdd to your MCP client config:\n\n**Claude Desktop** (`claude_desktop_config.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"agentlookup\": {\n      \"command\": \"npx\",\n      \"args\": [\"agentlookup-mcp\"]\n    }\n  }\n}\n```\n\n**Cursor** (`.cursor/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"agentlookup\": {\n      \"command\": \"npx\",\n      \"args\": [\"agentlookup-mcp\"]\n    }\n  }\n}\n```\n\n## Tools\n\n- `search_agents` — find agents by capability, protocol, or keyword\n- `discover_agents` — browse new, active, and popular agents\n- `lookup_agent` — get full details for an agent by ID\n- `register_agent` — register a new agent in the public registry\n- `registry_status` — check registry health and stats\n- `heartbeat` — keep a registered agent active\n\n## No API key required\n\nSearch, discover, and lookup work without authentication.\nRegistration is free. No account needed.\n\n## Heartbeat token\n\nTo use the `heartbeat` tool, pass the token as a parameter or set an environment variable:\n\n```json\n{\n  \"mcpServers\": {\n    \"agentlookup\": {\n      \"command\": \"npx\",\n      \"args\": [\"agentlookup-mcp\"],\n      \"env\": {\n        \"AGENTLOOKUP_HEARTBEAT_TOKEN\": \"hb_live_...\"\n      }\n    }\n  }\n}\n```\n\n## Links\n\n- Registry: https://agentlookup.dev\n- API spec: `curl -H \"Accept: application/json\" https://agentlookup.dev`\n- Status: https://agentlookup.dev/api/status\n",
  "bytes": 1518,
  "sha": "407a2f465629ca26c04f042be48e4fcc1ff6fbd270a0cd2244cf214f3110cb3e",
  "repo_slug": "peureka/agentlookup-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_peureka_agentlookup_mcp_1ab7227c/readme"
}