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.
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:
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 READMEidea_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
Installation
Installation
Quick install with uvx:
uvx idea-reality-mcpAdd to Claude Desktop:
{
"mcpServers": {
"idea-reality": {
"command": "uvx",
"args": ["idea-reality-mcp"]
}
}
}Guided setup:
idea-reality setupFAQ
- 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.
- Story by mnemoxai · 2026-02-26
- Story by mnemoxai · 2026-02-27
- Story by mnemoxai · 2026-02-24
Compare idea-reality-mcp with
Last updated · Auto-generated from public README + GitHub signals.