The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Idea Reality MCP listing page.
English | 繁體中文
How to check if someone already built your app idea — automatically.
idea-reality-mcp is an MCP server that scans GitHub, npm, PyPI, Hacker News, and Stack Overflow to check if your startup idea already exists. It returns a 0–100 reality score with evidence, trend detection, and pivot suggestions — so your AI agent can decide whether to build, pivot, or kill the idea before writing any code.
When to use this: You're about to start a new project and want to know if similar tools already exist, how competitive the space is, and whether the market is growing or declining.
Project status (August 2026): Maintenance mode. The tool works, stays free & open source, and the hosted API remains up; bug reports are reviewed, but no new features are planned.
Not just checking — building it? After a reality check, open your idea as a public project on AngelRun — ship updates, climb the season, and get seen by angels.
One score. Six sources. Trend detection. Your agent decides what to do next.
Try it in your browser — no install
3. Ask your agent: "Before I start building, check if this already exists: a CLI tool that converts Figma designs to React components"
That's it. The agent calls idea_check and returns: reality_signal, top competitors, and pivot suggestions.
Claude Desktop / Cursor — add to config JSON:
Config location: macOS ~/Library/Application Support/Claude/claude_desktop_config.json · Windows %APPDATA%\Claude\claude_desktop_config.json · Cursor .cursor/mcp.json
Smithery (remote, no local install):
First-time guided setup:
This walks you through:
Supported: Claude Desktop · Claude Code · Cursor · Windsurf · Cline · Smithery · Docker
MCP tool call (any MCP-compatible agent):
REST API (no MCP required):
Python:
Free. No API key required.
Your AI agent never Googles anything before it starts building. idea_check runs inside your agent — it triggers automatically whether you remember or not.
| ChatGPT | idea-reality-mcp | ||
|---|---|---|---|
| Who runs it | You, manually | You, manually | Your agent, automatically |
| Output | 10 blue links | "Sounds promising!" | Score 0-100 + evidence |
| Sources | Web pages | None (LLM) | GitHub + HN + npm + PyPI + PH + SO |
| Price | Free | Paywall | Free & open-source (MIT) |
| Mode | Sources | Use case |
|---|---|---|
| quick (default) | GitHub + HN | Fast sanity check, < 3 seconds |
| deep | GitHub + HN + npm + PyPI + Stack Overflow | Full competitive scan |
| Source | Quick | Deep |
|---|---|---|
| GitHub repos | 60% | 22% |
| GitHub stars | 20% | 9% |
| Hacker News | 20% | 14% |
| npm | — | 18% |
| PyPI | — | 13% |
| Stack Overflow | — | 10% |
If a source is unavailable, its weight is redistributed automatically — so the deep-mode weights above are renormalised over the sources that actually answered.
Product Hunt was removed on 2026-07-17. It had carried 14% of the deep-mode weight since launch and had never returned a single result: the adapter asked for
posts(search: $query), and Product Hunt's API has no text search on posts at all (Field 'posts' doesn't accept argument 'search'). Its weight is now redistributed to sources that answer. If you need it back, it needs a real search surface — not a token.
idea_check| Parameter | Type | Required | Description |
|---|---|---|---|
idea_text | string | yes | Natural-language description of idea |
depth | "quick" | "deep" | no | "quick" = GitHub + HN (default). "deep" = all 6 sources |
Use idea-check-action to validate feature proposals:
PRODUCTHUNT_TOKEN no longer does anything — the source is disabled and ignores it.
Setting it used to be worse than useless: it un-skipped a source whose query the API
rejects, so it reported "0 competitors on Product Hunt" into 14% of the deep score.
Auto-trigger: Add one line to your CLAUDE.md, .cursorrules, or .github/copilot-instructions.md:
idea-reality setup, config, doctor)If the tool missed obvious competitors or returned irrelevant results:
See CONTRIBUTING.md (繁體中文).
MIT — see LICENSE
Built by Mnemox AI · dev@mnemox.ai