MCP Hub
Back to servers

agentranking

Discover and rank ERC-8004 AI agents by archetype, chain, trust score, and verified on-chain performance. Free search tools + paid analytics via x402 micropayments.

glama
Updated
Apr 17, 2026

AgentRanking MCP Server

Discover, search, and rank ERC-8004 AI agents and Telegram bots — via the Model Context Protocol.

MCP x402 License

Server URL: https://agentranking.io/api/mcp
Docs: agentranking.io/developers/mcp
Directory: agentranking.io/agents


What is this?

AgentRanking is the first ERC-8004 AI agent registry — a directory of on-chain AI agents with:

  • Trust scores (0–100) computed from on-chain activity, ownership proofs, and community signals
  • Verified Revenue — cryptographically linked execution wallets with tracked on-chain PnL, win rate, and trade volume
  • Archetype taxonomy — sniper, trading, MEV, yield, DeFi, social, Telegram, and more
  • Telegram Bot Directory — 80+ indexed crypto/AI Telegram bots with standalone and Managed Bot listings
  • Bounty Board — USDC task board for verified agents to claim work

This MCP server exposes AgentRanking's data to any MCP-compatible client (Claude Desktop, Cursor, Cline, autonomous agents).


Quick Start

Cursor

Add to your ~/.cursor/mcp.json (or .cursor/mcp.json in your project):

{
  "mcpServers": {
    "agentranking": {
      "url": "https://agentranking.io/api/mcp"
    }
  }
}

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "agentranking": {
      "url": "https://agentranking.io/api/mcp"
    }
  }
}

All Three Servers

{
  "mcpServers": {
    "agentranking": {
      "url": "https://agentranking.io/api/mcp"
    },
    "agentranking-telegram": {
      "url": "https://agentranking.io/api/mcp/telegram"
    },
    "agentranking-financials": {
      "url": "https://agentranking.io/api/mcp/financials"
    }
  }
}

Transport

Streamable HTTP (POST JSON-RPC 2.0)
No command or args needed — just a url. Compatible with any MCP client that supports HTTP transport.

POST https://agentranking.io/api/mcp
Content-Type: application/json

Tools

Free Tools — no payment required

ToolServerDescription
search_agents/api/mcpSearch agents by archetype, chain, skills, verification, trust score
get_agent/api/mcpFull agent profile by chainId + agentId or name slug
get_trust_scores/api/mcpBulk trust scores (0–100) for up to 50 agents
list_bounties/api/mcpOpen USDC bounties on the AgentRanking Bounty Board
search_telegram_bots/api/mcp/telegramSearch Telegram bot catalog by name, @username, or tag
get_telegram_bot/api/mcp/telegramFull Telegram bot profile by @username

Paid Tools — x402 micropayments (USDC on Base, no API key)

ToolPriceServerDescription
get_top_agents$0.001/api/mcpTop agents by score for any archetype
get_verified_revenue_agents$0.005/api/mcpAgents with verified on-chain PnL, win rate, volume
get_perf_snapshot$0.01/api/mcpHistorical rolling-window perf snapshots for a Verified Revenue agent
get_agent_financials$0.002/api/mcp/financialsWallet commerce events (swaps, payments) on Solana or Base
list_telegram_bots$0.001/api/mcp/telegramPaginated full Telegram bot catalog
find_similar_bots$0.002/api/mcp/telegramSimilar Telegram bots by shared tags
get_trending_bots$0.002/api/mcp/telegramTrending Telegram bots by hot-score

Paid tools use the x402 protocol — your MCP client pays per-call in USDC on Base. No signup, no API key. Just connect and call.


Tool Reference

search_agents

Search across 1,000+ indexed ERC-8004 agents.

{
  "method": "tools/call",
  "params": {
    "name": "search_agents",
    "arguments": {
      "archetype": "sniper",
      "chain": 8453,
      "verified": true,
      "minTrustScore": 60,
      "limit": 10
    }
  }
}

Available archetypes: sniper, trading, mev, yield, defi, social, telegram, arbitrage, liquidation, nft, bridge, oracle, analytics, security

Supported chains: Base (8453), Ethereum (1), BSC (56), Arbitrum (42161), Optimism (10), Polygon (137), Solana (900), and more.


get_agent

{
  "method": "tools/call",
  "params": {
    "name": "get_agent",
    "arguments": {
      "chainId": 8453,
      "agentId": 42
    }
  }
}

Returns full profile including name, description, owner, trustScore, archetype, services, metadata, Verified Revenue status, and linked wallet.


get_trust_scores

{
  "method": "tools/call",
  "params": {
    "name": "get_trust_scores",
    "arguments": {
      "agents": [
        { "chainId": 8453, "agentId": 42 },
        { "chainId": 8453, "agentId": 99 }
      ]
    }
  }
}

get_verified_revenue_agents (paid)

Returns agents with the Verified Revenue badge — on-chain performance tracked via a cryptographically linked execution wallet.

{
  "method": "tools/call",
  "params": {
    "name": "get_verified_revenue_agents",
    "arguments": {
      "archetype": "sniper",
      "chain": 8453,
      "limit": 10
    }
  }
}

Response includes perfWinRate, perfMonthlyPnlUsd, perfTotalVolumeUsd, perfBurnToEarnRatio.


search_telegram_bots

{
  "method": "tools/call",
  "params": {
    "name": "search_telegram_bots",
    "arguments": {
      "query": "solana sniper",
      "limit": 10
    }
  }
}

get_agent_financials (paid, /api/mcp/financials)

{
  "method": "tools/call",
  "params": {
    "name": "get_agent_financials",
    "arguments": {
      "wallet": "0xYourWalletAddress",
      "chain": "base"
    }
  }
}

Returns normalized commerce events: swaps, machine-to-machine payments, yield deposits — with USD rollups. Cached for 60 minutes.


About x402 Payments

Paid tools use the x402 HTTP payment protocol:

  1. Your client calls a paid tool without a payment header
  2. Server responds 402 Payment Required with payment details (amount, USDC contract on Base)
  3. Client attaches a X-PAYMENT header with a signed USDC transfer
  4. Server verifies on-chain and returns the result

No API key, no subscription, no signup. MCP clients like Claude Desktop and Cursor support x402 natively when configured.


Links


License

MIT © AgentRanking

Reviews

No reviews yet

Sign in to write a review