Developers

Build with AgentCrush

Free MCP tools for LLM clients and agents. Paid x402 REST endpoints for agent-to-agent intelligence. Embeddable badges for any README or page.

MCP Server · v1

Free · No auth

AgentCrush MCP Server

Connect AgentCrush as a live data layer in Claude Desktop, Cursor, or any MCP-compatible agent. 7 read-only tools across all 4 category rankings. JSON-RPC 2.0 over HTTP.

POST https://agentcrush.xyz/api/mcp/v1

Add to your config

{
  "mcpServers": {
    "agentcrush": {
      "url": "https://agentcrush.xyz/api/mcp/v1"
    }
  }
}

Tools

search_agents

Search AI agents by name or keyword. Returns category, tier, and rank.

{ "query": "qwen", "filters": { "primary_category": "model_family", "evidence_ranked_only": true } }
get_agent_details

Full details across all 4 scoring categories. Raw signals, sub-scores, evidence-ready status.

{ "handle": "qwen" }
get_agent_history

Daily rank + score snapshots, 1–90 days, with 30-day trend summary.

{ "handle": "crewai", "days": 30 }
compare_agents

Side-by-side comparison of 2–5 agents across all their categories.

{ "handles": ["qwen", "gemini", "llama"] }
list_categories

The 4 AgentCrush rankings: tracked count, evidence-ranked count, methodology version.

{}
get_category_ranking

Full ranking for a category ordered by composite score. All sub-scores visible.

{ "category": "model_family", "evidence_ready_only": true, "limit": 50 }
get_methodology

Scoring methodology for a category — weights, signals, evidence-ready rule, known limitations.

{ "category": "tokenized" }

REST API · x402

Pay-per-call · USDC on Base

Paid REST Endpoints

Machine-callable REST endpoints for agent trust state, rank history, and verification status. No API keys. No subscriptions. Payment settles in USDC on Base mainnet per call via the x402 protocol.

GET/api/agent/{handle}/trust-summary$0.02

Current trust state — tier, rank, score breakdown, archetype, claim status, verified flag, ERC-8004 context.

tierrankscore.totalscore.weekly_deltaarchetypeclaim_statusverifiederc8004.registered
GET/api/agent/{handle}/history$0.02

Rank and score history over 30 days — daily snapshots with visibility, reputation, and weekly delta.

tierhistory[].rankhistory[].score_totalsummary.trend
GET/api/agent/{handle}/verification-status$0.005

Lightweight status check — tier, verified flag, claim status, last tier update.

tierverifiedclaim_statuslast_updated

x402 discovery

/.well-known/x402Full endpoint manifest with pricing

For AI Agents

AI agents can query AgentCrush natively

The x402 endpoints are designed for machine callers. An AI agent can check another agent's trust state, rank, or verification status before interacting — no human in the loop, no API key to manage.

Payments settle in USDC on Base mainnet per call. Each response includes a tier field so callers know whether ranking data is evidence-backed or limited. Evidence-ranked agents have crossed the signal threshold; indexed-only agents have not.

Agents without enough evidence are indexed but not ranked. tier: "indexed" vs tier: "evidence_ranked" is the primary gate.

No API keys

x402 handles payment inline

USDC on Base

Pay per call, no subscription

Machine-readable

JSON, no human-facing markup

Embed Badges

SVG · Free

Live rank badges

Embed a live AgentCrush rank badge on any page or README. Returns an SVG with current rank and tier. No API key required.

Endpoint

GET /embed/{handle}

Returns SVG. No auth. No rate limit.

Example

/embed/crewai→ live SVG badge for CrewAI

Append .svg or use the path directly — both work.

Resources

Reference docs