CLIO Seismic
Rank #38,224io.github.iowarp/seismic-mcp
MCP server for earthquake-sequence analysis on saved catalogs: completeness magnitude,...
CLIO Seismic is a Model Context Protocol (MCP) server published by iowarp. It ranks #38,224 of 115,460 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. CLIO Seismic is listed on Official MCP, with 1 tracked version. It was first listed on Feb 23, 2026 and most recently updated on Jun 8, 2026.
Ranks ahead of 77,236 of 115,460 servers on MCP Toplist.
Use CLIO Seismic
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add seismic-mcp -- uvx clio-kit[mcp_servers.seismic-mcp]
command = "uvx"
args = ["clio-kit"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"seismic-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"seismic-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"seismic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"seismic-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"seismic-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.iowarp%2Fseismic-mcp)<a href="https://mcptoplist.com/server/io.github.iowarp%2Fseismic-mcp"><img src="https://mcptoplist.com/badge/io.github.iowarp%2Fseismic-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
iowarp
Available versions (1)
| Version | Published |
|---|---|
| 2.2.1 | Jun 8, 2026 |
Frequently asked questions
- Who maintains CLIO Seismic?
- CLIO Seismic is maintained by iowarp, which publishes 25 MCP servers (79 total versions) tracked on MCP Toplist.
- Is CLIO Seismic listed on the Official MCP Registry?
- Yes — CLIO Seismic is listed on the Official MCP Registry.
- How many versions does CLIO Seismic have?
- MCP Toplist tracks 1 version of CLIO Seismic, most recently published on Jun 8, 2026.
- Where can I find the source code for CLIO Seismic?
- The source code for CLIO Seismic is hosted at github.com/iowarp/clio-kit.