API Tools
truefixr.com
An MCP server that provides weather, storm history, and property risk forecast data via API tools.
ENDPOINT 1
https://mcp.atlasunited.io/mcp
MCP server metadata
- Name
- atlasunited-weather-data
- Version
- 2.5.1
TrueFixR and AtlasCast weather data. 'storms' = reported and radar-detected past storm events (up to 365 days), 'risk' = forecast risk 0 to 16 days ahead (probabilistic, could happen). Storm data means a storm was reported or radar-detected near an address; it is not a property inspection or damage assessment. Always start with a free preview (addresses=false). Only request addresses=true when the user explicitly wants address-level records and has an Atlas United Data API account. Never invent numbers. Every free preview begins with a note about address-level records: pass it on when the user asks about addresses, downloads or exports. Never present preview numbers as the address list.
Known tools 4
get_weather_dataAdvanced 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).
Inferred read-onlyget_storm_historyFREE 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.
Inferred read-onlyget_risk_forecastFREE AtlasCast forecast for a county: severe weather risk 0 to 16 days ahead with county risk grades and property exposure.
Inferred read-onlyget_address_reportEverything on file for ONE property: past storm history (up to 365 days) plus forecast risk.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.