Cursor MCP Server

get-forecast

Retrieve accurate weather forecasts for any location by providing latitude and longitude coordinates. Integrates with the Cursor MCP Server for efficient data retrieval and real-time analysis.

Instructions

Get weather forecast for a location

Input Schema

NameRequiredDescriptionDefault
latitudeYesLatitude of the location
longitudeYesLongitude of the location

Input Schema (JSON Schema)

{ "properties": { "latitude": { "description": "Latitude of the location", "type": "number" }, "longitude": { "description": "Longitude of the location", "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }

Other Tools from Cursor MCP Server

Related Tools

ID: 4fg1gxbcex