get_latest_anomaly
Pack: gistemp · Endpoint: https://gateway.pipeworx.io/gistemp/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
region | string | no | Default global_land_ocean. |
Example call
curl -X POST https://gateway.pipeworx.io/gistemp/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_latest_anomaly","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"gistemp": {
"url": "https://gateway.pipeworx.io/gistemp/mcp"
}
}
}
See Getting Started for client-specific install steps.