What is the io.github.hoon1983/seismic-mcp MCP server?
Unified earthquake data from 20 global seismic agencies, with cross-agency report reconciliation.
How to install io.github.hoon1983/seismic-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"seismic-mcp": {
"command": "uvx",
"args": [
"seismic-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"seismic-mcp": {
"command": "uvx",
"args": [
"seismic-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"seismic-mcp": {
"command": "uvx",
"args": [
"seismic-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"seismic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"seismic-mcp"
]
}
}
}Claude Code
claude mcp add seismic-mcp -- uvx seismic-mcpRelated MCP servers
Space weather & geomagnetic conditions (NOAA SWPC, NASA DONKI, USGS, Kyoto) via MCP.
View repository →