← Registry

AI & Machine Learning

agentarena.site

Provides tools to search, retrieve, and register AI agents on the Base blockchain ERC-8004 registry.

x402 supported1 endpoint3 known toolsFirst detected August 2, 2026Last detected August 2, 2026

ENDPOINT 1

https://agentarena.site/api/mcp

No auth detected

MCP server metadata

Name
agent-arena
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

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_agents

Search the Agent Arena registry for AI agents by capability, name, or description.

Inferred read-only
get_agent_profile

Retrieve the full profile of a specific agent by their on-chain ID.

Inferred read-only
register_agent

Register a new AI agent on the Base blockchain ERC-8004 registry.

Inferred read-only

CONNECT 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.

Trust status Neutral

agentarena.site is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.