Global earthquake events from the USGS, 2150 BC-present: magnitude, depth, location, counts.
claude mcp add earthquakes --transport http https://app.daedalmap.com/mcp/earthquakes
~/.cursor/mcp.json
{
"mcpServers": {
"earthquakes": {
"url": "https://app.daedalmap.com/mcp/earthquakes"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"earthquakes": {
"serverUrl": "https://app.daedalmap.com/mcp/earthquakes"
}
}
}
.vscode/mcp.json
{
"servers": {
"earthquakes": {
"type": "http",
"url": "https://app.daedalmap.com/mcp/earthquakes"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"earthquakes": {
"url": "https://app.daedalmap.com/mcp/earthquakes"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"earthquakes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.daedalmap.com/mcp/earthquakes"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://app.daedalmap.com/mcp/earthquakes | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.daedalmap--earthquakes/reviews or the review_server meta-tool.
POST /mcp