MCP Weather Service

MIT License
4

get-weather

Retrieve accurate weather data for specified cities using the MCP Weather Service. Enter the city name to access detailed weather information.

Instructions

Get weather information for a city

Input Schema

NameRequiredDescriptionDefault
cityYesCity name to get weather for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "City name to get weather for", "type": "string" } }, "required": [ "city" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Weather Service

Related Tools

ID: c9bqfygh4v