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

searchable-mcp

v1.0.2

Published

MCP server for Searchable - AI visibility tracking and site audits

Readme

🔍 Searchable MCP

npm version npm downloads License: MIT

Connect your Searchable AI visibility data directly to Cursor IDE via MCP (Model Context Protocol).


✨ What You Can Do

Ask Cursor questions about your website's AI visibility and get real data:

  • "What's my AI visibility score?" — See how often your brand appears in AI responses
  • "How do I rank on ChatGPT vs Claude?" — Compare visibility across platforms
  • "What issues are on my website?" — Get critical SEO and content issues
  • "Show me my page audit scores" — Technical, content, and AEO scores

🚀 Quick Start

1. Get Your API Key

  1. Log in to Searchable
  2. Go to Settings → Integrations → Cursor MCP
  3. Click Create API Key
  4. Copy the key (starts with sea_)

2. Configure Cursor

Add to your ~/.cursor/mcp.json:

{
  "mcpServers": {
    "searchable": {
      "command": "npx",
      "args": ["-y", "searchable-mcp@latest"],
      "env": {
        "SEARCHABLE_API_KEY": "sea_your_key_here"
      }
    }
  }
}

3. Restart Cursor

That's it! Start asking questions about your AI visibility.


🛠 Available Tools

| Tool | Description | |------|-------------| | list_projects | List all your Searchable projects | | get_visibility_summary | Overall AI visibility score and metrics | | get_visibility_details | Breakdown by platform (ChatGPT, Claude, Perplexity, Gemini) | | get_website_issues | Current issues grouped by severity | | get_page_audits | Technical, content, and AEO scores per page | | get_monitored_pages | All tracked pages with issue counts | | get_issue_details | Deep dive into specific issue types |


📊 Example Output

Visibility Summary:

Brand: Acme Corp
Visibility Score: 67.3 (+5.2 from last week)
Mention Rate: 42.1%
Total AI Responses Analyzed: 1,247

Platform Breakdown:

ChatGPT:    71.2% visibility (523 responses)
Claude:     64.8% visibility (312 responses)
Perplexity: 58.3% visibility (287 responses)
Gemini:     52.1% visibility (125 responses)

🔧 Troubleshooting

"spawn npx ENOENT" error?

If you use nvm, fnm, or volta, Cursor may not find npx. Use the full path instead:

# Find your npx path
which npx

Then update your config:

{
  "searchable": {
    "command": "/path/to/your/npx",
    "args": ["-y", "searchable-mcp@latest"],
    "env": {
      "SEARCHABLE_API_KEY": "sea_xxx"
    }
  }
}

🔒 Security

  • API keys are scoped to read-only access
  • Keys can be revoked instantly from the Searchable dashboard
  • No sensitive data is stored locally

📚 Resources


📄 License

MIT © Searchable