forecast

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

Get the upcoming 15-day daily weather FORECAST for a location — per-day temp/min/max, humidity, precipitation chance, wind, and conditions. Example: forecast({ location: “Berlin” }).

Parameters

NameTypeRequiredDescription
locationstringyesCity name (e.g. “Berlin”) or “lat,lon”.
unitsstringnoUnit group: “metric” (default), “us”, or “uk”.
_apiKeystringnoOptional — your own Visual Crossing API key for higher limits; omit to use the shared Pipeworx key.

Example call

curl -X POST https://gateway.pipeworx.io/visualcrossing/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": {
    "visualcrossing": {
      "url": "https://gateway.pipeworx.io/visualcrossing/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 4, 2026