Skip to main content
Glama

Weather MCP Server

by 630156145
Apache 2.0
  • Apple

get-forecast

Retrieve accurate weather forecasts for specific locations by providing latitude and longitude coordinates through the Weather MCP Server's JSON-based input schema.

Instructions

Get weather forecast for a location

Input Schema

NameRequiredDescriptionDefault
latitudeYesLatitude of the location
longitudeYesLongitude of the location

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "latitude": { "description": "Latitude of the location", "maximum": 90, "minimum": -90, "type": "number" }, "longitude": { "description": "Longitude of the location", "maximum": 180, "minimum": -180, "type": "number" } }, "required": [ "latitude", "longitude" ], "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/630156145/weather-server-javascript'

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