{
  "specVersion": "1.0",
  "host": {
    "displayName": "Sonlight Window Cleaning",
    "identifier": "https://sonlightwindow.com",
    "documentationUrl": "https://sonlightwindow.com/agents"
  },
  "entries": [
    {
      "identifier": "urn:air:sonlightwindow.com:mcp:booking",
      "displayName": "Sonlight Window Cleaning: Quote & Booking",
      "type": "application/mcp-server-card+json",
      "mediaType": "application/mcp-server-card+json",
      "description": "MCP server for a family-owned window cleaning company serving Colorado's Front Range and New Mexico since 1978. Returns a firm, bookable price for a street address with no in-person estimate, shows real dispatch availability, and reserves an actual calendar slot. The customer gets an SMS and email confirmation immediately; payment is collected after service, never at booking.",
      "tags": ["local-business", "home-services", "window-cleaning", "gutter-cleaning", "pressure-washing", "booking", "quotes", "colorado", "new-mexico"],
      "capabilities": ["get_quote", "check_availability", "book_window_cleaning"],
      "representativeQueries": [
        "book a window cleaner in Denver for this week",
        "how much does window cleaning cost in Colorado Springs",
        "get a quote for gutter cleaning in Albuquerque",
        "schedule window washing near Boulder or Fort Collins",
        "find a window cleaning company that can price my house instantly"
      ],
      "version": "1.0.0",
      "data": {
        "name": "sonlight-window-cleaning",
        "description": "Instant firm quotes and real appointment booking for window cleaning, gutter cleaning, and soft-wash/pressure washing across Colorado's Front Range (Denver, Colorado Springs, Boulder, Fort Collins, Castle Rock, Pueblo) and New Mexico (Albuquerque, Rio Rancho, Santa Fe). Flow: get_quote -> check_availability -> book_window_cleaning.",
        "remotes": [
          {
            "type": "streamable-http",
            "url": "https://sonlightwindow.com/mcp"
          }
        ],
        "tools": [
          {
            "name": "get_quote",
            "description": "Get a FIRM, bookable price for window cleaning at a specific street address, instantly, with no in-person estimate. Returns exact prices for interior + exterior window cleaning, exterior-only window cleaning, gutter cleaning, and soft wash of siding, plus whether the address is in the service area.",
            "inputSchema": {
              "type": "object",
              "required": ["address"],
              "properties": {
                "address": {
                  "type": "string",
                  "description": "Full street address including city and state. Example: '1600 Glenarm Pl, Denver, CO 80202'."
                }
              }
            }
          },
          {
            "name": "check_availability",
            "description": "See real dispatch availability for the next two weeks: which days have morning/afternoon capacity and which days carry an extra $25-$50 discount.",
            "inputSchema": {
              "type": "object",
              "properties": {
                "address": { "type": "string", "description": "Service address, used to pick the local dispatch calendar." },
                "zip": { "type": "string", "description": "5-digit zip of the service address, preferred over address parsing." },
                "days_out": { "type": "integer", "minimum": 7, "maximum": 60, "description": "How many days ahead to check. Defaults to 14." }
              }
            }
          },
          {
            "name": "book_window_cleaning",
            "description": "Reserve a REAL calendar slot. The customer immediately receives an SMS and email confirmation and a technician arrives at the chosen time. Nothing is charged at booking. Requires a prior get_quote for the same address; prices are re-validated server-side.",
            "inputSchema": {
              "type": "object",
              "required": ["name", "phone", "address", "selected_services", "preferred_date", "preferred_time"],
              "properties": {
                "name": { "type": "string", "description": "Customer's full name." },
                "phone": { "type": "string", "description": "US mobile number for the confirmation SMS." },
                "email": { "type": "string", "description": "Customer email. Recommended but optional." },
                "address": { "type": "string", "description": "Full service address (street, city, state, zip)." },
                "selected_services": {
                  "type": "array",
                  "minItems": 1,
                  "items": { "type": "string", "enum": ["interior_exterior", "exterior", "gutter", "soft_wash"] },
                  "description": "interior_exterior = full service windows; exterior = outside-only windows; gutter = gutter cleaning; soft_wash = siding soft wash."
                },
                "preferred_date": { "type": "string", "description": "YYYY-MM-DD. Same-day cutoff is 6pm Mountain the prior evening." },
                "preferred_time": { "type": "string", "enum": ["8am", "10am", "12pm", "2pm", "morning", "afternoon", "allday"] },
                "notes": { "type": "string", "description": "Gate codes, pets, focus areas. Anything the technician should know." }
              }
            }
          }
        ]
      },
      "metadata": {
        "schemaOrgType": "HomeAndConstructionBusiness",
        "telephone": "+1-303-990-2878",
        "email": "info@sonlightwindow.com",
        "foundingDate": "1978",
        "areaServed": "Denver; Aurora; Lakewood; Arvada; Westminster; Thornton; Centennial; Highlands Ranch; Littleton; Englewood; Golden; Broomfield; Louisville; Lafayette; Longmont; Loveland; Greeley; Boulder; Fort Collins; Colorado Springs; Monument; Castle Rock; Parker; Pueblo; Albuquerque; Rio Rancho; Santa Fe",
        "priceRange": "$$",
        "timezone": "America/Denver",
        "bookingConstraints": "No Sunday service. Same-day cutoff 6pm Mountain the prior evening. Time slots: 8am, 10am, 12pm, 2pm, morning, afternoon, allday.",
        "paymentTiming": "Payment is collected after service. Nothing is charged at booking.",
        "outOfScope": "carpet cleaning; upholstery; solar panel cleaning; pool cleaning; roof washing; HVAC; lawn care; landscaping; painting; stucco; chimney; dryer vent; holiday lights"
      },
      "trustManifest": {
        "identity": "https://sonlightwindow.com",
        "identityType": "https"
      }
    }
  ]
}
