Best for
- Seismologists
- Earthquake researchers
- AI assistants needing rapid catalog analysis
An MCP server for earthquake-catalog analysis, offering two tools that return statistics and visualizations. It is not for sequence classification or raw waveform processing. Requires catalog files and may depend on plotting libraries.
This MCP server analyzes saved earthquake catalogs. It provides two tools: analyze_sequence, which computes descriptive statistics such as completeness magnitude, Gutenberg-Richter b-value with uncertainty, largest event, Bath-law magnitude gap, spatial extent, and Omori decay; and plot_sequence, which generates a three-panel figure with an epicenter map, a magnitude-frequency distribution, and a cumulative event count over time. Designed for seismological research, the server works with saved catalogs only and returns statistics or plot paths.
uv tool install 'clio-kit==2.4.3' (or the latest version).\n2. Add the server to your MCP client configuration with command clio-kit and args ["mcp-server", "seismic"] (e.g., in claude_desktop_config.json).