CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Gapbase Mcp

thevibepreneur/gapbase-mcp
1STDIOregistry active
Summary

Gives you instant search across 474 validated startup ideas scraped from Reddit, LinkedIn, and X, all stored locally in the package. You get seven industries (ecommerce, healthcare, legal, accounting, property, dental, veterinary), plus five weekly trending consumer gaps pulled from TikTok and viral social signals. The main tool is search_gaps for keyword and industry filtering. Each result includes the problem statement and a vibe code solution direction, with a link to the full blueprint on thevibepreneur.com for tech stack and GTM details. Runs completely offline with zero network calls or tracking. Useful when you want to browse real pain points without leaving your editor, especially if you're hunting for weekend project ideas or micro SaaS opportunities.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

ToolWhat it does
list_industries7 industries covered with gap counts per industry
search_gapsKeyword and/or industry filtered search across 474 validated B2B gaps (the primary tool)
get_gapFetch a single gap by id or slug
get_viral_social_gaps5 weekly viral consumer trends (TikTok, HBO, short-window builds) — specialized, ask explicitly
get_statsDatabase 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
Packagegapbase-mcp
TransportSTDIO
UpdatedApr 12, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3