{
  "protocolVersion": "0.3.0",
  "name": "UnlockSaaS Agent",
  "description": "SaaS launch toolkit and community. Alternatives directory, launch checklist, SaaS mistakes guide, revenue projector, LTV calculator, churn cost calculator, and SaaS playbook.",
  "url": "https://unlocksaas.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "get_churn_cost",
      "name": "Calculate Churn Cost",
      "description": "Calculate the cost of SaaS churn based on MRR, churn rate, and CAC.",
      "tags": [
        "saas",
        "churn",
        "metrics",
        "calculator"
      ],
      "examples": [
        "What's my churn cost?",
        "How much is churn costing me?"
      ]
    },
    {
      "id": "get_ltv",
      "name": "Calculate LTV",
      "description": "Calculate customer lifetime value (LTV) from ARPU, gross margin, and churn rate.",
      "tags": [
        "saas",
        "ltv",
        "metrics",
        "calculator"
      ],
      "examples": [
        "Calculate my LTV",
        "What's my customer lifetime value?"
      ]
    },
    {
      "id": "project_revenue",
      "name": "Project Revenue",
      "description": "Project SaaS revenue 12 months forward from current MRR and growth assumptions.",
      "tags": [
        "saas",
        "revenue",
        "projection",
        "calculator"
      ],
      "examples": [
        "Project my revenue",
        "Forecast MRR growth"
      ]
    }
  ]
}
