point_data
Pack: nasa-power · Endpoint: https://gateway.pipeworx.io/nasa-power/mcp
Time-series observations for a single coordinate. Temporal granularity controlled by the dates supplied — both must be YYYYMMDD; use daily by default.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
latitude | number | yes | Latitude in degrees (-90 to 90) |
longitude | number | yes | Longitude in degrees (-180 to 180) |
start | string | yes | Start date YYYYMMDD |
end | string | yes | End date YYYYMMDD |
parameters | string | no | Comma-separated POWER parameter codes (default T2M,T2M_MAX,T2M_MIN,PRECTOTCORR,ALLSKY_SFC_SW_DWN,RH2M,WS10M) |
community | string | no | AG (agriculture, default) | RE (renewable energy) | SB (sustainable buildings) |
temporal | string | no | hourly | 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":"point_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.