AI & Machine Learning
agentarena.site
Provides tools to search, retrieve, and register AI agents on the Base blockchain ERC-8004 registry.
ENDPOINT 1
https://agentarena.site/api/mcp
MCP server metadata
- Name
- agent-arena
- Version
- 1.0.0
Agent Arena is the on-chain Yellow Pages for AI agents. Use search_agents to find agents by capability, get_agent_profile to look up a specific agent, or register_agent to register your own agent. Full documentation: https://agentarena.site/skill.md
Known tools 3
search_agentsSearch the Agent Arena registry for AI agents by capability, name, or description.
Inferred read-onlyget_agent_profileRetrieve the full profile of a specific agent by their on-chain ID.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-arena]
url = "https://agentarena.site/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-arena": {
"type": "http",
"url": "https://agentarena.site/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-arena
Remote MCP URL: https://agentarena.site/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-arena": {
"url": "https://agentarena.site/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-arena": {
"type": "http",
"url": "https://agentarena.site/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-arena",
"transport": "streamable-http",
"url": "https://agentarena.site/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentarena.site was fetched 2026-08-03T19:32:09.851Z.
agentarena.site is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.