You're viewing a demo portfolio

Join the waitlist
PRSM

get_delay_risk

Active

Tool of Vibe Springs

declared in 1.0.0

Outdoor delay & disruption risk score. Combines 7-day precipitation history, NRCS soil characteristics (drainage class, hydrologic group), ground-drying dynamics, temperature, freeze/thaw state, and wind forecast into a single 0–100 disruption risk score with per-day breakdown and contributing factors. Purpose-built for scheduling decisions (construction ground work, outdoor events, logistics, drone flights). Select an activity profile — ground_work | outdoor_event | logistics | aerial — to weight factors. US coverage only. [PAID: $0.05 USDC per call via x402 on Base. First call without payment_signature returns the payment requirements.]

Parameters schema

{
  "type": "object",
  "required": [
    "lat",
    "lon"
  ],
  "properties": {
    "lat": {
      "type": "number",
      "description": "Latitude of the site (US coverage)"
    },
    "lon": {
      "type": "number",
      "description": "Longitude (US coverage)"
    },
    "days": {
      "type": "number",
      "default": 3,
      "maximum": 7,
      "minimum": 1,
      "description": "Forecast window in days"
    },
    "soil": {
      "type": "string",
      "default": "mixed",
      "description": "Soil type if known: clay | silt | sand | rock | mixed"
    },
    "profile": {
      "type": "string",
      "default": "ground_work",
      "description": "Activity profile: ground_work | outdoor_event | logistics | aerial"
    },
    "exposure": {
      "type": "string",
      "default": "open",
      "description": "Sun exposure: open | shaded"
    },
    "gradient": {
      "type": "string",
      "default": "moderate",
      "description": "Site slope: flat | moderate | steep"
    },
    "drainageClass": {
      "type": "string",
      "description": "NRCS drainage class"
    },
    "hydrologicGroup": {
      "type": "string",
      "description": "NRCS hydrologic soil group (A-D, or dual)"
    },
    "payment_signature": {
      "type": "string",
      "description": "Optional x402 payment token. Call the tool WITHOUT this first to receive payment requirements (price, payTo, asset, nonce rules), sign the exact-scheme EIP-712 USDC authorization with your wallet, then retry with this field set to the base64 token."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Vibe Springs

https://github.com/chrispy90/vibesprings-mcp

2/7 registries
View full server →
get_delay_risk — Vibe Springs — PRSM MCP