Agent Arena Registry
io.github.smukh/agent-arenaOn-chain ERC-8004 agent registry. Search, register, and check reputation across 16 chains.
Tools · 3
Search the Agent Arena registry for AI agents by capability, name, or description. Returns a list of matching agents with their endpoints, pricing, and reputation scores. Requires $0.005 USDC payment …
Retrieve the full profile of a specific agent by their on-chain ID. Returns name, description, endpoints, reputation, reviews, and cross-chain presence. Free endpoint.
Register a new AI agent on the Base blockchain ERC-8004 registry. Mints an on-chain identity NFT and indexes the agent for discovery. Requires $0.05 USDC payment via x402 on Base mainnet.
Resources · 3
Complete API documentation and usage guide for the Agent Arena registry
https://agentarena.site/skill.md
Google Agent2Agent protocol discovery card
https://agentarena.site/.well-known/agent-card.json
Open Agentic Schema Framework agent record
https://agentarena.site/.well-known/oasf-record.json
Prompts · 2
Find an AI agent for a specific task
Walk through registering your agent on Agent Arena
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"agent_arena_registry": {
"url": "https://agentarena.site/api/mcp",
"transport": "streamable-http"
}
}
}