mcpbeat Sign in

Earth MCP Server

answering

Earth is answering right now. Last checked 7 min ago. 184 installs a week from pypi. Last commit 3 Aug 2026.

MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.

Installs per day peak 67 · avg 34 · -16% w/w
a month agotoday
Uptime history 51 days of history · worst day 99%
51 days agonow
100.0%
Uptime 24h
91 of 91 checks
Tools
hidden behind auth
485 ms
Response time
average over 24h
184
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check Earth every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add earth --transport http https://api.mireye.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "earth": {
      "url": "https://api.mireye.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.earth]
url = "https://api.mireye.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "earth": {
      "url": "https://api.mireye.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "earth": {
      "url": "https://api.mireye.com/mcp"
    }
  }
}

This one needs environment variables set before it will start: MIREYE_BASE_URL (Base URL of the Mireye API. Defaults to https://api.mireye.com. Stored login credentials only attach when created against this same URL.), MIREYE_BEARER_TOKEN (Mireye API bearer token. Optional alternative to `mireye-mcp login` for non-interactive hosts.), MIREYE_TIMEOUT_S (Per-request timeout in seconds. Defaults to 120 (must exceed the ~110s /v1/ask server deadline).), MIREYE_MCP_CREDENTIALS_FILE (Path to the credentials file written by `mireye-mcp login`. Defaults to ~/.config/mireye-mcp/credentials.json.). The author declared them in the registry entry; get the values from the project itself.

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Endpoints

URLTransportStateLatencyChecked
https://api.mireye.com/mcp streamable-http sign-in 617 ms 7 min ago

Alternatives to Earth

same job, measured the same way
DaedalMap Disaster and Geospatial Data
by daedalmap

Geospatial MCP server for earthquake, tsunami, volcano, disaster, and FX data queries.

13 tools answering
Ferric Fred MCP
by ojhermann-org

MCP server for FRED (Federal Reserve Economic Data): full read API plus GeoFRED, 34 tools.

local only
Gods Eye Geospatial MCP
by csoai-org

Gods Eye Geospatial MCP Server by MEOK AI Labs

221 installs/wk local only
Location and Timezone MCP Server by RoxyAPI
by roxyapi

City geocoding and timezone resolution for birth data, for AI agents, one API key.

3 tools answering
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
Arcgis Hub
by pipeworx-io

ArcGIS Hub — open government geospatial data (search + Feature Service query).

39 tools answering
mcp-belgium
by lacausecrypto

Single MCP server for Belgian public transport, statistics, open data, and geospatial services.

31 installs/wk local only
dns-cache
by weiseer

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.

29 installs/wk local only

Earth — questions

Answers built from our own checks of this server.

Why is there no tool list for Earth?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Earth working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 485 ms. The bar chart above shows every period we have measured.
How do I connect Earth?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Earth?
No API key is involved. Earth answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Earth?
It answers our handshake in 485 ms on average, which is faster than 32% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Earth?
The pypi package mireye-mcp was installed 184 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Earth open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.