npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

toolradar-mcp

v1.0.0

Published

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.

Readme

toolradar-mcp

MCP server for Toolradar — search, compare, and get pricing for 8,400+ software tools directly from your AI assistant.

LLMs have stale training data. They hallucinate pricing and miss new tools. Toolradar MCP gives your agents access to verified, up-to-date tool intelligence — pricing verified weekly, G2/Capterra ratings, and new tools added daily.

Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible client.

Quick Setup

Claude Desktop

Add to your claude_desktop_config.json:

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

Claude Code

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

Cursor

In Cursor Settings > MCP, add a new server:

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

Get an API Key

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

Available Tools

| Tool | Description | Example prompt | |------|-------------|----------------| | search_tools | Search by keyword, category, pricing | "Find free project management tools" | | get_tool | Full details on any tool | "Tell me about Linear" | | compare_tools | Side-by-side comparison of 2-4 tools | "Compare Notion, Clickup, and Asana" | | get_alternatives | Find alternatives to a tool | "What are the alternatives to Jira?" | | get_pricing | Detailed pricing breakdown with tiers | "How much does Figma cost?" | | list_categories | Browse all software categories | "What categories are available?" |

What You Get

Every response includes structured JSON with:

  • Editorial scores (0-100) from the Toolradar team
  • Verified pricing with tier breakdowns (checked weekly)
  • G2 & Capterra ratings aggregated from review platforms
  • Pros & cons backed by real user data
  • AI-identified alternatives (not just category matches)
  • Affiliate tracking URLs for monetization

Why Not Just Ask the LLM?

LLMs have a knowledge cutoff — typically 1-2 years behind. They confidently:

  • Quote prices that changed 6 months ago
  • Recommend tools that no longer exist
  • Miss hundreds of new launches
  • Generate comparison tables with no real data

Toolradar MCP fixes this with live, structured data from 8,400+ tools updated daily.

Environment Variables

| Variable | Required | Default | Description | |----------|----------|---------|-------------| | TOOLRADAR_API_KEY | Yes | — | Your API key (get one free) | | TOOLRADAR_API_URL | No | https://toolradar.com/api/v1 | Custom API endpoint |

REST API

The MCP server is a thin client over our REST API. You can also call it directly:

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

Full documentation: toolradar.com/docs

Rate Limits

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

Links

License

MIT