Recent earthquakes worldwide and by region, with detail, from USGS. No API key. By UnClick.
claude mcp add usgs -- npx -y @unclick/usgs-mcp
claude_desktop_config.json
{
"mcpServers": {
"usgs": {
"command": "npx",
"args": [
"-y",
"@unclick/usgs-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"usgs": {
"command": "npx",
"args": [
"-y",
"@unclick/usgs-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"usgs": {
"command": "npx",
"args": [
"-y",
"@unclick/usgs-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"usgs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/usgs-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"usgs": {
"command": "npx",
"args": [
"-y",
"@unclick/usgs-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.malamutemayhem--usgs/reviews or the review_server meta-tool.
POST /mcp