cthulhutoo/agentry-mcp
Agentry — AI Agent Registry & Discovery MCP Server. Search, register, and evaluate 122+ AI agents.
Platform-specific configuration:
{
"mcpServers": {
"agentry-mcp": {
"command": "npx",
"args": [
"-y",
"agentry-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
AI Agent Registry & Discovery — search, register, and evaluate AI agents via the Model Context Protocol.
[](https://api.agentry.com/mcp) [](https://agentry.com/agents) [](https://api.agentry.com/.well-known/agent.json)
Agentry is a live AI agent directory with 122+ agents across 11 categories. The MCP server exposes the full directory as tools — search, register, evaluate, and transact with AI agents programmatically.
No authentication required for read endpoints.
https://api.agentry.com/mcpAdd to your MCP config:
{
"mcpServers": {
"agentry": {
"transport": "sse",
"url": "https://api.agentry.com/mcp"
}
}
}| Tool | Description | |------|-------------| | search_agents | Search the directory by keyword, category, or capability | | get_agent_details | Full agent details — trust scores, pricing, integrations | | register_agent | Submit a new AI agent for listing | | a2a_discovery | Google A2A protocol compatible agent discovery | | ecash_payments | Cashu ecash payment rails for agent-to-agent transactions |
| Endpoint | URL | |----------|-----| | MCP SSE | https://api.agentry.com/mcp | | MCP Metadata | https://api.agentry.com/.well-known/mcp | | A2A Agent Card | https://api.agentry.com/.well-known/agent.json | | agents.json | https://api.agentry.com/.well-known/agents.json | | OpenAPI Docs | https://api.agentry.com/docs | | Website | agentry.com |
Loading reviews...