You're viewing a demo portfolio

Join the waitlist
PRSM

point_data

Active

Tool of mcp-nasa-power

declared in 0.1.0

Time-series observations for a single coordinate. Temporal granularity controlled by the dates supplied — both must be YYYYMMDD; use daily by default.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "end": "20231231",
      "start": "20230101",
      "latitude": 40.7128,
      "longitude": -74.006
    },
    {
      "end": "20230630",
      "start": "20230601",
      "latitude": 35.6762,
      "temporal": "hourly",
      "community": "RE",
      "longitude": 139.6503,
      "parameters": "T2M,PRECTOTCORR,ALLSKY_SFC_SW_DWN"
    }
  ],
  "required": [
    "latitude",
    "longitude",
    "start",
    "end"
  ],
  "properties": {
    "end": {
      "type": "string",
      "description": "End date YYYYMMDD"
    },
    "start": {
      "type": "string",
      "description": "Start date YYYYMMDD"
    },
    "latitude": {
      "type": "number",
      "description": "Latitude in degrees (-90 to 90)"
    },
    "temporal": {
      "type": "string",
      "description": "hourly | daily (default) | monthly"
    },
    "community": {
      "type": "string",
      "description": "AG (agriculture, default) | RE (renewable energy) | SB (sustainable buildings)"
    },
    "longitude": {
      "type": "number",
      "description": "Longitude in degrees (-180 to 180)"
    },
    "parameters": {
      "type": "string",
      "description": "Comma-separated POWER parameter codes (default T2M,T2M_MAX,T2M_MIN,PRECTOTCORR,ALLSKY_SFC_SW_DWN,RH2M,WS10M)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-nasa-power

https://github.com/pipeworx-io/mcp-nasa-power

2/7 registries
View full server →
point_data — mcp-nasa-power — PRSM MCP