Skip to main content
Glama

Weather MCP Server

by bobbyyng
MIT License
8

get_weather_forecast

Retrieve weather forecasts for a specified location using the Weather MCP Server. Input the location name and desired forecast days (1-7) to access accurate weather predictions.

Instructions

Get weather forecast for a specified location

Input Schema

NameRequiredDescriptionDefault
daysNoForecast days (1-7 days, default is 3 days)
locationYesLocation name

Input Schema (JSON Schema)

{ "properties": { "days": { "description": "Forecast days (1-7 days, default is 3 days)", "maximum": 7, "minimum": 1, "type": "number" }, "location": { "description": "Location name", "type": "string" } }, "required": [ "location" ], "type": "object" }
Install Server

Other Tools from Weather MCP 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/bobbyyng/weather-mcp-ts'

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