prelaunch-mcp

prelaunch-mcp

Analyzes startup ideas against 6 sources (GitHub, HN, npm, PyPI, Google, Reddit) with LLM-powered intent parsing to assess competition, demand, and gaps.

Category
Visit Server

README

🚀 prelaunch-mcp

Smarter pre-build reality check for AI agents.

Stop building what already exists. prelaunch-mcp scans 6 sources with LLM-powered intent parsing to tell you if your idea has competition, if there's real demand, and where the gaps are.

✨ What Makes This Different

Feature Other validation tools prelaunch-mcp
Intent understanding Dictionary keyword stripping 🧠 LLM-powered intent parsing
Search queries Generic keyword variants Targeted competitor-finding queries
Sources 3-5 dev-only sources 6 (GitHub, HN, npm, PyPI, Google/DDG, Reddit)
Scoring Simple bucket math Relevance-weighted with intelligent caps
Demand signals ❌ None ✅ Reddit pain signal detection
Insights Static templates Context-aware dynamic insights
Output Single score competition_score + demand_score + gap analysis

📦 Installation

For Claude Code / Cursor / Windsurf

# Add to your MCP config
claude mcp add prelaunch -- uvx prelaunch-mcp

For other MCP clients

Add to your MCP config (e.g., .claude.json, mcp.json):

{
  "mcpServers": {
    "prelaunch": {
      "command": "uvx",
      "args": ["prelaunch-mcp"],
      "env": {
        "ANTHROPIC_API_KEY": "your-key-here",
        "GITHUB_TOKEN": "your-token-here"
      }
    }
  }
}

Run directly

uvx prelaunch-mcp

🔑 Environment Variables

All API keys are user-provided. We never store or transmit your keys.

Variable Required Purpose
ANTHROPIC_API_KEY Recommended LLM intent parsing (Claude Haiku — ~$0.001/check)
OPENAI_API_KEY Alternative LLM parsing via OpenAI or compatible API
OPENAI_BASE_URL Optional Custom endpoint (Ollama, LM Studio, etc.)
GITHUB_TOKEN Optional Higher GitHub API rate limits
GOOGLE_CSE_KEY Optional Google Custom Search (falls back to DuckDuckGo)
GOOGLE_CSE_ID Optional Google Custom Search Engine ID

Without any API keys, the tool still works using fallback keyword extraction and all free sources (GitHub, HN, PyPI, npm, DuckDuckGo, Reddit).

🎯 Usage

Once installed, your AI agent can call it naturally:

"Check if anyone has built an AI agent security scanner"
"Is there competition for a Kubernetes cost optimization dashboard?"
"Run a pre-launch check on: open-source compliance tool for Indian banks"

Depth Modes

Mode Speed Sources LLM
quick ⚡ Fast GitHub + HN No
standard 🔄 Balanced All 6 sources Yes (if key available)
deep 🔍 Thorough All 6 + extra queries Yes (if key available)

📊 Example Output

{
  "competition_score": 42,
  "demand_score": 60,
  "competition_level": "high",
  "intent": {
    "category": "security",
    "product_type": "CLI tool",
    "target_audience": "AI engineers",
    "target_technology": "LangChain, CrewAI",
    "analogy": "npm audit but for AI agents",
    "core_problem": "No automated security scanning for AI agent deployments"
  },
  "top_similars": [...],
  "pain_signals": [
    {
      "title": "Anyone built security tooling for LangChain agents?",
      "url": "https://reddit.com/...",
      "subreddit": "LangChain",
      "score": 47
    }
  ],
  "insights": [
    "🟡 Moderate competition — the space exists but isn't saturated.",
    "🔥 Strong demand signal: 3 Reddit posts expressing unmet need.",
    "✅ Promising: competition validates market AND demand signals confirm unmet needs.",
    "🧭 Analogy: \"npm audit but for AI agents\" — validate dynamics apply to security."
  ]
}

🔧 Development

# Clone
git clone https://github.com/Heman10x-NGU/prelaunch-mcp.git
cd prelaunch-mcp

# Install deps
uv sync --dev

# Run tests
uv run pytest tests/ -v

# Run server locally
uv run prelaunch-mcp

Architecture

Input: "AI agent security scanner like npm audit for CrewAI"
    │
    ├── Stage 1: LLM Intent Parse (or fallback keywords)
    │   → category: "security" | type: "CLI tool" | queries: [...]
    │
    ├── Stage 2: Multi-Source Scan (parallel)
    │   → GitHub, HN, PyPI, npm, Google/DDG, Reddit
    │
    └── Stage 3: Scoring & Analysis
        → competition_score + demand_score + gap insights

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured