get_temperature_anomaly
ActiveTool of Gistemp
NASA GISTEMP surface temperature anomaly time series (degrees C from 1951-1980 baseline). Pick a region (global_land_ocean, global_land_only, northern_hemisphere, southern_hemisphere) and get monthly + annual + seasonal values back. Use for climate bets ("will 2026 be the hottest year on record"), trend comparisons, or cross-source consistency checks against HadCRUT5/Berkeley Earth. Annual frequency returns one row per year (Jan-Dec mean); monthly returns Jan..Dec per year.
Parameters schema
{
"type": "object",
"properties": {
"region": {
"enum": [
"global_land_ocean",
"global_land_only",
"northern_hemisphere",
"southern_hemisphere"
],
"type": "string",
"description": "Which region to fetch. Default global_land_ocean."
},
"end_year": {
"type": "number",
"description": "Last year to include (default current year)."
},
"frequency": {
"enum": [
"annual",
"monthly"
],
"type": "string",
"description": "annual (one row per year) or monthly (12 rows per year). Default annual."
},
"start_year": {
"type": "number",
"description": "First year to include (default 1880, the dataset start)."
}
}
}Parent server
Gistemp
https://github.com/pipeworx-io/mcp-gistemp
2/7 registries