compare_models
ActiveTool of climate
declared in 0.1.0
Compare temperature projections across climate models for the same location and date range. Returns side-by-side daily mean temperatures to assess model agreement and uncertainty.
Parameters schema
{
"type": "object",
"examples": [
{
"end_date": "2040-12-31",
"latitude": 35.6762,
"longitude": 139.6503,
"start_date": "2040-01-01"
},
{
"end_date": "1980-09-30",
"latitude": -33.8688,
"longitude": 151.2093,
"start_date": "1980-07-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