forecast
Pack: pirate-weather · Endpoint: https://gateway.pipeworx.io/pirate-weather/mcp
Full forecast at point.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lat | number | yes | |
lon | number | yes | |
time | string | no | ISO 8601 or epoch seconds for historic. |
exclude | string | no | |
extend | string | no | hourly |
lang | string | no | |
units | string | no | us | 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.