Toolradar MCP Server

MCP server for Toolradar — search, compare, and get pricing for 8,600+ software tools. Works with Claude Desktop, Claude Code, Cursor, and any

Local serverstdio

What is the Toolradar MCP MCP server?

MCP server for Toolradar — search, compare, and get pricing for 8,600+ software tools. Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible AI assistant. That is what the toolradar mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

LLMs confidently quote outdated pricing, miss new tools, and generate comparison tables with no real data. This MCP server connects your agent to Toolradar's live database: pricing verified weekly, G2/Capterra ratings, editorial scores, and new tools added daily.

Getting it running

Installation goes through your MCP client rather than a global install: point it at toolradar-mcp 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.

The tools it exposes

The server publishes 7 tools. What each one is for:

  • search_tools — Search by keyword, category, pricing model
  • get_tool — Full details: pricing, pros/cons, features, score
  • compare_tools — Side-by-side comparison of 2-4 tools
  • get_alternatives — Find real competitors to any tool
  • get_pricing — Detailed pricing with all tiers and features
  • list_categories — Browse all software categories
  • Cursor — In Cursor Settings > MCP, add a new server: Name: toolradar Command: npx -y toolradar-mcp Environment: TOOLRADAR_API_KEY=your_key_here

What it needs from you

Configuration is passed through the environment: TOOLRADAR_API_KEY, TOOLRADAR_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • 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.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Toolradar MCP's toolset — search_tools, get_tool, compare_tools and 4 more — is a fair guide to whether it matches your workflow. It is maintained by nadeus; 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.

Available tools

ToolWhat it does
search_toolsSearch by keyword, category, pricing model
get_toolFull details: pricing, pros/cons, features, score
compare_toolsSide-by-side comparison of 2-4 tools
get_alternativesFind real competitors to any tool
get_pricingDetailed pricing with all tiers and features
list_categoriesBrowse all software categories
CursorIn Cursor Settings > MCP, add a new server: Name: toolradar Command: npx -y toolradar-mcp Environment: TOOLRADAR_API_KEY=your_key_here

How to install the Toolradar MCP MCP server

{
  "mcpServers": {
    "toolradar": {
      "command": "npx",
      "args": ["-y", "toolradar-mcp"],
      "env": {
        "TOOLRADAR_API_KEY": "your_key_here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
TOOLRADAR_API_KEYCredential the server authenticates with.Yes
TOOLRADAR_API_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Toolradar MCP to search tools.
  • Use Toolradar MCP to get tool.
  • Use Toolradar MCP to compare tools.

Frequently asked questions

It connects Toolradar MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (search_tools, get_tool, compare_tools, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Toolradar MCP directly.