regional_data
Pack: nasa-power · Endpoint: https://gateway.pipeworx.io/nasa-power/mcp
Bounding-box query — daily or monthly data over a rectangular region. Bbox area max ~10° × 10°.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
latitude_min | number | yes | |
latitude_max | number | yes | |
longitude_min | number | yes | |
longitude_max | number | yes | |
start | string | yes | YYYYMMDD |
end | string | yes | YYYYMMDD |
parameters | string | no | |
community | string | no | |
temporal | string | no | daily (default) | monthly |
Example call
curl -X POST https://gateway.pipeworx.io/nasa-power/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"regional_data","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"nasa-power": {
"url": "https://gateway.pipeworx.io/nasa-power/mcp"
}
}
}
See Getting Started for client-specific install steps.