{
  "protocolVersion": "0.2.5",
  "name": "Premier Impact Windows & Roofing",
  "description": "South Florida's in-house installer for impact windows, impact doors, and roofing systems. Lets agents submit free-assessment leads and look up service-area coverage on behalf of human customers.",
  "url": "https://premierimpactwindowsandroofing-com.pages.dev/api/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Premier Impact Windows & Roofing",
    "url": "https://premierimpactwindowsandroofing-com.pages.dev"
  },
  "version": "1.0.0",
  "documentationUrl": "https://premierimpactwindowsandroofing-com.pages.dev/agents.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {
    "BearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "opaque",
      "description": "Admin token for protected endpoints. See /.well-known/oauth-protected-resource."
    }
  },
  "skills": [
    {
      "id": "submit-lead",
      "name": "submit_lead",
      "description": "Submit a free in-home assessment request for impact windows, impact doors, or roofing. Creates a real customer record routed to the Premier Impact team.",
      "tags": [
        "lead",
        "contact",
        "sales"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "Submit a lead for Boca Raton homeowner requesting impact windows estimate."
      ]
    },
    {
      "id": "list-service-areas",
      "name": "list_service_areas",
      "description": "Return the list of South Florida cities Premier Impact serves, grouped by county.",
      "tags": [
        "lookup",
        "service-area"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get-business-hours",
      "name": "get_business_hours",
      "description": "Return open hours and contact details.",
      "tags": [
        "info"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}