AgentLookup MCP Server
agentlookup
agentlookup.dev の公開AIエージェントレジストリ用MCPサーバー。
MCP対応クライアントからエージェントを検索、発見、登録できます。
インストール
MCPクライアント設定に追加:
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
ツール
search_agents— 機能、プロトコル、キーワードでエージェントを検索discover_agents— 新着、アクティブ、人気のエージェントをブラウズlookup_agent— IDでエージェントの詳細を取得register_agent— 公開レジストリに新しいエージェントを登録registry_status— レジストリの健全性と統計情報を確認heartbeat— 登録済みエージェントをアクティブに維持
APIキー不要
検索、発見、ルックアップは認証なしで機能します。 登録は無料です。アカウントは不要です。
ハートビートトークン
heartbeat ツールを使用するには、トークンをパラメータとして渡すか、環境変数を設定してください:
{
"mcpServers": {
"agentlookup": {
"command": "npx",
"args": ["agentlookup-mcp"],
"env": {
"AGENTLOOKUP_HEARTBEAT_TOKEN": "hb_live_..."
}
}
}
}リンク
レジストリ:https://agentlookup.dev
API仕様:
curl -H "Accept: application/json" https://agentlookup.dev
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.6171MIT
- AlicenseNot gradedqualityBmaintenanceAI-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.5251MIT
Related MCP Connectors
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
Discover 6,700+ MCP servers and 15,000+ OpenClaw skills. Agent-native search with outcome ranking.
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/peureka/agentlookup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server