You're viewing a demo portfolio

Join the waitlist
PRSM

regional_data

Active

Tool 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"
    }
  }
}

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 →
regional_data — mcp-nasa-power — PRSM MCP