Skip to content
Gemini CLI

Usgs Earthquakes for Gemini CLI

io.github.pipeworx-io/usgs-earthquakes

USGS Earthquake Catalog MCP (FDSNWS event API).

client:Gemini CLI transport:streamable-http

Install Usgs Earthquakes in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "usgs-earthquakes": {
      "httpUrl": "https://gateway.pipeworx.io/usgs-earthquakes/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Usgs Earthquakes in other clients