{
  "markdown": "# Toolradar MCP Server\n\n> 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.\n\n**An MCP server that helps AI assistants recommend software tools with real, verified data instead of hallucinated answers.**\n\nLLMs 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.\n\nWorks with **Claude Desktop** · **Claude Code** · **Cursor** · **Windsurf** · **Cline** · any MCP client\n\n## What can your AI do with this?\n\nAsk your AI assistant things like:\n\n- \"Find the best free project management tools\"\n- \"Compare Notion, Clickup, and Asana\"\n- \"What are the alternatives to Jira?\"\n- \"How much does Figma cost?\"\n- \"Recommend a CRM for a 5-person startup under $50/month\"\n- \"Show me AI writing tools with a free tier\"\n\nYour agent calls Toolradar's tools behind the scenes and returns structured, accurate answers.\n\n## Quick Setup\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"toolradar\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"toolradar-mcp\"],\n      \"env\": {\n        \"TOOLRADAR_API_KEY\": \"your_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add toolradar -- npx -y toolradar-mcp\n```\n\n### Cursor\n\nIn Cursor Settings > MCP, add a new server:\n```\nName: toolradar\nCommand: npx -y toolradar-mcp\nEnvironment: TOOLRADAR_API_KEY=your_key_here\n```\n\n### Windsurf / Cline / Other MCP Clients\n\n```bash\nTOOLRADAR_API_KEY=your_key npx -y toolradar-mcp\n```\n\n## Get an API Key\n\nSign in and generate a free key (100 calls/day) at **[toolradar.com/dashboard/api-keys](https://toolradar.com/dashboard/api-keys)**.\n\n## 6 MCP Tools\n\n| Tool | What it does | Example prompt |\n|------|-------------|----------------|\n| `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?\" |\n| `search_tools` | Search by keyword, category, pricing model | \"Find free project management tools\" |\n| `get_tool` | Full details: pricing, pros/cons, features, score | \"Tell me about Linear\" |\n| `compare_tools` | Side-by-side comparison of 2-4 tools | \"Compare Notion, Clickup, and Asana\" |\n| `get_alternatives` | Find real competitors to any tool | \"What are the alternatives to Jira?\" |\n| `get_pricing` | Detailed pricing with all tiers and features | \"How much does Figma cost?\" |\n| `list_categories` | Browse all software categories | \"What categories are available?\" |\n| `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\" |\n\n## What data do you get?\n\nEvery tool in the database includes:\n\n- **Editorial scores** (0-100) — manually rated by the Toolradar team\n- **Verified pricing** — tiers, plans, and prices checked every week\n- **G2 & Capterra ratings** — aggregated from major review platforms\n- **Pros & cons** — based on real user data\n- **TL;DR** — 3-bullet summary of what the tool does\n- **Features list** — structured, not freeform text\n- **AI-identified alternatives** — real competitors, not just \"same category\"\n- **Funding data** — latest fundraising rounds and acquisitions via Signalbase\n\n## Why not just ask the LLM?\n\n| Problem | Without Toolradar | With Toolradar |\n|---------|-------------------|----------------|\n| Pricing | Hallucinated from 2023 training data | Verified this week |\n| New tools | Misses anything launched in the last year | Updated daily (Product Hunt, HN, Techpresso) |\n| Comparisons | Generic tables with no real data | Structured with scores, pricing, pros/cons |\n| Alternatives | \"Same category\" guesses | AI-identified direct competitors |\n| Ratings | None or fabricated | Real G2/Capterra/Trustpilot aggregation |\n\n## Bonus: `/recommend-tool` Skill for Claude Code\n\nA ready-made skill that turns Toolradar into a structured recommendation engine:\n\n```bash\n# Install the skill\nclaude skill add --url https://raw.githubusercontent.com/Nadeus/toolradar-mcp/main/skill-recommend-tool.md\n\n# Use it\n/recommend-tool \"best free CRM for a 5-person startup\"\n```\n\nIt searches, compares the top 3, and gives a formatted recommendation with top pick + runner-up + budget pick.\n\n## REST API\n\nThe MCP server is a thin client over our REST API. Call it directly from any language:\n\n```bash\ncurl -H \"Authorization: Bearer tr_live_your_key\" \\\n  \"https://toolradar.com/api/v1/search?q=project+management&limit=5\"\n```\n\nFull docs: **[toolradar.com/docs](https://toolradar.com/docs)**\n\n## Environment Variables\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `TOOLRADAR_API_KEY` | Yes | — | Your API key ([get one free](https://toolradar.com/dashboard/api-keys)) |\n| `TOOLRADAR_API_URL` | No | `https://toolradar.com/api/v1` | Custom API endpoint |\n\n## Rate Limits\n\nFree tier: **100 API calls/day**. Resets at midnight UTC. Need more? [Contact us](https://toolradar.com/contact).\n\n## Links\n\n- [toolradar.com/for-agents](https://toolradar.com/for-agents) — Landing page\n- [toolradar.com/docs](https://toolradar.com/docs) — API documentation\n- [toolradar.com/dashboard/api-keys](https://toolradar.com/dashboard/api-keys) — Get your API key\n- [npmjs.com/package/toolradar-mcp](https://www.npmjs.com/package/toolradar-mcp) — npm package\n\n## Keywords\n\nMCP 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\n\n## License\n\nMIT\n",
  "bytes": 5923,
  "sha": "b04700e884f3193db16e4836ac5d0323f03124241b11bf8048c373b55e6363ed",
  "repo_slug": "nadeus/toolradar-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_nadeus_toolradar_e3e9537d/readme"
}