get_climate_projection
ActiveTool of climate
declared in 0.1.0
Get historical and future temperature and precipitation projections for a location (1950–2050). Returns daily forecasts with temperature, precipitation, and weather conditions.
Parameters schema
{
"type": "object",
"examples": [
{
"end_date": "2020-12-31",
"latitude": 40.7128,
"longitude": -74.006,
"start_date": "2020-01-01"
},
{
"end_date": "2030-08-31",
"latitude": 51.5074,
"longitude": -0.1278,
"start_date": "2030-06-01"
}
],
"required": [
"latitude",
"longitude",
"start_date",
"end_date"
],
"properties": {
"end_date": {
"type": "string",
"description": "End date in YYYY-MM-DD format (must be between 1950 and 2050)."
},
"latitude": {
"type": "number",
"description": "Latitude of the location in decimal degrees."
},
"longitude": {
"type": "number",
"description": "Longitude of the location in decimal degrees."
},
"start_date": {
"type": "string",
"description": "Start date in YYYY-MM-DD format (must be between 1950 and 2050)."
}
}
}Parent server
climate
https://github.com/pipeworx-io/mcp-climate
1/7 registries