climatology
ActiveTool of mcp-nasa-power
declared in 0.1.0
Long-term monthly climatology averages for a coordinate.
Parameters schema
{
"type": "object",
"examples": [
{
"latitude": 40.7128,
"longitude": -74.006
},
{
"latitude": -33.8688,
"community": "AG",
"longitude": 151.2093,
"parameters": "T2M,T2M_MAX,T2M_MIN,PRECTOTCORR"
}
],
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number"
},
"community": {
"type": "string"
},
"longitude": {
"type": "number"
},
"parameters": {
"type": "string"
}
}
}Parent server
mcp-nasa-power
https://github.com/pipeworx-io/mcp-nasa-power
2/7 registries