You're viewing a demo portfolio

Join the waitlist
PRSM

climate_normals

Active

Tool of Weather & Climate Intelligence MCP

declared in 3.4.2

Get climate normals for a location — multi-decade monthly climate data averages (high/low/mean temp, precipitation), frost probabilities, average frost dates, and growing degree days. From the Open-Meteo archive (set NOAA_CDO_TOKEN for official 30-year NOAA normals). PAID: $0.01 USDC per query after the daily free allowance (50/day). On a 402, pay the returned Solana memo and re-call with the SAME args plus payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Parameters schema

{
  "type": "object",
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "month": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "optional month 1-12 to return just that month (else all 12)."
    },
    "agent_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "stable id for your agent (scopes the free-tier counter)."
    },
    "latitude": {
      "type": "number",
      "description": "decimal latitude."
    },
    "longitude": {
      "type": "number",
      "description": "decimal longitude."
    },
    "payment_tx": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Solana tx signature, when re-calling after a 402."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Weather & Climate Intelligence MCP

https://github.com/FoundryNet/weather-intel-mcp

2/7 registries
View full server →