MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like earth.
https://api.mireye.com/mcpuvx mireye-mcp{
"MIREYE_BASE_URL": "YOUR_VALUE_HERE",
"MIREYE_BEARER_TOKEN": "YOUR_SECRET_VALUE",
"MIREYE_TIMEOUT_S": "YOUR_VALUE_HERE",
"MIREYE_MCP_CREDENTIALS_FILE": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"com-mireye-earth": {
"command": "uvx",
"args": [
"mireye-mcp"
],
"env": {
"MIREYE_BASE_URL": "YOUR_VALUE_HERE",
"MIREYE_BEARER_TOKEN": "YOUR_SECRET_VALUE",
"MIREYE_TIMEOUT_S": "YOUR_VALUE_HERE",
"MIREYE_MCP_CREDENTIALS_FILE": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
earth is an MCP server for MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.. It supports STDIO, HTTP transport.
Use the generated config in Install. This server runs with uvx mireye-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install, copy the config, and add it to Claude Desktop's MCP server settings. Endpoint: https://api.mireye.com/mcp.
Choose the Claude Code tab in Install, copy the config, and add it to Claude Code's MCP server settings. Endpoint: https://api.mireye.com/mcp.
Choose the Codex tab in Install, copy the config, and add it to Codex's MCP server settings. Endpoint: https://api.mireye.com/mcp.
Choose the Cursor or VS Code tab in Install, copy the config, and add it to Cursor or VS Code's MCP server settings. Endpoint: https://api.mireye.com/mcp.
earth uses STDIO, HTTP transport. Endpoint: https://api.mireye.com/mcp.
earth inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
earth does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
mireye-mcpstdio | pypi | 0.5.0 | Env: MIREYE_BASE_URL Env: MIREYE_BEARER_TOKEN secret Env: MIREYE_TIMEOUT_S Env: MIREYE_MCP_CREDENTIALS_FILE |