regional_data
ActiveTool of mcp-nasa-power
declared in 0.1.0
Bounding-box query — daily or monthly data over a rectangular region. Bbox area max ~10° × 10°.
Parameters schema
{
"type": "object",
"examples": [
{
"end": "20231231",
"start": "20230101",
"latitude_max": 41,
"latitude_min": 39,
"longitude_max": -73,
"longitude_min": -75
},
{
"end": "20231231",
"start": "20230101",
"temporal": "monthly",
"community": "RE",
"parameters": "T2M,ALLSKY_SFC_SW_DWN,WS10M",
"latitude_max": 36,
"latitude_min": 34,
"longitude_max": 140,
"longitude_min": 138
}
],
"required": [
"latitude_min",
"latitude_max",
"longitude_min",
"longitude_max",
"start",
"end"
],
"properties": {
"end": {
"type": "string",
"description": "YYYYMMDD"
},
"start": {
"type": "string",
"description": "YYYYMMDD"
},
"temporal": {
"type": "string",
"description": "daily (default) | monthly"
},
"community": {
"type": "string"
},
"parameters": {
"type": "string"
},
"latitude_max": {
"type": "number"
},
"latitude_min": {
"type": "number"
},
"longitude_max": {
"type": "number"
},
"longitude_min": {
"type": "number"
}
}
}Parent server
mcp-nasa-power
https://github.com/pipeworx-io/mcp-nasa-power
2/7 registries