convective_outlook

Pack: noaa-spc · Endpoint: https://gateway.pipeworx.io/noaa-spc/mcp

Day-N convective outlook GeoJSON.

Parameters

NameTypeRequiredDescription
daynumberno1 (default) | 2 | 3

Example call

Arguments

{
  "day": 1
}

curl

curl -X POST https://gateway.pipeworx.io/noaa-spc/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"convective_outlook","arguments":{"day":1}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('convective_outlook', {
  "day": 1
});

More examples

{
  "day": 3
}

Response shape

Full JSON Schema
{
  "type": "object",
  "description": "GeoJSON object containing convective outlook features"
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "noaa-spc": {
      "url": "https://gateway.pipeworx.io/noaa-spc/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 6, 2026