WeatherXM Pro MCP Server

Official
by WeatherXM
MIT License
2
  • Apple
  • Linux

get_historical_observations

Retrieve weather data for a specific station and date from the WeatherXM Pro MCP Server to analyze historical weather observations.

Input Schema

NameRequiredDescriptionDefault
dateYesDate (YYYY-MM-DD) for historical observations
station_idYesThe unique identifier of the station

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "description": "Date (YYYY-MM-DD) for historical observations", "type": "string" }, "station_id": { "description": "The unique identifier of the station", "type": "string" } }, "required": [ "station_id", "date" ], "type": "object" }

You must be authenticated.

Other Tools from WeatherXM Pro 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/WeatherXM/weatherxm-pro-mcp'

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