VentureOS is the reality check for companies an AI invents. It asks the registries that own the answer, and it does the arithmetic that compounds — the two things a language model cannot be trusted with, and the two it will do most confidently.
Every result comes from the live /api/mcp endpoint. Name checks hit RDAP, the npm registry and the GitHub API in real time — nothing is cached, nothing is mocked.
Two rounds, 20% dilution each.
Founders keep:
100 − 20 − 20 = 60%
LTV at 0% churn:
"roughly $4,800"
100 × 0.8 × 0.8 = 64%
Each round takes its slice
of what is left.
LTV at 0% churn:
null — the lifetime
is infinite. There is no
finite answer to give.
Every number comes back with the formula that produced it. Not decoration: a founder acting on an unexplained figure has no way to catch the moment an assumption went wrong — and neither does the agent relaying it.
If RDAP cannot be reached, or a TLD's registry refuses the query, the result is unknown — not free. A false "available" is the expensive direction of this error: it is the one that gets someone to design a logo, print cards and register a company. The MCP instructions tell the calling agent, explicitly, never to report an unknown as available.
POST https://ventureos-mcp.vercel.app/api/mcp
{ "jsonrpc": "2.0", "id": 1, "method": "tools/call",
"params": {
"name": "check_name",
"arguments": { "name": "your-startup" }
}
}