MCP server exposing 3 tools for geonet-nz.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/geonet-nz/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
recent_quakes — Recent New Zealand earthquakes from GeoNet (official NZ monitoring, GNS Science), filtered by minimum Modified Mercalli Intensity. MMI 3 ≈ widely felt, 5 ≈ damaging; -1 returns all located quakes. Returns magnitude, depth, locality, felt intensity, and coordinates, newest first. Keyless.get_quake — Get detail for a single New Zealand earthquake by its GeoNet publicID — time, magnitude, depth, locality, felt intensity (MMI), location quality, and coordinates. Keyless.volcano_alerts — Current Volcanic Alert Levels for all monitored New Zealand volcanoes (Taupo, White Island/Whakaari, Ruapehu, Tongariro, Auckland Volcanic Field, etc.) from GeoNet — official data USGS doesn't cover. NZ scale 0-5: 0 no unrest, 1 minor unrest, 2 moderate/heightened unrest, 3 minor eruption, 4 moderate eruption, 5 major eruption. Includes activity description, hazards, and aviation colour code. Keyless.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/geonet-nz/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io