Connects your AI agent to the USGS Volcano Hazards Program HANS public feed through Pipeworx's gateway infrastructure. No authentication required. The server exposes volcano activity data and alerts from the United States Geological Survey's monitoring network. Instead of calling specific tools, you can use the ask_pipeworx interface to query volcano data in natural language and let the gateway handle routing and parameter mapping. Useful when you need real-time volcanic hazard information in an agent workflow, whether for monitoring alerts, researching activity patterns, or building notification systems around geological events.
USGS Volcano MCP — Volcano Hazards Program HANS-public feed (no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"usgs-volcano": {
"url": "https://gateway.pipeworx.io/usgs-volcano/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Usgs Volcano data" })
The gateway picks the right tool and fills the arguments automatically.
MIT