Skip to main content
Glama

Weather MCP Server

by Danii2020

get_forecast

Retrieve real-time weather forecasts using latitude and longitude coordinates. Provides up-to-date weather data from the National Weather Service API to answer location-specific queries.

Input Schema

NameRequiredDescriptionDefault
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "properties": { "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "get_forecastArguments", "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/Danii2020/weather-mcp'

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