{
  "name": "firenum.com FIRE Planner",
  "description": "Creates pre-populated FIRE (Financial Independence, Retire Early) financial planning profiles. Send structured financial data (income, expenses, assets, debts, retirement timeline) and receive a URL that opens a full financial planner with month-by-month projections, Monte Carlo simulation, historical backtesting, and stress testing. Works on mobile, tablet, and desktop. All client-side, no account required.",
  "version": "1.0.0",
  "provider": {
    "organization": "firenum.com",
    "url": "https://firenum.com"
  },
  "documentationUrl": "https://firenum.com/openapi.yaml",
  "supportedInterfaces": [
    {
      "url": "https://firenum.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "create-fire-profile",
      "name": "Create FIRE Planning Profile",
      "description": "Send financial data (income, expenses, assets, debts, retirement timeline) as a JSON DataPart. Returns a URL that opens a full financial planner with the data pre-loaded. Works on mobile, tablet, and desktop. Uses exact param names: salary, expenses, retirement, roth, birth, retire_age, etc.",
      "tags": ["fire", "financial-independence", "retire-early", "retirement", "financial-planning", "mobile", "responsive", "mobile-friendly"],
      "examples": [
        "Create a FIRE plan for someone making $80k with $4k/month expenses",
        "{\"salary\": 80000, \"retirement\": 200000, \"expenses\": 4000, \"birth\": 1990, \"retire_age\": 55}"
      ],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ]
}
