ipma_seismic

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

Portugal earthquakes — recent seismic events recorded by IPMA for mainland Portugal + Madeira or for the Azores archipelago. Returns time, magnitude, depth, epicenter region, coordinates, and felt intensity when reported. Covers roughly the last 30 days. Example: ipma_seismic({ area: “azores”, min_magnitude: 2 })

Parameters

NameTypeRequiredDescription
areastringno”mainland” (mainland Portugal + Madeira, default) or “azores”.
min_magnitudenumbernoMinimum magnitude filter, e.g. 2.0. Events without a computed magnitude are excluded when set.
daysnumbernoHow many days back to include, 1-30 (default 7).

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