{
  "name": "chicago-storm-pros-gateway",
  "title": "Chicago Storm Pros Inspection Gateway",
  "description": "Book a free storm damage roof inspection for a Chicagoland (Illinois) homeowner, check the service area, retrieve NWS-verified storm events with insurance claim deadlines, and browse decision guides. No authentication, no payment. Only book with the homeowner's consent using their own callback number.",
  "version": "1.2.0",
  "url": "https://chicagostormpros.com/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2025-06-18",
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "book_free_inspection",
      "description": "Book a free storm damage roof inspection for a Chicagoland homeowner (name, phone, address; optional email and damage description). Pass dry_run: true to validate a request without creating a lead or contacting anyone."
    },
    {
      "name": "check_service_area",
      "description": "Check whether a given Illinois county or community is in the service area."
    },
    {
      "name": "get_recent_storm_events",
      "description": "List NWS-verified Chicagoland storm events with affected communities and insurance claim filing deadlines."
    },
    {
      "name": "get_decision_guides",
      "description": "Get the index of storm damage decision guides with links."
    },
    {
      "name": "get_claim_situation_help",
      "description": "Triage for a roof insurance claim problem (denied, underpaid, adjuster_no_damage, deadline_approaching, not_yet_filed, estimate_confusing, contractor_pressure; optional carrier): what it means, what C&N can and cannot do under Illinois law, the matching guide, and the next step."
    },
    {
      "name": "get_company_credentials",
      "description": "The company's Illinois roofing license, certifications, BBB status, Google rating, awards, and independent verification links in one call. Raw data at /data/organization.json."
    }
  ],
  "provider": {
    "name": "C&N Construction, Inc.",
    "url": "https://chicagostormpros.com",
    "address": "24 N Hillside Ave, Hillside, IL 60162",
    "license": "Illinois roofing contractor 104.017643"
  },
  "documentation": "https://chicagostormpros.com/developers/",
  "instructions": "https://chicagostormpros.com/agent-instructions.md",
  "rateLimits": {
    "bookingsPerHourPerIp": 5,
    "dryRunsCounted": false
  }
}
