io.github.foodyogi/ideaflow-scorer
Official4 toolsIdeabob Validation
Score, validate, and pressure-test startup ideas with AI from Claude or any MCP agent.
Evaluate and validate startup ideas with AI-powered scoring and pressure testing.
Captured live from the server via tools/list.
score_idea
Score a startup or product idea across 9 weighted dimensions. Returns an Opportunity Score (0-100), decision label, breakdown, and reasoning.
Parameters (3)
- conceptstringrequired
Short name/title of the idea
- targetMarketstring
Who the product is for
- additionalContextstring
Description, problem, monetization notes
validate_market_fit
Run AI-powered market fit validation. Provide either an existing ideaId or an ad-hoc idea description. Returns problem hunt, size check, competition map, traffic prediction, and verdict.
Parameters (5)
- ideaIdstring
- ideastring
- descriptionstring
- targetProblemstring
- websiteUrlstring
generate_competitor_analysis
Run AI-powered competitor analysis. Provide either an existing ideaId or ad-hoc { idea, websiteUrl }. Returns competitors, strengths/weaknesses, positioning, and competitive score.
Parameters (4)
- ideaIdstring
- ideastring
- descriptionstring
- websiteUrlstring
export_idea_report
Export a complete idea report (scores, validations, pressure tests, competitor analysis, market research) as clean JSON ready for PDF generation.
Parameters (1)
- ideaIdstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"ideaflow-scorer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://umxgvoxlxznnpdvkgnaj.supabase.co/functions/v1/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.