Skip to main content
Glama

geo-agent

Live earth-science data, in two shapes: a tool for AI agents, and an app for humans.

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.py

Opens 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.py

Tech 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

Kavya Agarwal. Website ยท LinkedIn

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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