geo-agent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@geo-agentWhat earthquakes happened in the last 3 days above magnitude 4?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
geo-agent
Live earth-science data, in two shapes: a tool for AI agents, and an app for humans.
๐ Live demo: https://kavyaagarwal-geo-agent.streamlit.app
๐ง MCP server: exposes the same data as tools for any MCP-compatible AI client (Claude Desktop, Cursor, etc.)
What this is
This project exposes the same underlying earthquake data through two interfaces, because they solve different problems.
The Streamlit app is for humans. Open it, drag sliders, look at a map.
The MCP server is for agents. It lets an AI assistant decide, on its own, to pull live earthquake data as one step while reasoning about something else entirely. No dashboard required, no human has to know this tool exists.
Starting with earthquakes (USGS), growing to cover climate and weather data next.
Related MCP server: wems-mcp-server
Components
1. MCP server (server.py)
Exposes earth-science data as tools any MCP client can call.
Tools:
get_recent_earthquakes(min_magnitude, days): recent significant earthquakes worldwide, via USGS. Read-only, annotated.
uv sync
uv run mcp dev server.pyOpens the MCP Inspector in your browser for testing tools directly.
2. Live web app (app.py)
Interactive earthquake explorer, using the same USGS data, built for human exploration: live filtering by magnitude and time window, a magnitude reference guide, and a raw data table.
uv run streamlit run app.pyTech stack
Python, MCP SDK, Streamlit, Plotly, httpx, uv
Status
See commit history for progress. Next up: a climate/weather data tool (NASA POWER), then a router agent that reasons across live data, research literature, and forecasting models.
Author
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KavyaAgarwal2001/geo-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server