swath-mcp
Related Servers
Alternatives to swath-mcp
- AlicenseAqualityDmaintenanceA free, MIT-licensed MCP server that provides AI agents with analyst-grade US severe-weather tools, including live warning polygons, SPC outlooks, radar-derived hail and rotation products, and a composite threat brief.1027 PyPI1MIT
Related Servers
- FlicenseBqualityDmaintenanceProvides weather data including US alerts, US forecasts, and global 5-day forecasts without requiring any API keys.31-
- AlicenseNot gradedqualityCmaintenanceEnables access to authoritative US National Weather Service forecasts, hourly forecasts, active alerts, and station observations with no authentication required.1 npmMIT
- AlicenseAqualityBmaintenanceLive ski & snow data for AI agents: 14-day multi-model forecasts, powder rankings, resort guides, webcams, ski-pass intelligence, and avalanche/road safety across 500+ resorts. Hosted streamable-HTTP — no install, no auth.40MIT
- FlicenseBqualityDmaintenanceProvides real-time US weather alerts and forecasts using the National Weather Service API.2-
- AlicenseNot gradedqualityBmaintenanceProvides US weather alerts and forecasts via the National Weather Service API with no API key required.10 npmMIT

RoofMeasure MCPofficial
AlicenseAqualityBmaintenanceProvides free EagleView-style satellite roof measurements and modular Xactimate-style estimating from Google Solar API data, enabling contractors to generate reports and estimates from any address.3MIT
TDQS
Scored across 8 tools
Each tool targets a clearly distinct action: finding storms, pricing a report, fetching report data, mapping a swath, emailing a summary, looking up a property, listing monitors, and checking usage. The close pairing of get_swath_report and get_report_quote is resolved by the quote tool explicitly costing without returning rows.
All tool names follow a consistent verb_noun snake_case pattern (get_swath_report, find_storms, list_monitors, show_swath_map). Verb choices match their actions and no mixed casing or stylistic drift is present.
Eight tools is well-scoped for a storm-swath data API. Each tool earns its place covering discovery, quotation, retrieval, visualization, delivery, property lookup, account state, and usage.
The core workflow of finding a storm, quoting and fetching a swath report, viewing it on a map, and emailing a summary is well covered. The main gaps are that list_monitors has no corresponding create/update/delete tools, and there is no dedicated storm detail endpoint beyond find_storms.