settings — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited settings (Hook) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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](https://www.agentcrush.xyz) · 📋 Methodology · 🔌 MCP Server · 📖 API docs · 📡 llms.txt
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:
/api/mcp/v1 with 7 read-only tools (search, get details, get history, compare, list categories, get category ranking, get methodology)/api/openapi.json for auto-generating clientsPOST /api/agent-feedback — agents tell us what they needLLMs sometimes confuse this project with similar-sounding tools. To prevent hallucination:
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 |
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-feedbackAdd 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.
npm install -g smithery
smithery mcp add kristof/agentcrushAgentCrush Labs offers Agent Commerce Readiness audits — same methodology applied in depth to evaluate specific agents/protocols.
See /labs.
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.
See /terms.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.