Idea Reality Mcp

by mnemox-ai

757 stars
414 downloads
Not rated
GitHub Website

About

Pre-build reality check for AI coding agents. Scans GitHub, HN, npm, PyPI, Product Hunt. MCP server. 290+ stars.

Details

Author
mnemox-ai
GitHub stars
757
Downloads
414
Categories
Search, Knowledge Base, Other, AI, Developer Tools

- Scans GitHub, Hacker News, npm, PyPI, Product Hunt, Stack Overflow.
- Returns a 0–100 reality score with trend direction.
- Provides top competitors, pivot suggestions, and market momentum.
- Two modes: quick (GitHub + HN) and deep (all six sources).
- Free and open-source (MIT license), no API key required.
- Optional CI integration via GitHub Action for pull request validation.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Idea Reality Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server via uvx idea-reality-mcp, then add it to your MCP client. For example, in Claude Code run claude mcp add idea-reality -- uvx idea-reality-mcp. Then ask your agent: “Before I start building, check if this already exists: [your idea]”. The agent calls the idea_check tool with idea_text (required) and optional depth parameter ("quick" or "deep"). A REST API is also available at https://idea-reality-mcp.onrender.com/api/check with no API key required.

idea_check

Check if a product idea already exists before building it. Use when users discuss new project ideas, ask about competition, market saturation, or whether something has been built before. Trigger phrases: "has anyone built", "does this exist", "check competition", "is this idea original", "有沒有人做過", "市場上有類似的嗎", "幫我查這個點子"

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

idea-reality-mcp

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, Product Hunt, 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.

> 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.

PyPI
Smithery
License: MIT
[Tests]()
GitHub stars
Downloads

<p align="center">
<a href="cursor://anysphere.cursor-deeplink/mcp/install?name=idea-reality&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22idea-reality-mcp%22%5D%7D">
Install in Cursor
</a>
</p>

How it works

1. Describe your idea in plain English — e.g. "a CLI tool that converts Figma designs to React components"
2. idea_check scans 6 databases in parallel (GitHub repos + stars, Hacker News discussions, npm/PyPI packages, Product Hunt launches, Stack Overflow questions)
3. Get a 0–100 reality score with trend direction (accelerating/stable/declining), top competitors, and AI-generated pivot suggestions

What you get

You: "AI code review tool"

idea_check →
├── reality_signal: 92/100
├── trend: accelerating ↗
├── market_momentum: 73/100
├── GitHub repos: 847 (45% created in last 6 months)
├── Top competitor: reviewdog (9,094 ⭐)
├── npm packages: 56
├── HN discussions: 254 (trending up)
└── Verdict: HIGH — market is accelerating, find a niche fast

One score. Six sources. Trend detection. Your agent decides what to do next.

<p align="center">
<a href="https://mnemox.ai/check"><strong>Try it in your browser — no install</strong></a>
</p>

Quick Start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.