{
  "protocolVersion": "0.3.0",
  "name": "Next HVAC",
  "description": "Licensed Bay Area HVAC and appliance contractor. Agents can list services and submit a free estimate request.",
  "version": "1.0.0",
  "url": "https://www.nexthvacrepair.com/mcp",
  "documentationUrl": "https://www.nexthvacrepair.com/docs/api/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "supportedInterfaces": [
    {
      "url": "https://www.nexthvacrepair.com/mcp",
      "protocol": "JSONRPC",
      "transport": "http"
    }
  ],
  "skills": [
    {
      "id": "book-hvac-estimate",
      "name": "Book HVAC estimate",
      "description": "Submit a free estimate request for Bay Area heating, cooling, or appliance work.",
      "tags": [
        "hvac",
        "estimate"
      ]
    }
  ]
}