{
  "name": "OptionsAhoy Calculator API",
  "version": "v1",
  "serverVersion": "1.10.1",
  "documentation": "https://optionsahoy.com/for-agents",
  "openapi": "https://optionsahoy.com/openapi.json",
  "mcp": "https://optionsahoy.com/mcp",
  "tools": "https://optionsahoy.com/tools?src=rest_index",
  "try_it": "https://optionsahoy.com/for-agents#try-it",
  "beta": "https://optionsahoy.com/beta?src=rest_index",
  "endpoints": [
    {
      "method": "POST",
      "path": "/api/v1/amt-iso",
      "description": "Multi-year Incentive Stock Option (ISO) exercise schedule optimization minimizing Alternative Minimum Tax (AMT).",
      "web_tool": "https://optionsahoy.com/tools/amt-iso?src=rest_index"
    },
    {
      "method": "POST",
      "path": "/api/v1/nso",
      "description": "After-tax payout on a non-qualified stock option (NSO) exercise plus sell-vs-hold comparison.",
      "web_tool": "https://optionsahoy.com/tools/nso?src=rest_index"
    },
    {
      "method": "POST",
      "path": "/api/v1/rsu-sell-vs-hold",
      "description": "Sell-at-vest vs. hold-for-long-term-capital-gains comparison for an RSU vest.",
      "web_tool": "https://optionsahoy.com/tools/rsu-sell-vs-hold?src=rest_index"
    },
    {
      "method": "POST",
      "path": "/api/v1/concentration",
      "description": "Single-stock concentration risk quantification and sell-down vs. hold vs. hedge comparison.",
      "web_tool": "https://optionsahoy.com/tools/concentration?src=rest_index"
    },
    {
      "method": "POST",
      "path": "/api/v1/protective-put",
      "description": "Protective put, zero-cost collar, and put spread pricing for a single-stock position.",
      "web_tool": "https://optionsahoy.com/tools/protective-put?src=rest_index"
    },
    {
      "method": "POST",
      "path": "/api/v1/qsbs",
      "description": "Section 1202 qualified small business stock (QSBS) qualification check.",
      "web_tool": "https://optionsahoy.com/tools/qsbs?src=rest_index"
    },
    {
      "method": "POST",
      "path": "/api/v1/equity-funding",
      "description": "Plan the minimum-tax sell schedule to net a target after-tax amount by a deadline from equity holdings.",
      "web_tool": "https://optionsahoy.com/tools/equity-funding?src=rest_index"
    },
    {
      "method": "POST",
      "path": "/api/v1/rsu-lot-order",
      "description": "Choose which vested RSU lots to sell, on which dates, to divest a target share fraction at the lowest computed tax (specific-lot ID, long-term deferral, multi-year bracket spreading) versus a FIFO sell order.",
      "web_tool": "https://optionsahoy.com/tools/rsu-lot-order?src=rest_index"
    },
    {
      "method": "GET",
      "path": "/api/v1/stats",
      "description": "Public summary of MCP server usage: total calls, last 24h / 7d / 30d, top tools. Cached 60s."
    }
  ]
}