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

NameTypeRequiredDescription
latitudenumberyesLatitude in degrees (-90 to 90)
longitudenumberyesLongitude in degrees (-180 to 180)
startstringyesStart date YYYYMMDD
endstringyesEnd date YYYYMMDD
parametersstringnoComma-separated POWER parameter codes (default T2M,T2M_MAX,T2M_MIN,PRECTOTCORR,ALLSKY_SFC_SW_DWN,RH2M,WS10M)
communitystringnoAG (agriculture, default) | RE (renewable energy) | SB (sustainable buildings)
temporalstringnohourly | 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.

Regenerated from source · build May 21, 2026