forecast

Pack: pirate-weather · Endpoint: https://gateway.pipeworx.io/pirate-weather/mcp

Full forecast at point.

Parameters

NameTypeRequiredDescription
latnumberyes
lonnumberyes
timestringnoISO 8601 or epoch seconds for historic.
excludestringno
extendstringnohourly
langstringno
unitsstringnous | si | ca | uk | uk2

Example call

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

Connect

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

{
  "mcpServers": {
    "pirate-weather": {
      "url": "https://gateway.pipeworx.io/pirate-weather/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026