AgentCrush MCP Server

Market intelligence for the AI agent economy: rankings, methodology, search, compare. 7 tools.

Local serverstdio

What is the AgentCrush MCP server?

If you already use AgentCrush, the agentcrush mcp server is the piece that lets your assistant work with it directly. Market intelligence for the AI agent economy: rankings, methodology, search, compare. 7 tools.

What the server does

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.

Installation

Installation goes through your MCP client rather than a global install: point it at smithery on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. It is maintained by kristof-sudo; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the AgentCrush MCP server

{
  "mcpServers": {
    "agentcrush-app": {
      "command": "npx",
      "args": ["-y", "smithery"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Frequently asked questions

It connects AgentCrush to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with AgentCrush directly.