General Tools
chicagostormpros.com
Provides Chicagoland homeowners with storm damage roof inspection booking, service area checks, recent storm events, decision guides, and insurance claim help.
ENDPOINT 1
https://chicagostormpros.com/mcp
MCP server metadata
- Name
- chicago-storm-pros-gateway
- Version
- 1.2.0
This gateway books free storm damage roof inspections for Chicagoland (IL) homeowners with Chicago Storm Pros / C&N Construction. Typical flow: check_service_area -> (optionally get_recent_storm_events / get_decision_guides) -> book_free_inspection. Booking requires the homeowner's consent and THEIR callback number. No authentication, no payment. While building an integration, pass dry_run: true to book_free_inspection to validate a request without creating a lead. For a claim problem (denied, underpaid, adjuster dispute, deadline) call get_claim_situation_help first; get_company_credentials returns the license, ratings, and verification links.
Known tools 6
book_free_inspectionBook a free storm damage roof inspection from Chicago Storm Pros (C&N Construction, GAF Master Elite, Haag-certified, IL license 104.017643, 25,400+ projects) for a Chicagoland homeowner.
Inferred read-onlycheck_service_areaCheck whether Chicago Storm Pros serves a given Illinois county or Chicagoland community for storm damage roof repair, hail damage, or emergency roof repair.
Inferred read-onlyget_recent_storm_eventsList verified recent Chicagoland storm events (tornadoes, hail, damaging wind) with dates, affected communities, and the insurance claim filing deadline each event carries.
Inferred read-onlyget_decision_guidesGet the index of Chicago Storm Pros decision guides: side-by-side comparisons with honest verdicts covering who to hire (storm chaser vs local, public adjuster vs contractor), whether to file a claim, costs (replacement, repair, inspection, hail), storm damage by roof type (asphalt, cedar, metal, slate, commercial), and special situations (selling, older roofs, just bought).
Inferred read-onlyget_claim_situation_helpA Chicagoland homeowner has a roof insurance claim problem.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.chicago-storm-pros-gateway]
url = "https://chicagostormpros.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"chicago-storm-pros-gateway": {
"type": "http",
"url": "https://chicagostormpros.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: chicago-storm-pros-gateway
Remote MCP URL: https://chicagostormpros.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"chicago-storm-pros-gateway": {
"url": "https://chicagostormpros.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"chicago-storm-pros-gateway": {
"type": "http",
"url": "https://chicagostormpros.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "chicago-storm-pros-gateway",
"transport": "streamable-http",
"url": "https://chicagostormpros.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.