Data Collection
onchainagentintel.io
Provides live coverage and leaderboards of ERC-8004 agents across multiple blockchains.
ENDPOINT 1
https://api.onchainagentintel.io/mcp
MCP server metadata
- Name
- agent-zero-intel
- Version
- 1.8.0
Agent Zero — free ERC-8004 agent-intelligence tools across Base and Ethereum. Coverage stats, capability leaderboards, per-agent objective signals, and a teaser of the on-chain agent-to-agent payment graph. Every tool is free and returns counts/coverage only; each response includes an `upgrade` pointer to the paid x402 endpoint that returns the full enriched data (owner identity, payment history, peers, market map, full graph).
Known tools 4
get_coverage_statsLive coverage of the ERC-8004 agent economy across Base and Ethereum.
Inferred read-onlyget_leaderboardsTop ERC-8004 agents by live capability, plus the most recently indexed.
Inferred read-onlyget_network_teaserA capped teaser of the on-chain agent-to-agent payment graph.
Potential side effectsCONNECT 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-zero-intel]
url = "https://api.onchainagentintel.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-zero-intel": {
"type": "http",
"url": "https://api.onchainagentintel.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-zero-intel
Remote MCP URL: https://api.onchainagentintel.io/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-zero-intel": {
"url": "https://api.onchainagentintel.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-zero-intel": {
"type": "http",
"url": "https://api.onchainagentintel.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-zero-intel",
"transport": "streamable-http",
"url": "https://api.onchainagentintel.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.