mcpserver.lol
registry/weather-mcp-2
Connection check local install

weather-mcp-2

17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires

Tools 11
GitHub stars 43
Installs / wk 5.9k
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

11 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

check_service_status from source
Check the operational status of the NOAA and Open-Meteo weather APIs. Use this when experiencing errors or to proactively verify service availability before making weather data req…
get_air_quality from source
Get air quality data including AQI (Air Quality Index), pollutant concentrations, and UV index for a location (global coverage). Use this when asked about
get_alerts from source
get_current_conditions from source
Get the most recent weather observation for a location (global coverage). Use this for current weather or when asking about
get_forecast from source
Get future weather forecast for a location (global coverage). Use this for upcoming weather predictions (e.g.,
get_historical_weather from source
Get historical weather data for a specific date range in the past. Use this when the user asks about weather on specific past dates (e.g.,
get_marine_conditions from source
Get marine conditions including wave height, swell, ocean currents, and sea state for a location (global coverage). Use this when asked about
get_saved_location from source
get_weather_summary from source
Get a combined weather overview for a location in a SINGLE call. Best for broad questions like
remove_saved_location from source
search_location from source
Search for locations by name to get coordinates for weather queries. Uses Nominatim (OpenStreetMap) for excellent coverage of cities, towns, villages, and hamlets worldwide. Use th…