swath-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_stormsA | List radar-verified hail/wind storm events (hail measured by NOAA radar, wind from measured NWS gust and damage reports — never forecasts). Returns storm ids usable with get_swath_report and show_swath_map. |
| get_swath_reportA | ★ The Swath Report: every property inside a storm swath, each scored with the hail size measured at that location (exposure.hail_in, exposure.score 0-1). Bills 1 credit per property returned +25/fresh-fetched record (10 min); preview with get_report_quote. |
| get_report_quoteA | Cost preview for get_swath_report (1 credit): counts cached properties matching the filters without returning rows, plus a clearly-labeled estimate of fresh-fetchable records. Billing always uses actual counts. Use before pulling large reports. |
| email_reportA | Email a swath report summary (max hail/wind, swath area, county, affected-property count, storm link) to your account email — the address your API key was signed up with; no other recipients possible. Summary bills 1 credit (like get_report_quote); pass limit to also include the top N properties by exposure, billed like get_swath_report (1 credit/property + fresh surcharges, 10-credit minimum). |
| lookup_propertyA | Full property record for one address (or lat/lng, or parcel id): year built, sqft, roof age and how it was derived, owner-occupancy, assessed value. Costs 2 credits. |
| create_monitor | Watch a coverage area. Get an email at your account address and/or a signed webhook when a radar-verified storm crosses it. Provide email_alerts: true and/or webhook_url (at least one). With webhook_url, the response includes webhook_secret ONCE — store it. |
| list_monitorsA | List your registered coverage monitors. |
| show_swath_mapA | A storm swath's polygon as GeoJSON (render it on any map) plus severity stats and a viewer URL. |
| get_usageA | Your API plan, credits used this month, and rate limit. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vibecodebeast/swath-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server