get_latest_anomaly
ActiveTool of Gistemp
Most recent NASA GISTEMP global land+ocean monthly anomaly, plus how it ranks against history. Returns the latest available month, the anomaly value (degrees C from 1951-1980 baseline), the rank of that value among all same-month observations since 1880, and a 12-month trailing mean. Cheaper than get_temperature_anomaly when you only need "what is the current reading and is it unusual."
Parameters schema
{
"type": "object",
"properties": {
"region": {
"enum": [
"global_land_ocean",
"global_land_only",
"northern_hemisphere",
"southern_hemisphere"
],
"type": "string",
"description": "Default global_land_ocean."
}
}
}Parent server
Gistemp
https://github.com/pipeworx-io/mcp-gistemp
2/7 registries