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

gapbase-mcp

v0.1.1

Published

MCP server for GapBase — query 474 validated startup gaps from Claude Desktop, Cursor, and Windsurf. Free, no signup, zero network.

Downloads

416

Readme

gapbase-mcp

Query 474 validated startup gaps from Claude Desktop, Cursor, and Windsurf.

GapBase is a database of real pain points scraped from Reddit, LinkedIn, and X — each one a validated opportunity for a vibe-coded micro-SaaS. This MCP server lets you search the full database directly from your AI coding environment.

  • 🗂️ 474 validated gaps across 7 industries (ecommerce, healthcare, legal, accounting, property, dental, veterinary)
  • 🧠 Problem statement + vibe-code solution for every gap
  • 🔥 5 weekly trending gaps from live social signals (TikTok, HBO, viral challenges)
  • 🚀 Free, no signup, zero network calls — everything runs locally
  • 🔗 Each gap links to the full blueprint (tech stack, GTM, outreach templates) at thevibepreneur.com

Install

npm install -g gapbase-mcp

Then add to your MCP client config:

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or the equivalent on your OS, and add:

{
  "mcpServers": {
    "gapbase": {
      "command": "npx",
      "args": ["-y", "gapbase-mcp"]
    }
  }
}

Restart Claude Desktop. You should see a 🔌 icon indicating the server is connected.

Cursor

Edit ~/.cursor/mcp.json:

{
  "mcpServers": {
    "gapbase": {
      "command": "npx",
      "args": ["-y", "gapbase-mcp"]
    }
  }
}

Windsurf

Edit ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "gapbase": {
      "command": "npx",
      "args": ["-y", "gapbase-mcp"]
    }
  }
}

Usage

Once installed, just ask your AI assistant questions in natural language:

"Find me 5 legal gaps about billing or time tracking."

"What ecommerce gap targets Shopify merchants who want to leave Klaviyo?"

"Show me this week's trending gaps with short build windows."

"What are the top pain points in property management right now?"

"Give me a dental gap I could vibe code this weekend."

Claude / Cursor will automatically call the appropriate tool and return problem statements with vibe-code solution directions. Every result includes a full_blueprint URL pointing to the complete breakdown on thevibepreneur.com.

Tools

| Tool | What it does | |---|---| | list_industries | 7 industries covered with gap counts per industry | | search_gaps | Keyword and/or industry filtered search across 474 validated B2B gaps (the primary tool) | | get_gap | Fetch a single gap by id or slug | | get_viral_social_gaps | 5 weekly viral consumer trends (TikTok, HBO, short-window builds) — specialized, ask explicitly | | get_stats | Database statistics and metadata |

Philosophy

Free MCP users get the diagnosis. The cure lives on the website.

Each gap in the MCP bundle includes:

  • Problem statement (what's broken)
  • Vibe-code solution (a build direction)
  • Industry + role
  • full_blueprint URL with tech stack, difficulty, GTM playbook, and outreach templates

If you find a gap worth building, click through to the blueprint on thevibepreneur.com for the complete kit. Founding Member access unlocks the full 474 blueprints forever.

Privacy

This MCP server runs 100% locally. It does not phone home, does not track usage, does not collect any data about you, your queries, or your Claude conversations. The entire gap database is bundled in the npm package — no network calls, no API keys, no auth.

About

Built by The Vibepreneur. New gaps added weekly. Follow development and ship notes at thevibepreneur.com/gaps.

License

MIT