BaroclineBarocline

Getting Started

Start using Athenium weather data APIs and MCP server

Choose your integration method

Athenium offers two ways to access weather intelligence:

The Weather MCP server lets AI assistants query weather data using natural language. No API integration code needed.

  1. Add the MCP server to your AI client (see quickstart)
  2. Authorize via OAuth when prompted (or use an API key with the Weather Risk MCP)
  3. Start asking questions about weather data

REST APIs (for programmatic access)

5 OpenAPI 3.1 APIs for direct integration into your applications.

  1. Get an API key from customer.support@athenium.com
  2. Review the API reference
  3. Make your first request:
curl "https://api.atheniumanalytics.com/v2/forecast?lat=39.74&lon=-104.99&startDate=2025-03-15&endDate=2025-03-21&userKey=YOUR_API_KEY"

What data is available?

  • Forecast: 7-day GFS model output at 15km (CONUS) / 30km (global) resolution
  • Historical observations: 70+ years of station data from METAR, MADIS, and other networks
  • Gridded reanalysis: ERA5 at 15km global, high-res at 2km CONUS
  • Severe weather: Hail, tornado, wind contours and event data at 1km resolution
  • Tropical cyclones: Real-time tracking with bias-corrected AI forecasts
  • Risk scores: 0-10 peril scores for hail, wind, tornado, hurricane, flood, and wildfire
  • Property data: US building characteristics and tax assessment records

On this page