ipma_locations

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

List the Portuguese cities and islands IPMA publishes weather forecasts for — district capitals plus Madeira and Azores islands — with their globalIdLocal codes and coordinates region. Filter by name. Example: ipma_locations({ query: “faro” })

Parameters

NameTypeRequiredDescription
querystringnoOptional name filter (accent-insensitive substring), e.g. “faro”, “santa”.

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_locations","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