About Barocline
Unlock 70+ years of weather and risk intelligence, optimized for what matters to you
Seamlessly connect Barocline to your preferred AI model. Access verified weather and risk data, including forecasts, historical observations, severe weather analyses, tropical cyclone tracking, risk scoring, and property intelligence.
Quick connection
There are two MCP servers available. The primary barocline MCP uses OAuth (no key needed — your client handles the flow). The barocline Weather Risk MCP uses an API key.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"barocline": {
"url": "https://mcp.barocline.com/mcp"
}
}
}Your client will prompt you to authorize via OAuth on first connection.
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"barocline": {
"url": "https://mcp.barocline.com/mcp"
}
}
}MCP support in ChatGPT requires the ChatGPT desktop app. Add the Athenium server URL https://mcp.barocline.com/mcp through Settings > MCP Servers.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"barocline-weather-risk": {
"url": "https://mcpkey.barocline.com/weather-risk/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"barocline-weather-risk": {
"url": "https://mcpkey.barocline.com/weather-risk/mcp",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
}
}
}What can you do with it?
| Data Type | What it covers |
|---|---|
| Forecast & gridded | 7-day GFS forecast, ERA5 reanalysis, 2km high-res, precipitation |
| Station observations | Historical station data, climate normals, station search |
| Severe weather | Daily analysis, contours, event history, 1km grids, SPC reports |
| Tropical cyclones | Active storms, forecast tracks, interactive hurricane maps |
| Risk scoring | Weather, flood, and wildfire risk scores (0-10 scale) |
| Location intelligence | Geocoding, elevation, property characteristics |
| Visualization | Interactive severe weather contour maps |
All tools are read-only.