MCP Catalogs
Home

idea-reality-mcp

by mnemox-ai·691·Score 53

MCP server that scans GitHub, HN, npm, PyPI, Product Hunt to check if an app idea already exists.

developer-toolsai-llmproductivity
80
Forks
3
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

idea-reality-mcp is an MCP server that scans multiple sources to check if a startup idea already exists, returning a 0-100 reality score with evidence, trend detection, and pivot suggestions. It provides both quick (GitHub + HN) and deep (all 6 sources) scanning modes, making it easy for AI agents to evaluate ideas before starting to build.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Before starting a new project, check if similar solutions already exist
you:Evaluate market competition for a startup idea
you:Get AI-generated pivot suggestions based on existing competition
you:What sources does it search?
you:Is there a free API?

When to choose this

Choose this when building a new project and want to automatically check for existing competitors and market trends.

When NOT to choose this

Don't choose this for non-software ideas or when you need more granular market analysis beyond basic competition checks.

Tools this server exposes

1 tool extracted from the README
  • idea_checkidea_text: string, depth?: "quick" | "deep"

    Check if an app idea already exists by scanning GitHub, HN, npm, PyPI, Product Hunt, and Stack Overflow

Comparable tools

search-mcpmarket-research-apicompetitor-scrawler

Installation

Installation

Quick install with uvx:

uvx idea-reality-mcp

Add to Claude Desktop:

{
  "mcpServers": {
    "idea-reality": {
      "command": "uvx",
      "args": ["idea-reality-mcp"]
    }
  }
}

Guided setup:

idea-reality setup

FAQ

What sources does it search?
GitHub, Hacker News, npm, PyPI, Product Hunt, and Stack Overflow (in deep mode).
Is there a free API?
Yes, there's a free REST API at https://idea-reality-mcp.onrender.com/api/check with no API key required.

On Hacker News

Recent discussion from the developer community.

Compare idea-reality-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.