Validate startup ideas before your build agent scaffolds code. One MCP tool, validate_idea, returns a 10-dimension Venture Readiness Score (0–100, computed deterministically in code), an evidence brief tagged by source (observed / inferred / missing / AI / user-claim), a kill / pivot / test / build verdict, and live signal from Reddit, GitHub, Hacker News, Stack Overflow, and dev.to. Calibrates to the user's declared founder skill graph and assigns 1–3 archetypes with structural cautions. Designed to sit BEFORE code-scaffolding in a build-agent flow.
Server Config
{
"mcpServers": {
"trigvale": {
"command": "npx",
"args": [
"-y",
"@trigvale/mcp"
],
"env": {
"TRIGVALE_AGENT_TOKEN": "tvk_xxx"
}
}
}
}