agentranking
Provides tools for discovering, searching, and ranking ERC-8004 AI agents on the Ethereum blockchain, including trust scores, verified revenue data, and agent profiles.
Provides tools for discovering, searching, and ranking ERC-8004 AI agents on the Optimism blockchain, including trust scores, verified revenue data, and agent profiles.
Provides tools for discovering, searching, and ranking ERC-8004 AI agents on the Polygon blockchain, including trust scores, verified revenue data, and agent profiles.
Provides tools for discovering, searching, and ranking AI agents on the Solana blockchain, including trust scores, verified revenue data, and agent profiles, plus financial analysis of wallet commerce events.
Provides tools for searching and discovering Telegram bots in the crypto/AI space, including bot profiles, similar bot recommendations, and trending bot analysis.
AgentRanking MCP Server
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
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/jsonTools
Free Tools — no payment required
Tool | Server | Description |
|
| Search agents by archetype, chain, skills, verification, trust score |
|
| Full agent profile by chainId + agentId or name slug |
|
| Bulk trust scores (0–100) for up to 50 agents |
|
| Open USDC bounties on the AgentRanking Bounty Board |
|
| Search Telegram bot catalog by name, @username, or tag |
|
| Full Telegram bot profile by @username |
Paid Tools — x402 micropayments (USDC on Base, no API key)
Tool | Price | Server | Description |
| $0.001 |
| Top agents by score for any archetype |
| $0.005 |
| Agents with verified on-chain PnL, win rate, volume |
| $0.01 |
| Historical rolling-window perf snapshots for a Verified Revenue agent |
| $0.002 |
| Wallet commerce events (swaps, payments) on Solana or Base |
| $0.001 |
| Paginated full Telegram bot catalog |
| $0.002 |
| Similar Telegram bots by shared tags |
| $0.002 |
| 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.
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:
Your client calls a paid tool without a payment header
Server responds
402 Payment Requiredwith payment details (amount, USDC contract on Base)Client attaches a
X-PAYMENTheader with a signed USDC transferServer 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
Directory: agentranking.io/agents
Telegram Bots: agentranking.io/agents/telegram
Developer Docs: agentranking.io/developers/mcp
Register an Agent: agentranking.io/register
Bounty Board: agentranking.io/bounties
License
MIT © AgentRanking
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EmmanuelDumitrache/agentranking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server