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
| Name | Type | Required | Description |
|---|---|---|---|
area | string | no | ”mainland” (mainland Portugal + Madeira, default) or “azores”. |
min_magnitude | number | no | Minimum magnitude filter, e.g. 2.0. Events without a computed magnitude are excluded when set. |
days | number | no | How 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.