loading…
Search for a command to run...
loading…
Discover and rank ERC-8004 AI agents by archetype, chain, trust score, and verified on-chain performance. Free search tools + paid analytics via x402 micropayme
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.
Discover, search, and rank ERC-8004 AI agents and Telegram bots — via the Model Context Protocol.
Server URL: https://agentranking.io/api/mcp
Docs: agentranking.io/developers/mcp
Directory: agentranking.io/agents
AgentRanking is the first ERC-8004 AI agent registry — a directory of on-chain AI agents with:
This MCP server exposes AgentRanking's data to any MCP-compatible client (Claude Desktop, Cursor, Cline, autonomous agents).
Add to your ~/.cursor/mcp.json (or .cursor/mcp.json in your project):
{
"mcpServers": {
"agentranking": {
"url": "https://agentranking.io/api/mcp"
}
}
}
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentranking": {
"url": "https://agentranking.io/api/mcp"
}
}
}
{
"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"
}
}
}
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
| Tool | Server | Description |
|---|---|---|
search_agents |
/api/mcp |
Search agents by archetype, chain, skills, verification, trust score |
get_agent |
/api/mcp |
Full agent profile by chainId + agentId or name slug |
get_trust_scores |
/api/mcp |
Bulk trust scores (0–100) for up to 50 agents |
list_bounties |
/api/mcp |
Open USDC bounties on the AgentRanking Bounty Board |
search_telegram_bots |
/api/mcp/telegram |
Search Telegram bot catalog by name, @username, or tag |
get_telegram_bot |
/api/mcp/telegram |
Full Telegram bot profile by @username |
| Tool | Price | Server | Description |
|---|---|---|---|
get_top_agents |
$0.001 | /api/mcp |
Top agents by score for any archetype |
get_verified_revenue_agents |
$0.005 | /api/mcp |
Agents with verified on-chain PnL, win rate, volume |
get_perf_snapshot |
$0.01 | /api/mcp |
Historical rolling-window perf snapshots for a Verified Revenue agent |
get_agent_financials |
$0.002 | /api/mcp/financials |
Wallet commerce events (swaps, payments) on Solana or Base |
list_telegram_bots |
$0.001 | /api/mcp/telegram |
Paginated full Telegram bot catalog |
find_similar_bots |
$0.002 | /api/mcp/telegram |
Similar Telegram bots by shared tags |
get_trending_bots |
$0.002 | /api/mcp/telegram |
Trending 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.
search_agentsSearch 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.
Paid tools use the x402 HTTP payment protocol:
402 Payment Required with payment details (amount, USDC contract on Base)X-PAYMENT header with a signed USDC transferNo API key, no subscription, no signup. MCP clients like Claude Desktop and Cursor support x402 natively when configured.
MIT © AgentRanking
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"agentranking": {
"command": "npx",
"args": []
}
}
}