get_observation

Pack: nws · Endpoint: https://gateway.pipeworx.io/nws/mcp

Latest observation from a specific NWS weather station. Returns temperature, humidity, wind, visibility, pressure, and present-weather codes.

Parameters

NameTypeRequiredDescription
station_idstringyes4-character NWS / ICAO station ID (e.g., “KSFO”, “KJFK”, “KDEN”)

Example call

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

Connect

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

{
  "mcpServers": {
    "nws": {
      "url": "https://gateway.pipeworx.io/nws/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026