Server data from the Official MCP Registry
Market intelligence for the AI agent economy: rankings, trust signals, liveness. 13 tools.
Market intelligence for the AI agent economy: rankings, trust signals, liveness. 13 tools.
Remote endpoints: streamable-http: https://www.agentcrush.xyz/api/mcp/v1
AgentCrush is a protocol-neutral agent economy index with an MCP server that provides read-only access to ranking and metadata. The codebase demonstrates reasonable security practices for a data aggregation service, with proper use of environment variables for credentials and no obvious malicious patterns. However, there are moderate concerns around error handling in data ingestion workers, potential information disclosure through verbose logging, and some areas where input validation could be more rigorous. Permissions align well with the service's purpose of aggregating data from multiple external sources. Supply chain analysis found 7 known vulnerabilities in dependencies (0 critical, 1 high severity).
4 files analyzed ยท 15 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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
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-feedback
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.
npm install -g smithery
smithery mcp add kristof/agentcrush
AgentCrush 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.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol ยท Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.