get_daily_history
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-meteostat
https://github.com/pipeworx-io/mcp-meteostat
2/7 registries