Is This A Good Startup Idea

🎱 Decision Making 🌭🌭🌭 Unhinged 62,552 calls

The Startup Oracle evaluates your billion-dollar idea using a proprietary algorithm that considers user validation, Uber-for-X detection, and VC buzzword density. If is_it_uber_for is true, the response is immediate and devastating. The actual_tam field always returns $4 trillion because every startup deck claims the same TAM. The yc_rejection_reason provides the specific reason Y Combinator would pass, saving you the trouble of applying.

Add to Your MCP Client

Drop this server into Claude Desktop, Cursor, Continue, or any MCP-compatible client.

{
  "mcpServers": {
    "startup-oracle": {
      "url": "https://api.stupidmcps.com/startup-oracle/mcp"
    }
  }
}
{
  "mcpServers": {
    "startup-oracle": {
      "url": "https://api.stupidmcps.com/startup-oracle/mcp"
    }
  }
}
POST https://api.stupidmcps.com/startup-oracle/mcp

Add the snippet to your client's MCP config (typically claude_desktop_config.json for Claude Desktop, ~/.cursor/mcp.json for Cursor). Restart the client. The tools become available to your AI assistant.

No-code option: connect via Pipeworx — one click into Claude, ChatGPT, and friends.

Or Try It Directly — No MCP Client Required

Is This A Good Startup Idea.exe
_ ×
Your startup idea. Be specific. 'Like Uber but for dogs' has been done.
Have you actually talked to potential users? Imaginary friends don't count.
Is it 'Uber for X'? If true, returns immediate rejection. Some things are certain.
Number of buzzwords in your pitch: AI, blockchain, synergy, disrupt, etc. Be honest.

Parameters

Parameter Type Required Default Description
idea string Required Your startup idea. Be specific. 'Like Uber but for dogs' has been done.
have_you_talked_to_users boolean Optional false Have you actually talked to potential users? Imaginary friends don't count.
is_it_uber_for boolean Optional false Is it 'Uber for X'? If true, returns immediate rejection. Some things are certain.
vc_buzzword_count number Optional 0 Number of buzzwords in your pitch: AI, blockchain, synergy, disrupt, etc. Be honest.

Examples

curl "https://api.stupidapis.com/startup-oracle/evaluate?idea=AI-powered+toothbrush&vc_buzzword_count=3"
import requests

response = requests.get(
    "https://api.stupidapis.com/startup-oracle/evaluate",
    params={
        "idea": "AI-powered toothbrush",
        "vc_buzzword_count": 3
    }
)
print(response.json())
const response = await fetch(
  "https://api.stupidapis.com/startup-oracle/evaluate?idea=AI-powered+toothbrush&vc_buzzword_count=3"
);
const data = await response.json();
console.log(data);

Response Schema

Field Type Description
verdict string The verdict on your startup idea
pivots_required number Estimated number of pivots before you find product-market fit
runway_needed string How much runway you'll burn through
comparable string What existing company this is uncomfortably similar to
yc_rejection_reason string Why Y Combinator would pass on this
actual_tam string Always $4 trillion. Every startup's TAM is $4 trillion.

Example Response

{
  "verdict": "Somehow this will get Series A funding",
  "pivots_required": 7,
  "runway_needed": "$2.3M (you will spend $2.1M on office snacks)",
  "comparable": "Oral-B already exists and does not need AI",
  "yc_rejection_reason": "We asked 'why now?' and you said 'vibes'",
  "actual_tam": "$4 trillion"
}

MCP Access

This API is available as an MCP tool for AI assistants. Connect your agent to:

POST https://api.stupidmcps.com/startup-oracle/mcp
POST https://api.stupidmcps.com/mcp

Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.

...
Clippy