Based on the name and description, this connects Claude to weather data services to retrieve current conditions, forecasts, and related meteorological information. You'd reach for this when building assistants that need to answer weather queries, plan outdoor activities, or incorporate climate data into decision making workflows. Without implementation details in the source, the specific weather API it uses and operations it exposes aren't clear, but standard functionality would include location based lookups, multi day forecasts, and possibly historical weather data. Good fit for travel planning bots, scheduling assistants, or any application where weather context matters.
Public tool metadata for what this MCP can expose to an agent.
get_current_weatherGet current weather information for a specified city. It extracts the current hour's temperature and weather code, maps the weather code to a human-readable description, and returns a formatted summary.1 paramsGet current weather information for a specified city. It extracts the current hour's temperature and weather code, maps the weather code to a human-readable description, and returns a formatted summary.
citystringget_weather_byDateTimeRangeGet weather information for a specified city between start and end dates.3 paramsGet weather information for a specified city between start and end dates.
citystringend_datestringstart_datestringget_weather_detailsGet detailed weather information for a specified city as structured JSON data. This tool provides raw weather data for programmatic analysis and processing.2 paramsGet detailed weather information for a specified city as structured JSON data. This tool provides raw weather data for programmatic analysis and processing.
citystringinclude_forecastbooleanget_current_datetimeGet current time in specified timezone.1 paramsGet current time in specified timezone.
timezone_namestringget_timezone_infoGet information about a specific timezone including current time and UTC offset.1 paramsGet information about a specific timezone including current time and UTC offset.
timezone_namestringconvert_timeConvert time from one timezone to another.3 paramsConvert time from one timezone to another.
to_timezonestringdatetime_strstringfrom_timezonestringget_air_qualityGet air quality information for a specified city including PM2.5, PM10, ozone, nitrogen dioxide, carbon monoxide, and other pollutants. Provides health advisories based on current air quality levels.2 paramsGet air quality information for a specified city including PM2.5, PM10, ozone, nitrogen dioxide, carbon monoxide, and other pollutants. Provides health advisories based on current air quality levels.
citystringvariablesarrayget_air_quality_detailsGet detailed air quality information for a specified city as structured JSON data. This tool provides raw air quality data for programmatic analysis and processing.2 paramsGet detailed air quality information for a specified city as structured JSON data. This tool provides raw air quality data for programmatic analysis and processing.
citystringvariablesarray