trackmcp
Back to directory
Nadeus

toolradar-mcp

View on GitHub

MCP server to search, compare, and recommend software tools. 8,400+ tools with verified pricing, G2/Capterra ratings, and real alternatives. Works with Claude, Cursor, Windsurf.

4 stars TypeScriptOthers Updated Aug 29, 2026
aiai-agentsclaudecursordeveloper-toolsllmmcpmcp-servermodel-context-protocolpricingsaassoftware-discoverysoftware-toolstool-comparisonwindsurf

Documentation

Toolradar MCP Server

> Give your AI agent access to 8,600+ software tools — search, compare, get pricing, find alternatives, and discover the best tool for any use case.

An MCP server that helps AI assistants recommend software tools with real, verified data instead of hallucinated answers.

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.

Works with Claude Desktop · Claude Code · Cursor · Windsurf · Cline · any MCP client

What can your AI do with this?

Ask your AI assistant things like:

  • "Find the best free project management tools"
  • "Compare Notion, Clickup, and Asana"
  • "What are the alternatives to Jira?"
  • "How much does Figma cost?"
  • "Recommend a CRM for a 5-person startup under $50/month"
  • "Show me AI writing tools with a free tier"

Your agent calls Toolradar's tools behind the scenes and returns structured, accurate answers.

Quick Setup

Claude Desktop

Add to your `claude_desktop_config.json`:

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

Claude Code

bash
claude mcp add toolradar -- npx -y toolradar-mcp

Cursor

In Cursor Settings > MCP, add a new server:

code
Name: toolradar
Command: npx -y toolradar-mcp
Environment: TOOLRADAR_API_KEY=your_key_here

Windsurf / Cline / Other MCP Clients

bash
TOOLRADAR_API_KEY=your_key npx -y toolradar-mcp

Get an API Key

Sign in and generate a free key (100 calls/day) at **toolradar.com/dashboard/api-keys**.

6 MCP Tools

ToolWhat it doesExample prompt
`recommend_tools`Justified, sourced shortlist for a described need, ranked by fit with hard budget/pricing/category constraints"What should a 6-person agency use for a CRM under $40/mo?"
`search_tools`Search by keyword, category, pricing model"Find free project management tools"
`get_tool`Full details: pricing, pros/cons, features, score"Tell me about Linear"
`compare_tools`Side-by-side comparison of 2-4 tools"Compare Notion, Clickup, and Asana"
`get_alternatives`Find real competitors to any tool"What are the alternatives to Jira?"
`get_pricing`Detailed pricing with all tiers and features"How much does Figma cost?"
`list_categories`Browse all software categories"What categories are available?"
`report_issue`File a data-quality issue (wrong price, dead tool, missing feature) to the verification queue"Toolradar shows Notion at $8, their site says $10 now"

What data do you get?

Every tool in the database includes:

  • Editorial scores (0-100) — manually rated by the Toolradar team
  • Verified pricing — tiers, plans, and prices checked every week
  • G2 & Capterra ratings — aggregated from major review platforms
  • Pros & cons — based on real user data
  • TL;DR — 3-bullet summary of what the tool does
  • Features list — structured, not freeform text
  • AI-identified alternatives — real competitors, not just "same category"
  • Funding data — latest fundraising rounds and acquisitions via Signalbase

Why not just ask the LLM?

ProblemWithout ToolradarWith Toolradar
PricingHallucinated from 2023 training dataVerified this week
New toolsMisses anything launched in the last yearUpdated daily (Product Hunt, HN, Techpresso)
ComparisonsGeneric tables with no real dataStructured with scores, pricing, pros/cons
Alternatives"Same category" guessesAI-identified direct competitors
RatingsNone or fabricatedReal G2/Capterra/Trustpilot aggregation

Bonus: `/recommend-tool` Skill for Claude Code

A ready-made skill that turns Toolradar into a structured recommendation engine:

bash
# Install the skill
claude skill add --url https://raw.githubusercontent.com/Nadeus/toolradar-mcp/main/skill-recommend-tool.md

# Use it
/recommend-tool "best free CRM for a 5-person startup"

It searches, compares the top 3, and gives a formatted recommendation with top pick + runner-up + budget pick.

REST API

The MCP server is a thin client over our REST API. Call it directly from any language:

bash
curl -H "Authorization: Bearer tr_live_your_key" \
  "https://toolradar.com/api/v1/search?q=project+management&limit=5"

Full docs: **toolradar.com/docs**

Environment Variables

VariableRequiredDefaultDescription
`TOOLRADAR_API_KEY`YesYour API key (get one free)
`TOOLRADAR_API_URL`No`https://toolradar.com/api/v1`Custom API endpoint

Rate Limits

Free tier: 100 API calls/day. Resets at midnight UTC. Need more? Contact us.

Keywords

MCP server, software tools, SaaS comparison, tool recommendation, AI agent, Claude MCP, Cursor MCP, software discovery, find best tool, compare tools, pricing lookup, G2 ratings, Capterra ratings, software alternatives, developer tools, product comparison, tool finder, software recommendation engine

License

MIT

Frequently asked questions

What is toolradar-mcp?

toolradar-mcp is MCP server to search, compare, and recommend software tools. 8,400+ tools with verified pricing, G2/Capterra ratings, and real alternatives. Works with Claude, Cursor, Windsurf.

How do I install toolradar-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is toolradar-mcp open source?

Yes — it is hosted on GitHub at https://github.com/Nadeus/toolradar-mcp and has 4 stars.

Related MCP tools

atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
jgravellejcodemunch-mcp

Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.

2,651 Python
claudeclaude-codeai-coding+17
riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
KnockOutEZwigolo

The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.

4,906 TypeScript
mcpagentai+17
Houseofmvpscodesight

Universal AI context generator. Saves thousands of tokens per conversation in Claude Code, Cursor, Copilot, Codex, and more.

1,397 TypeScript
aiclaudecli+11

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP