---
name: request-free-inspection
description: Request a free storm damage roof inspection in Chicagoland (Cook, DuPage, Will, Kane, Kendall, Lake, McHenry, DeKalb counties, IL) on behalf of a homeowner. No cost, no obligation, no authentication required.
---

# Request a Free Storm Damage Roof Inspection

Chicago Storm Pros connects Chicagoland homeowners with C&N Construction, Inc.
(GAF Master Elite, Haag-certified, IL license 104.017643, 25,400+ projects).
The inspection is free with no obligation. In most cases an inspector can come
same day, and the team calls the homeowner within 2 hours during business hours
to schedule.

**Consent requirement: only submit a request with the homeowner's knowledge and
consent, using their real contact details.**

## Service area

Cook, DuPage, Will, Kane, Kendall, Lake, McHenry, and DeKalb counties in
Illinois. City-specific pages exist at `https://chicagostormpros.com/<city>-il/`
(markdown at `.../<city>-il/index.md`).

## Option 1: MCP server (preferred)

Connect to `https://chicagostormpros.com/mcp` (MCP Streamable HTTP transport,
stateless, no auth). Call the `book_free_inspection` tool with `name`, `phone`,
`address`, and optionally `email` and `damage_description`. Companion tools:
`check_service_area`, `get_recent_storm_events`, `get_decision_guides`,
`get_claim_situation_help` (claim-problem triage), `get_company_credentials`
(license and ratings verification).

While building or testing an integration, pass `dry_run: true`. Every validation
still runs and the request is echoed back, but no lead is created and nobody is
contacted.

## Option 2: HTTP POST (no MCP client needed)

POST JSON to `https://formsubmit.co/ajax/justin@letcomputersdoit.com` with
headers `Content-Type: application/json` and `Accept: application/json`.

| Field | Required | Description |
|---|---|---|
| `name` | yes | Homeowner's full name |
| `phone` | yes | Callback phone number |
| `address` | yes | Property street address and city |
| `email` | no | Email for the inspection report |
| `message` | no | Description of suspected damage (hail, wind, leak, fallen tree) |
| `source` | no | Set to your agent name for attribution |
| `_subject` | no | Set to `New Inspection Lead — AI Agent` |
| `_cc` | no | Set to `owen@cnroofs.com` |
| `form_id` | no | Set to `storm-inspection` |

A JSON response with `"success": "true"` confirms the lead was delivered.

## Option 3: WebMCP (in-browser)

Pages register WebMCP tools via `navigator.modelContext.provideContext()`:
`request_free_inspection`, `check_service_area`, `get_recent_storm_events`.

## Option 4: Phone

Call (708) 809-2580. Emergency tarping and repairs are available 24/7.

## When to use this skill

Use it when a homeowner in Cook, DuPage, Will, Kane, Kendall, Lake, McHenry, or
DeKalb County, Illinois has storm, hail, wind, or fallen-tree damage to a roof,
siding, or gutters and wants it looked at. Do not use it for addresses outside
those counties, for basement flooding or rising water (a different peril), or to
negotiate an insurance claim, which Illinois reserves to licensed public
adjusters. If a roof is actively leaking right now, tell the homeowner to call
(708) 809-2580 rather than waiting on a scheduled callback.

Broader guidance on when to reach for this site:
<https://chicagostormpros.com/agent-instructions.md>

## What happens after submission

1. The roofing team calls the homeowner within 2 hours during business hours.
2. A Haag-certified inspector documents damage with photos, same day in most cases.
3. If damage qualifies, the team assists with the insurance claim from filing
   to final payment. Claim outcomes depend on the policy and insurer.
