Cursor MCP Server

get-forecast

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" }

You must be authenticated.

Other Tools