/ Каталог / Песочница / idea-reality-mcp
● Сообщество mnemox-ai ⚡ Сразу

idea-reality-mcp

автор mnemox-ai · mnemox-ai/idea-reality-mcp

Before you spend a weekend building it, get a 0–100 reality score — scans GitHub, npm, PyPI, HN, Product Hunt, Stack Overflow for prior art.

idea-reality-mcp exposes a single tool, idea_check, that takes a natural-language idea and scores how crowded the space is. Quick mode hits GitHub + HN; deep mode adds npm, PyPI, Product Hunt, and SO. Returns competitor links, trend direction, and pivot suggestions.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

idea-reality.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "idea-reality": {
      "command": "uvx",
      "args": [
        "idea-reality-mcp"
      ],
      "_inferred": true
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "idea-reality": {
      "command": "uvx",
      "args": [
        "idea-reality-mcp"
      ],
      "_inferred": true
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "idea-reality": {
      "command": "uvx",
      "args": [
        "idea-reality-mcp"
      ],
      "_inferred": true
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "idea-reality": {
      "command": "uvx",
      "args": [
        "idea-reality-mcp"
      ],
      "_inferred": true
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "idea-reality",
      "command": "uvx",
      "args": [
        "idea-reality-mcp"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "idea-reality": {
      "command": {
        "path": "uvx",
        "args": [
          "idea-reality-mcp"
        ]
      }
    }
  }
}

Добавьте в context_servers. Zed перезагружается автоматически.

claude mcp add idea-reality -- uvx idea-reality-mcp

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: idea-reality-mcp

Validate a SaaS idea in 10 seconds before you build

👤 Founders, indie hackers, side-project tinkerers ⏱ ~10 min beginner

Когда использовать: That 'I should build X' feeling at 2am — run it through reality check first.

Поток
  1. Quick check
    Run idea_check on 'a mobile app that uses ML to predict plant watering needs'. Quick depth.✓ Скопировано
    → Score 0-100 + top 5 existing projects
  2. Deep dive if promising
    If the quick score is <60, run deep mode for full market scan including Product Hunt launches.✓ Скопировано
    → Expanded list with trend arrows + funding signals
  3. Pivot if crowded
    Given the top 5 competitors, suggest 3 pivot angles that are less crowded.✓ Скопировано
    → Specific, narrower positioning options

Итог: 10 minutes of evidence-based triage instead of 10 weekends of parallel-inventing.

Подводные камни
  • Score high just because nobody built it — maybe because no one wants it — Look at HN comments + SO question volume; zero demand signal is as bad as saturation

Map existing competitors before a product kickoff

👤 PMs, founders writing a one-pager ⏱ ~20 min intermediate

Когда использовать: You're scoping a product and need a real competitor list, not your own biased knowledge.

Предварительные требования
  • GITHUB_TOKEN for higher rate limits — github.com/settings/tokens — no scopes needed
Поток
  1. Run deep mode
    Deep idea_check on 'realtime collaborative code review tool for remote teams'.✓ Скопировано
    → List of 10+ competitors with stars/launches/dates
  2. Cluster by approach
    Group the competitors by approach (IDE plugin vs standalone vs browser extension). What's missing?✓ Скопировано
    → Gap analysis

Итог: A one-pager with a real competitive map.

Сочетать с: firecrawl

Комбинации

Сочетайте с другими MCP — эффект x10

idea-reality + firecrawl

Deep-dive a competitor's landing/pricing page for real positioning

idea_check flagged Competitor X. Use firecrawl to scrape their pricing page and summarize their plans.✓ Скопировано
idea-reality + notion

Dump validation results into a validation journal

For today's idea_check on 'AI for gardeners', create a Notion page with the score and competitor list.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
idea_check idea_text: str, depth?: 'quick'|'deep' Any idea worth more than 30 min of your time before building Free public APIs; optional GitHub token raises limits

Стоимость и лимиты

Во что обходится

Квота API
GitHub unauth: 60/hr; with token: 5k/hr. Others: public rate limits
Токенов на вызов
Quick: 500-1500; deep: 2-5k
Деньги
Free
Совет
Always start with quick mode; deep is expensive and rarely changes the verdict on saturated spaces

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: Optional GITHUB_TOKEN, PRODUCTHUNT_TOKEN in env
Исходящий трафик: api.github.com, news.ycombinator.com, registry.npmjs.org, pypi.org, api.producthunt.com, api.stackexchange.com
Никогда не давайте: repo write scopes

Устранение неполадок

Частые ошибки и исправления

Rate limited (GitHub 403)

Set GITHUB_TOKEN env var with a token (no scopes required)

Проверить: curl -H 'Authorization: Bearer <token>' https://api.github.com/rate_limit
Deep mode returns empty Product Hunt

Requires PRODUCTHUNT_TOKEN — free to get at producthunt.com/v2/oauth

Score seems wildly off

Phrase the idea more specifically; 'AI app' matches everything and scores 0

Альтернативы

idea-reality-mcp в сравнении

АльтернативаКогда использоватьКомпромисс
Manual Google + GitHub searchYou have 2 hours to spareSlower, less systematic
Exploding TopicsYou want trend data, not competitor listsPaid, no MCP

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills