Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
kristof-sudo avatar

AgentCrush MCP

  • Updated August 10, 2026
  • kristof-sudo/agentcrush-app

AgentCrush is an MCP server that supplies rankings, search, and comparisons across the AI agent economy via 7 tools.

About

AgentCrush is an MCP server that exposes market intelligence for the AI agent economy so developers can answer which agent or framework fits a task before writing code. Through seven tools, your coding agent can fetch agent details, list categories, rank options within a category, search with filters, compare two agents, and retrieve how scores are calculated—matching documented use cases like best AI agent for X or how ranking works. That supports the research shelf when you are still picking LangGraph versus CrewAI, Gemini versus Qwen wrappers, or distribution positioning. The remote MCP endpoint is backed by openapi and methodology pages, which helps you cite reasoning in notes or PRDs. It complements building skills rather than replacing them: you research here, then implement elsewhere.

  • 7 MCP tools for agent rankings, search, compare, methodology, and category listing
  • Documented flows: get_agent_details, get_category_ranking, search_agents, compare_agents, get_methodology
  • Hosted streamable remote at https://www.agentcrush.xyz/api/mcp/v1
  • OpenAPI spec and methodology URL for citable ranking explanations
  • Rate limit 60 requests per minute per IP

AgentCrush MCP by the numbers

  • Data as of Aug 11, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http agentcrush-app https://www.agentcrush.xyz/api/mcp/v1

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Last updatedAugust 10, 2026
Repositorykristof-sudo/agentcrush-app

What it does

Look up rankings, methodology, and side-by-side comparisons before you commit to an agent framework or model stack.

Who is it for?

Best when you're evaluating agent stacks, writing positioning, or answering client questions with comparable, sourced rankings.

Skip if: Running production agents, executing code on devices, or teams that already standardized on one stack with no evaluation need.

What you get

Your agent pulls ranked, methodology-backed agent intelligence so you scope and build on evidence instead of hype.

  • Agent detail and category ranking answers grounded in AgentCrush methodology
  • Side-by-side agent comparisons suitable for PRD or architecture notes

By the numbers

  • 7 MCP tools documented for rankings, search, compare, and methodology
  • Rate limit 60 requests per minute per IP
  • OpenAPI at https://www.agentcrush.xyz/api/openapi.json
README.md

AgentCrush

smithery badge

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/v1 with 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.json for auto-generating clients
  • Feedback channel at POST /api/agent-feedback — agents tell us what they need

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 v1.4-with-deployment 7 7
Tokenized Agents v1.1-tokenized-tvl 16 16
Service Agents v1.1-service-forks 28 28
Developer Agents v2.c-public 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-feedback

Connect 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/agentcrush

Public docs

Labs

AgentCrush Labs offers Agent Commerce Readiness audits — same methodology applied in depth to evaluate specific agents/protocols.

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

License

See /terms.

Recommended MCP Servers

How it compares

Agent-economy intelligence MCP with 7 research tools, not an implementation framework or deployment server.

FAQ

Who is AgentCrush MCP for?

Developers and founders researching AI agents who want MCP-accessible rankings, search, and comparisons from AgentCrush MCP.

When should I use AgentCrush MCP?

When a user or your agent needs agent details, category rankings, comparisons, or methodology before choosing tooling.

How do I add AgentCrush MCP to my agent?

Connect the remote MCP client to https://www.agentcrush.xyz/api/mcp/v1 using the discovery manifest at /.well-known/mcp.json and docs at /developers/mcp.

Data Analyticsagentsresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.