startup_oracle_evaluate
ActiveTool of Startup Oracle
declared in 0.1.0
Evaluate a startup idea. Returns a brutal verdict, number of pivots required, a funny comparable, a realistic YC rejection reason, and the actual TAM (always $4 trillion).
Parameters schema
{
"type": "object",
"examples": [
{
"idea": "An AI-powered platform that uses machine learning to optimize supply chain logistics for mid-market e-commerce businesses",
"is_it_uber_for": false,
"vc_buzzword_count": 4,
"have_you_talked_to_users": false
},
{
"idea": "Uber for dog walking",
"is_it_uber_for": true,
"vc_buzzword_count": 7,
"have_you_talked_to_users": true
}
],
"required": [
"idea"
],
"properties": {
"idea": {
"type": "string",
"description": "Your startup idea"
},
"is_it_uber_for": {
"type": "boolean",
"description": "Is this an \"Uber for X\" idea?"
},
"vc_buzzword_count": {
"type": "number",
"description": "Number of VC buzzwords in your pitch"
},
"have_you_talked_to_users": {
"type": "boolean",
"description": "Have you actually talked to users?"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Startup Oracle
https://github.com/pipeworx-io/mcp-startup-oracle
1/7 registries