vibecodebeast/swath-mcp
ποΈ π βοΈ - Radar-verified hail/wind storm detection and affected-property intelligence for the continental US β NOAA MRMS swath detection, per-address storm history, area monitors with webhook + email alerts, emailed reports, and swath maps. Hosted Streamable HTTP endpoint at https://swathapi.com/mcp (9 tools, free tier).
Quick Install
{
"mcpServers": {
"vibecodebeast-swath-mcp": {
"command": "npx",
"args": [
"-y",
"vibecodebeast-swath-mcp"
]
}
}
}Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
Swath MCP Server
MCP server for Swath API β America's first AI-native storm intelligence API. Radar-verified hail and damaging-wind swaths, and every property under them, inside Claude, ChatGPT, or any MCP client.
Tools
| Tool | What it does |
|---|---|
find_storms | Radar-verified storms (hail β₯ threshold, wind) for an area/timeframe |
get_swath_report | Every property under a swath β roof age, owner-occupancy, assessed value |
get_report_quote | Exact credit cost of a report before you run it |
email_report | Emails you the report summary |
lookup_property | Storm history + parcel intel for one address |
create_monitor / list_monitors | Watch a territory; webhook + email alerts on radar verification |
get_usage | Credits used / remaining |
show_swath_map | Gradient swath map image |
Quick start (Claude Desktop)
{
"mcpServers": {
"swath": {
"command": "npx",
"args": ["-y", "tsx", "/path/to/swath-mcp/src/index.ts"],
"env": { "SWATH_API_KEY": "sk_..." }
}
}
}
No key yet? Every tool answers with a signup hint β get a free key (100 credits) at swathapi.com.
claude.ai / ChatGPT users: you don't need this repo β add the hosted connector instead: https://swathapi.com/mcp (OAuth, no key handling). See swathapi.com/integrations.
Env
SWATH_API_KEYβ your API key (sk_...)SWATH_API_URLβ API base (defaulthttps://swathapi.com)
Data honesty
Hail is verified against NOAA MRMS radar; wind against measured NWS storm reports. No forecasts, no fabricated uptime β see swathapi.com/status.
Developed by vibecodebeast.ai.