Skip to main content
Glama

MCP Weather SSE Server

by tranducthai
  • Apple
  • Linux

get_forecast

Fetch accurate weather forecasts for any location in the US by providing latitude and longitude coordinates, enabling informed decision-making for weather-dependent activities.

Instructions

Get weather forecast for a location using NWS (US only).

Args: latitude: Latitude of the location longitude: Longitude of the location

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 MCP Weather SSE 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/tranducthai/mcp_protocol_weather'

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