You're viewing a demo portfolio

Join the waitlist
PRSM

get_daily_history

Active

Tool of mcp-meteostat

declared in 0.1.0

Daily historical weather for a Meteostat station between two dates. Returns date-keyed temperature (avg/min/max), precipitation, snow, wind, pressure, sun hours. Get a station_id from find_stations.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end_date": "2023-12-31",
      "start_date": "2023-01-01",
      "station_id": "72494"
    },
    {
      "end_date": "2024-02-15",
      "start_date": "2024-01-15",
      "station_id": "10382"
    }
  ],
  "required": [
    "station_id",
    "start_date",
    "end_date"
  ],
  "properties": {
    "end_date": {
      "type": "string",
      "description": "YYYY-MM-DD inclusive"
    },
    "start_date": {
      "type": "string",
      "description": "YYYY-MM-DD inclusive"
    },
    "station_id": {
      "type": "string",
      "description": "Meteostat station ID (e.g., \"72494\") — from find_stations"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-meteostat

https://github.com/pipeworx-io/mcp-meteostat

2/7 registries
View full server →
get_daily_history — mcp-meteostat — PRSM MCP