Openweather api

Openweather api

Provides access to current weather data, forecasts, and historical weather data for any location worldwide.

5VIEWS
2643USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app openweather_apinpx @composio/cli add cursor --app openweather_apinpx @composio/cli add cursor --app openweather_apinpx @composio/cli add cursor --app openweather_api

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Delete Weather Station

Tool to delete a registered weather station. use after identifying a station to remove. returns confirmation message upon success.

Get 5 Day Forecast

Tool to get a 5-day forecast every 3 hours. use after specifying location.

Get Current Air Pollution Data

Tool to fetch current air pollution data for a location. use when you need real-time air quality details by latitude and longitude.

Get Air Pollution Forecast

Tool to get forecasted air pollution data for a specific location. use after confirming latitude and longitude.

Get Air Pollution History

Tool to retrieve historical air pollution data. use when you need past air quality levels for a specific latitude/longitude and time range.

Get Circle City Weather

Tool to search for current weather data in cities around a geographic point. use when you need to fetch weather within a radius circle after confirming latitude and longitude.

Get Current Weather

Tool to retrieve current weather data for a location. use when you need up-to-the-minute weather info.

Get Direct Geocoding

Tool to convert a location name into geographic coordinates. use when you need latitude and longitude for a given location after confirming the precise name.

Get Reverse Geocoding

Tool to convert geographic coordinates into a location name. use when you need city, state, and country info from latitude and longitude.

Get Current Uv Index

Tool to retrieve current uv index for a location. use when you need up-to-the-minute uv index by latitude and longitude.

Get Uv Index Forecast

Tool to retrieve uv index forecast for a specific location. use when you need upcoming uv index values after confirming latitude and longitude. returns up to 8 days of data.

Get Uv Index History

Tool to retrieve historical uv index data for a specified location and time range. use when you need to analyze past uv exposure trends after confirming coordinates and time period.

Get Weather Map Tile (2.0)

Tool to fetch weather maps 2.0 tile images. use when you need dynamic weather layers at specific zoom and coordinates with advanced styling options.

Get Weather Stations

Tool to list all weather stations added to your account. use after setting up your openweather api key.

Get Weather Triggers

Tool to retrieve weather triggers for specific conditions. use after defining trigger criteria.

Add Weather Station

Tool to add a new weather station to your account. use when you need to register a station before sending custom data.

Update Weather Station

Tool to update weather station details. use when you need to modify the name, location, or external id of an existing station.

17 actions available