You're viewing a demo portfolio

Join the waitlist
PRSM

supply_chain_risk

Active

Tool of Weather & Climate Intelligence MCP

declared in 3.4.2

Score weather risk along a supply-chain / shipping route (0-100) with the specific threats at each endpoint and a shipment recommendation. Combines current conditions and active NWS severe-weather alerts at both the origin and destination into a single transport-risk score. PAID: $0.02 USDC per call 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": [
    "origin",
    "destination"
  ],
  "properties": {
    "origin": {
      "type": "string",
      "description": "origin city (e.g. \"Memphis, TN\") or \"lat,lon\"."
    },
    "agent_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "stable id for your agent (scopes the free-tier counter)."
    },
    "ship_date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "optional planned ship date (YYYY-MM-DD), echoed in the result."
    },
    "payment_tx": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "Solana tx signature, when re-calling after a 402."
    },
    "destination": {
      "type": "string",
      "description": "destination city or \"lat,lon\"."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Weather & Climate Intelligence MCP

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

2/7 registries
View full server →