Connects Claude to the European-Mediterranean Seismological Centre for real-time earthquake data and seismic activity monitoring. Part of the Pipeworx gateway ecosystem, which aggregates 693+ data sources behind a single MCP interface. You can either use the dedicated EMSC endpoint or connect to the full Pipeworx gateway and access earthquake data alongside hundreds of other APIs. Includes an ask_pipeworx tool that handles natural language queries instead of making you construct direct API calls. Useful when you're building earthquake monitoring dashboards, seismic research tools, or any application that needs authoritative European and Mediterranean earthquake data fed directly into your AI workflow.
EMSC (European-Mediterranean Seismological Centre) MCP — wraps the
Part of Pipeworx — an MCP gateway connecting AI agents to 693+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"emsc": {
"url": "https://gateway.pipeworx.io/emsc/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 693+ 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 Emsc data" })
The gateway picks the right tool and fills the arguments automatically.
MIT