# storms

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add StormAxis/storms

# Browse available tools
npx -y @smithery/cli@latest tool list StormAxis/storms

# Get full schema for a tool
npx -y @smithery/cli@latest tool get StormAxis/storms get_storm_overview

# Call a tool
npx -y @smithery/cli@latest tool call StormAxis/storms get_storm_overview '{}'
```

## Direct MCP Connection

Endpoint: `https://storms--stormaxis.run.tools`

## Tools (8)

- `get_storm_overview` — Get a real-time overview of active storm activity across the US.
- `get_top_opportunities` — Get top-scored storm opportunities from the last 30 days.
- `get_storm_score` — Get the detailed opportunity score breakdown for a specific storm.
- `search_properties` — Search the property database for targetable properties in a ZIP code.
- `get_canvass_clusters` — Get optimized canvass clusters for a storm event.
- `get_insurance_propensity` — Get insurance claim propensity data by state/region.
- `get_fema_claims` — Get historical FEMA NFIP flood insurance claims for a state.
- `get_pipeline_status` — Check the health and status of the StormAxis data pipeline.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get StormAxis/storms <tool-name>
```

## Prompts (2)

- `storm_assessment` (state) — Generate a complete storm assessment for a state.
- `property_search` (zip_code) — Search for targetable properties in a ZIP code with storm context.
