BaroclineBarocline

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 TypeWhat it covers
Forecast & gridded7-day GFS forecast, ERA5 reanalysis, 2km high-res, precipitation
Station observationsHistorical station data, climate normals, station search
Severe weatherDaily analysis, contours, event history, 1km grids, SPC reports
Tropical cyclonesActive storms, forecast tracks, interactive hurricane maps
Risk scoringWeather, flood, and wildfire risk scores (0-10 scale)
Location intelligenceGeocoding, elevation, property characteristics
VisualizationInteractive severe weather contour maps

All tools are read-only.

Browse all tools →

On this page