# thevibepreneur/gapbase-mcp [Health: Active]

**Category:** 🔬 Research  
**Repository:** https://github.com/thevibepreneur/gapbase-mcp  
**GitHub Stars:** 2  
**npm Downloads (last month):** 279  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/thevibepreneur-gapbase-mcp

## Description
Search 474 validated startup gaps from your AI editor. Find unsolved business problems by industry, role, or keyword — each with pain point, solution direction, and link to full blueprint. Zero API keys, works offline.

## Tools
Capabilities this server exposes over MCP:

- **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

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

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

## Documentation

## What thevibepreneur/gapbase-mcp MCP server does

thevibepreneur/gapbase-mcp MCP server exposes a local database of 474 startup opportunities through MCP tools. The main dataset covers ecommerce, healthcare, legal, accounting, property, dental, and veterinary use cases. Each gap includes a problem statement, an associated vibe-code solution direction, industry and role information, and a link to a more detailed blueprint on thevibepreneur.com.

The database is intended for finding unresolved business problems that could become micro-SaaS projects. Queries can be narrowed by keyword, industry, or both. A separate tool returns five weekly viral consumer trends associated with sources or events such as TikTok, HBO, and short-lived viral challenges.

## How it works

The npm package includes the gap database, so the server operates locally after installation. An MCP-compatible client sends natural-language requests to the server and selects the relevant tool. For example, a request for legal problems involving billing or time tracking can be handled by `search_gaps`, while a request for one known record can use `get_gap` with its ID or slug.

Available tools are:

- `list_industries`: Returns the seven supported industries and their gap counts.
- `search_gaps`: Searches the 474 validated B2B gaps using keywords and/or industry filters.
- `get_gap`: Retrieves one gap by ID or slug.
- `get_viral_social_gaps`: Returns five weekly viral consumer trends; this is a specialized dataset and should be requested explicitly.
- `get_stats`: Reports database statistics and metadata.

## Setup and configuration

Install the package with npm, then register it as a local stdio server in the MCP client configuration. The documented launch command is `npx -y gapbase-mcp`. Claude Desktop, Cursor, and Windsurf are explicitly supported in the setup instructions. After adding the server configuration, restart the client so it can discover the tools.

No environment variables, API keys, account credentials, or sign-in steps are required. Thevibepreneur/gapbase-mcp MCP server is designed to run without network access because the database is bundled with the package.

## Tools and capabilities

Use `search_gaps` for the primary discovery workflow: identify opportunities by sector, role, or terms describing a pain point. Use `list_industries` or `get_stats` when you need to understand the available coverage before searching. `get_gap` is useful when a result reference is already known and you need its complete returned record, including the blueprint link.

Returned gap information describes what is broken and suggests a direction for building a solution. The linked blueprint may contain additional material such as a proposed technology stack, difficulty, go-to-market guidance, and outreach templates. Those details live at the linked website rather than being described as a separate MCP tool.

## Limitations and notes

thevibepreneur/gapbase-mcp MCP server provides the diagnosis and solution direction contained in its bundled records; full blueprint material is accessed through the `full_blueprint` links. The primary search covers validated B2B gaps, while the viral-social tool is a separate consumer-trend view. The supplied materials do not describe write operations, custom database loading, or user-defined data sources.

The package is licensed under MIT. Its local, offline design means results are limited to the database shipped with the installed package, although the project documentation says new gaps are added weekly.

_Full upstream README: https://allmcps.com/mcp/thevibepreneur-gapbase-mcp/readme_

