AerisWeather

AerisWeather MCP Connector for Claude

A

Access hyper-local weather data, forecasts, and alerts via AerisWeather — query observations, conditions, and geographical data directly from any AI agent.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AerisWeather account to any AI agent and access professional-grade weather intelligence through natural conversation.

What you can do

  • Observations & Forecasts — Fetch real-time METAR/PWS data and up to 15-day forecasts for any global location using get_observations and get_forecasts.
  • Global Conditions — Get interpolated current, forecast, and historical weather conditions with minute-by-minute precipitation via get_conditions.
  • Weather Alerts — Monitor active warnings, watches, and advisories from official sources like NWS and MeteoAlarm using get_alerts.
  • Geographical Data — Retrieve detailed place information including timezones, population, and coordinates for cities or airports with get_places.
  • Batch Processing — Efficiently query multiple endpoints in a single request to optimize agent performance using get_batch.

How it works

  1. Subscribe to this server
  2. Enter your AerisWeather Client ID and Client Secret
  3. Start querying weather data from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Developers — Integrate weather context into applications or automation scripts directly from the IDE.
  • Logistics & Operations — Monitor weather alerts and conditions for fleet management or event planning.
  • Data Analysts — Access historical and real-time weather datasets for environmental research or business intelligence.
weather-apiforecastsweather-alertsmeteorologyhyper-local-weather

6 tools expose this connector's capabilities to your AI agent.

get_alerts

Get active weather warnings, watches, and advisories

get_batch

Action is usually a location ID. Provide a comma-separated list of requests (e.g., /observations,/forecasts,/alerts). Max 31 requests. Query multiple endpoints in a single request for efficiency

get_conditions

Supports minutely precipitation forecasts (filter=minutelyprecip). Range: 2004 to +15 days. Get interpolated global current, forecast, and historical conditions

get_forecasts

Get weather forecasts

get_observations

Action can be an ID (e.g., minneapolis,mn), closest, search, or within. Get current weather observations

get_places

Get geographical data for cities, stations, and airports

See how to talk to your AI agent using AerisWeather.

What is the current weather in London?

I've retrieved the current conditions for London. It's currently 15°C with light rain and a humidity of 78%. Would you like the forecast for the rest of the day?

Show me the 7-day forecast for New York.

Fetching the 7-day forecast for New York... I see a mix of sun and clouds for the next few days, with temperatures peaking at 22°C on Wednesday. Should I check for any precipitation alerts?

Are there any active weather alerts for Miami?

Checking for active alerts in Miami... There is currently a 'Flood Watch' in effect until 8:00 PM. Would you like to see the full details of the advisory?

Yes! Use the `get_conditions` tool with the `filter` parameter set to `minutelyprecip`. This provides high-resolution precipitation data for the immediate future.

Related Connectors