ipma_forecast

Pack: ipma-pt · Endpoint: https://gateway.pipeworx.io/ipma-pt/mcp

Portugal weather forecast — official IPMA 5-day forecast for a Portuguese city: Lisbon, Porto, Faro, the Algarve, Madeira (Funchal), Azores (Ponta Delgada). Returns daily min/max temperature (°C), precipitation probability, weather description in English, and wind direction/strength. Example: ipma_forecast({ city: “Lisboa” })

Parameters

NameTypeRequiredDescription
citystringyesPortuguese city or island, e.g. “Lisboa”, “Lisbon”, “Porto”, “Faro”, “Funchal”, “Ponta Delgada”. Accent-insensitive; use ipma_locations to browse all 35.

Example call

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

Connect

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

{
  "mcpServers": {
    "ipma-pt": {
      "url": "https://gateway.pipeworx.io/ipma-pt/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026