Skip to main content
Glama

MCP Weather Server

by dimonets

get-forecast

Retrieve a 7-day weather forecast for any city, including daily temperatures, precipitation, and sunrise/sunset times, using the MCP Weather Server.

Instructions

Get 7-day weather forecast for any city including daily temperatures, precipitation, and sunrise/sunset times

Input Schema

NameRequiredDescriptionDefault
cityYesThe name of the city to get forecast information for (e.g., 'New York', 'London', 'Tokyo')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "The name of the city to get forecast information for (e.g., 'New York', 'London', 'Tokyo')", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "city" ], "type": "object" }

Other Tools from MCP Weather Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/dimonets/mcp-weather-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server