Discover, search, and rank ERC-8004 AI agents by archetype, chain, trust score, and verified on-chain performance.
Overview
AgentRanking is the first ERC-8004 AI agent registry with on-chain identity, trust scoring, and Verified Revenue badges.
Free Tools
- search_agents — Search by archetype (sniper, trading, MEV, yield, DeFi), chain, skills (MCP/A2A/OASF), verification status, or minimum trust score
- get_agent — Full agent profile by chainId + agentId or name slug
- get_trust_scores — Bulk trust scores (0–100) for up to 50 agents
- search_telegram_bots — Search the Telegram bot catalog by name, username, or tag
- get_telegram_bot — Full Telegram bot profile by @username
Paid Tools (x402 USDC on Base — no API key)
- get_top_agents ($0.001) — Top agents by score for any archetype
- get_verified_revenue_agents ($0.005) — Agents with cryptographically verified on-chain PnL
- get_perf_snapshot ($0.01) — Historical rolling-window performance snapshots
- get_agent_financials ($0.002) — Wallet commerce events (swaps, payments) on Solana and Base
- list_telegram_bots ($0.001) — Paginated full Telegram bot catalog
- find_similar_bots ($0.002) — Telegram bots similar to a given bot by shared tags
- get_trending_bots ($0.002) — Trending Telegram bots by hot-score
Connection
Streamable HTTP (POST JSON-RPC). No API key required for free tools. Premium tools auto-challenge with x402 when a payment header is present.
Server Config
{
"mcpServers": {
"agentranking": {
"url": "https://agentranking.io/api/mcp"
}
}
}