OKX.AI · A2MCP Service

An agent will tell you the domain is free.
It looked. It cannot look.

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.

Live — run a check

Pick a check →

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.

The arithmetic that compounds

✕ What a model answers

Two rounds, 20% dilution each. Founders keep: 100 − 20 − 20 = 60% LTV at 0% churn: "roughly $4,800"

✓ What is true

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.

"Unknown" is never rounded up to "available"

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.

Connect it

POST https://ventureos-mcp.vercel.app/api/mcp

{ "jsonrpc": "2.0", "id": 1, "method": "tools/call",
  "params": {
    "name": "check_name",
    "arguments": { "name": "your-startup" }
  }
}