DaedalMap Earthquake Data for Gemini CLI
com.daedalmap/earthquakes
Global earthquake events from the USGS, 2150 BC-present: magnitude, depth, location, counts.
client:Gemini CLI
transport:streamable-http
tools:5
Install DaedalMap Earthquake Data in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"earthquakes": {
"httpUrl": "https://app.daedalmap.com/mcp/earthquakes"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs