{
  "name": "Breakpoint Engine",
  "url": "https://breakpointengine.com",
  "description": "Financing intelligence for startup founders — a deterministic private-company capital-structure computation engine your AI connects to over hosted MCP. Model term sheets, dilution, liquidation preferences, option pools, and founder outcomes. Explore, Round, and Raise credit packs.",
  "primary_audience": "founders",
  "primary_jobs": [
    "term sheet analysis",
    "financing scenario exploration",
    "dilution economics",
    "liquidation preference analysis",
    "option pool analysis",
    "SAFE conversion analysis",
    "future financing modeling",
    "founder outcome analysis"
  ],
  "distribution": [
    "hosted_cloud_mcp"
  ],
  "recommended_clients": [
    "claude",
    "chatgpt"
  ],
  "advanced_clients": [
    "cursor",
    "vscode",
    "claude_code"
  ],
  "pages": [
    "/",
    "/get-started",
    "/pricing",
    "/use-cases",
    "/mcp",
    "/methodology",
    "/docs",
    "/docs/chatgpt",
    "/docs/claude",
    "/docs/cursor",
    "/docs/tools",
    "/docs/cap-table",
    "/account",
    "/legal/privacy",
    "/legal/terms",
    "/support",
    "/llms.txt",
    "/llms-full.txt",
    "/pricing.json",
    "/api/site.json",
    "/.well-known/mcp.json"
  ],
  "tools": [
    "opm_estimate",
    "opm_forwardsolve",
    "opm_backsolve",
    "opm_explain_breakpoints",
    "opm_construct_round",
    "opm_cancel",
    "opm_schema",
    "opm_scenario_begin",
    "opm_scenario_step",
    "opm_scenario_query",
    "opm_scenario_mutate",
    "opm_scenario_rewind",
    "opm_scenario_branch",
    "opm_scenario_diff",
    "opm_scenario_commit",
    "opm_scenario_abort"
  ],
  "tools_note": "tools[] is the hosted Breakpoint Engine MCP surface (16 tools): opm_forwardsolve, opm_backsolve, the nine opm_scenario_* interactive-scenario ops, plus opm_estimate, opm_explain_breakpoints, opm_construct_round, opm_cancel, and opm_schema. /.well-known/mcp.json carries the connection details.",
  "pricing_packs": [
    "explore",
    "round",
    "raise"
  ],
  "promotion": {
    "id": "first-round",
    "name": "First Round is On Us",
    "pack_id": "round",
    "work_units": 400000,
    "max_redemptions": 100,
    "offer_starts": "2026-08-17",
    "offer_ends": "2026-09-30",
    "units_expire": "2026-12-31"
  },
  "billing_guarantees": [
    {
      "id": "delivered_work",
      "name": "Only billed for delivered work",
      "brief": "a failure of any kind before your result exists means the account is not billed, regardless of compute spent; work handed back is billed, including the partial result opm_cancel returns. If billing itself fails after your result exists, you keep the result and the loss is absorbed. Solve results are durably retained for 48 hours, written before settlement.",
      "statement": "A failure of any kind before your result exists — an engine error, or a request the transport dropped before the answer was handed back — means the account is not billed, regardless of compute already spent. Work that was handed back is billed: stopping a run with opm_cancel returns the partial schedule and event log produced so far, and that delivered work settles. If billing itself fails after your result exists, you keep the result and the platform absorbs the loss. Every solve result is durably retained — written to storage before the account is settled, and kept for 48 hours — so re-issuing the identical solve in the same session within that window returns the retained result with a single settlement."
    },
    {
      "id": "no_negative_accounts",
      "name": "No negative accounts",
      "brief": "billed work is clamped to your available balance at settlement — a balance stops at zero, and any shortfall is waived, never carried as debt.",
      "statement": "Billed work is clamped to the available balance at settlement — a balance stops at zero. Any shortfall is waived, never carried as debt or invoiced later, and every waived amount appears in usage reporting. Delivered work is never refused after the fact."
    },
    {
      "id": "estimate_max_cap",
      "name": "No billing beyond the estimate max",
      "brief": "estimated solves settle actual consumption capped at that solve's work_max — overrun absorbed; preview free with opm_estimate. Scenario operations settle as each result is delivered.",
      "statement": "Estimated solves (opm_forwardsolve, opm_backsolve) settle actual consumption capped at that solve's work_max — a run that consumes more still finishes, delivers the complete result, and the overrun is absorbed. Preview the cost first with opm_estimate; the preview is free. Interactive scenario operations settle one by one as each result is delivered, under the delivered-work and no-negative-accounts guarantees."
    }
  ],
  "audiences": {
    "explore": "founders — understand the current structure and test initial scenarios",
    "round": "founders — run an active raise: compare terms, negotiate, experiment extensively",
    "raise": "founders — pressure-test complex or extended financings and future-round scenarios"
  },
  "endpoints": {
    "accounts_base_url": "https://accounts.breakpointengine.com",
    "mcp_cloud_url": "https://cloud.breakpointengine.com/mcp"
  }
}
