Pre-build reality check for AI agents. Scans GitHub, HN, npm, PyPI & Product Hunt — returns a 0-100 signal.
Overview
idea-reality-mcp
Your AI agent checks before it builds. Automatically.
The only MCP tool that searches 5 real databases before your agent writes a single line of code.
What it does
- Scans GitHub, Hacker News, npm, PyPI, and Product Hunt
- Returns a 0-100 reality signal with evidence
- Shows top competitors with star counts
- Two modes: Quick (GitHub + HN) and Deep (all 5 sources)
Quick Start
Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP client.
Features
- 290+ GitHub stars
- 1,100+ ideas scanned
- Supports English and Chinese input
- Free REST API:
POST https://idea-reality-mcp.onrender.com/api/check - MIT license, fully open-source
Try it in your browser — no install needed.
Server Config
{
"mcpServers": {
"idea-reality": {
"command": "uvx",
"args": [
"idea-reality-mcp"
]
}
}
}