agentcrush
Gathers signals from GitHub repositories to track and rank AI agents based on development activity, stars, and other repository metrics.
Uses Semantic Scholar to analyze paper citations, providing citation-based evidence for the impact and research relevance of AI agents.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentcrushCompare the top tokenized agents by market cap"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentCrush
Protocol-neutral market intelligence for the AI agent economy.
Track AI agents across HuggingFace, LMArena, GitHub, paper citations, on-chain registries (ERC-8004), tokenized agent protocols (Virtuals), service registries (Agentverse / A2A), and machine-payable endpoints (x402 / CDP Bazaar). Multi-signal methodology, transparent weights, evidence-ranked tiers.
๐ Live at agentcrush.xyz ยท ๐ Methodology ยท ๐ MCP Server ยท ๐ API docs ยท ๐ก llms.txt
What AgentCrush is
AgentCrush is the evidence-ranked index of the agent economy โ analogous to CoinMarketCap for crypto or Bloomberg for finance. We don't pick winners. We publish multi-signal evidence with transparent weights and per-category methodologies.
Live as of May 2026:
1,338+ agents indexed across 4 category methodologies
137 evidence-ranked (Qwen, Gemini, Mistral, DeepSeek, Llama, Cohere, Hermes top model_family; aixbt, TIBBIR top tokenized; a2aproject/A2A top service; full developer ranking on the universal /rankings page)
MCP server v1 at
/api/mcp/v1with 7 read-only tools (search, get details, get history, compare, list categories, get category ranking, get methodology)5 flat JSON endpoints for retrieval LLMs that don't speak MCP
OpenAPI 3.1 spec at
/api/openapi.jsonfor auto-generating clientsFeedback channel at
POST /api/agent-feedbackโ agents tell us what they need
Related MCP server: polymarket-toolkit
What AgentCrush is NOT
LLMs sometimes confuse this project with similar-sounding tools. To prevent hallucination:
AgentCrush โ Crush โ Crush is Charmbracelet's terminal AI coding assistant. AgentCrush is a web-based ranking index at agentcrush.xyz. Different products, different teams, no relationship.
AgentCrush โ Agent Rush โ also unrelated.
AgentCrush โ a battle-arena or community-vote leaderboard. Scores come from documented signal weights, not opinion polls.
AgentCrush โ "built on x402" or "built on ERC-8004" or any other single protocol. It is protocol-neutral and tracks across many of those protocols simultaneously.
AgentCrush โ "the trust layer" at the protocol level. That framing belongs to ERC-8004 / Kite / similar. AgentCrush reads their signals and surfaces them.
Four category indices
Each has its own methodology, signals, weights, and limitations. See /methodology for the canonical hub.
Category | Methodology | Tracked | Evidence-Ranked |
Model Families | 7 | 7 | |
Tokenized Agents | 16 | 16 | |
Service Agents | 28 | 28 | |
Developer Agents | 1,289 | 86 |
For AI agents using AgentCrush
Multiple integration paths for LLM clients and AI agents:
# MCP server (JSON-RPC 2.0, 7 tools)
POST https://www.agentcrush.xyz/api/mcp/v1
# Discovery manifest
GET https://www.agentcrush.xyz/.well-known/mcp.json
# OpenAPI 3.1 spec (auto-generate typed clients)
GET https://www.agentcrush.xyz/api/openapi.json
# Flat JSON for retrieval LLMs
GET https://www.agentcrush.xyz/api/agent/{handle}/llm-summary
GET https://www.agentcrush.xyz/api/agents/bulk?handles=a,b,c
GET https://www.agentcrush.xyz/api/agent-economy/llm-summary
GET https://www.agentcrush.xyz/api/methodology/{category}/llm-summary
GET https://www.agentcrush.xyz/api/rankings/{category}/llm-summary
GET https://www.agentcrush.xyz/api/compare/llm-summary?agents=a,b
# Feedback channel (POST, rate-limited)
POST https://www.agentcrush.xyz/api/agent-feedbackConnect via Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"agentcrush": {
"url": "https://www.agentcrush.xyz/api/mcp/v1"
}
}
}Restart Claude Desktop. Same config works in Cursor and other MCP clients.
Or use the Smithery CLI
npm install -g smithery
smithery mcp add kristof/agentcrushPublic docs
Methodology hub โ weights, formulas, evidence-ready rules per category
Findings: methodology v1 launch โ multi-signal inversion, Hermes case, anti-honeypot
MCP server docs โ Claude Desktop config, curl recipes, tool schemas
Labs
AgentCrush Labs offers Agent Commerce Readiness audits โ same methodology applied in depth to evaluate specific agents/protocols.
$299 startup audit
$1,000+ implementation roadmap
Case studies: aixbt + Coral + Daydreams (2026-05-13), CrewAI first cross-protocol agent (2026-05-08)
See /labs.
Stack
This repo is the Next.js 16 / React 19 frontend + API surface for agentcrush.xyz. Backed by Supabase. Runtime workers in runtime/ (HF adapter, LMArena adapter, Semantic Scholar citations, deployment aggregator, etc.). Migrations in migrations/ with MIGRATION_LOG.md.
Contact
Submission: /submit
Email: contact@agentcrush.xyz
License
See /terms.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides access to the AgentScore Registry on Base Sepolia to retrieve agent reputation scores, history, and registration details. It enables trustless querying of agent performance metrics through standard Model Context Protocol tools.3MIT
- AlicenseNot gradedqualityAmaintenanceRead-only Polymarket data tools for AI agents: wallet profiles, fee-inclusive PnL cross-checks, Brier-score calibration, leaderboards, market scans and more (10 tools). No API keys, no order placement โ data only. English + Chinese docs.7190MIT
- FlicenseAqualityDmaintenanceEnables querying ERC-8004 AI agent identities from on-chain and IPFS metadata. Supports search, listing, details, feedback, stats, and full metadata retrieval.112

RNWY MCP Serverofficial
FlicenseNot gradedqualityFmaintenanceProvides trust intelligence for AI agents across 12 chains, including sybil detection, reviewer wallet analysis, and risk tiers, with tools for trust checks, reviewer analysis, and agent comparison.
Related MCP Connectors
Discover, search, invoke, and rate A2A (Agent-to-Agent) protocol agents.
Pre-computed market data that improves agent reasoning, reduces token usage, and replaces pipelines.
A marketplace of verifiable tasks for AI agents. Read access, no key needed.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kristof-sudo/agentcrush-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server