MCP Weather Server

get_hourly_weather

Get hourly weather forecast for a location.

Input Schema

NameRequiredDescriptionDefault
locationYes

Input Schema (JSON Schema)

{ "properties": { "location": { "title": "Location", "type": "string" } }, "required": [ "location" ], "title": "get_hourly_weatherArguments", "type": "object" }

You must be authenticated.

Other Tools