INDIVIDUAL MCP TOOL
get_weather_data
Advanced query for datasets NOT covered by the other tools: dataset='coverage' (county coverage check), 'facilities' (nearby business/facility data), 'wildfire', 'at_risk' (properties currently in an active risk window), 'daily' (daily lead digest), or a 'counties' multi-county rollup (comma-separated, max 15).
LIVE ENDPOINT
https://mcp.atlasunited.io/mcp
Connect to this endpoint to inspect the live schema for get_weather_data and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.atlasunited-weather-data]
url = "https://mcp.atlasunited.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"atlasunited-weather-data": {
"type": "http",
"url": "https://mcp.atlasunited.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: atlasunited-weather-data
Remote MCP URL: https://mcp.atlasunited.io/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": {
"atlasunited-weather-data": {
"url": "https://mcp.atlasunited.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"atlasunited-weather-data": {
"type": "http",
"url": "https://mcp.atlasunited.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "atlasunited-weather-data",
"transport": "streamable-http",
"url": "https://mcp.atlasunited.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_storm_history— FREE preview of reported and radar-detected past storm events (hail, wind, tornado, flooding) for a county: event counts, storm types, measured severities and repeat-hit properties.get_risk_forecast— FREE AtlasCast forecast for a county: severe weather risk 0 to 16 days ahead with county risk grades and property exposure.get_address_report— Everything on file for ONE property: past storm history (up to 365 days) plus forecast risk.