mireye-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MIREYE_BASE_URL | No | HTTP base URL the tools POST to. | https://api.mireye.com |
| MIREYE_TIMEOUT_S | No | Per-request timeout in seconds. | 60 |
| MIREYE_BEARER_TOKEN | No | Optional Mireye bearer token. Overrides stored credentials for tool calls. | |
| MIREYE_MCP_CREDENTIALS_FILE | No | Stored token path used by login/status/logout. | ~/.config/mireye-mcp/credentials.json |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mireye_askA | Answer a natural-language question about a US coordinate, with citations to authoritative federal data sources. Returns the answer plus per-citation provenance (source, source URL, fetched_at, confidence). Use this when the caller has a specific question about a place (e.g. 'is this in a flood zone?', 'what's the wildfire risk here?', 'what kind of building is at this address?'). |
| mireye_fetchA | Fetch specific data fields at a US coordinate with full provenance per field. Use this when the caller knows exactly which fields they need (e.g. 'elevation and slope at this point') or wants to power a custom workflow. Each field includes its value, source, source URL, fetched_at timestamp, and confidence. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| mireye_ask | Ask Mireye Earth a natural-language question about a US coordinate. |
| mireye_fetch | Fetch specific Mireye Earth fields (or a preset) at a US coordinate. |
| mireye_site_report | Create a concise site report using the site_selection preset. |
| mireye_flood_check | Assess flood-relevant signals using the flood_risk preset. |
| mireye_wildfire_underwrite | Assess wildfire underwriting signals using the wildfire preset. |
| mireye_pick_fields | Use catalog resources to choose fields before calling mireye_fetch. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| mireye_catalog_fields | All public Mireye field definitions with descriptions, sources, hints, and TTLs. |
| mireye_catalog_presets | Preset names and their field expansions for mireye_fetch. |
| mireye_us_envelope | Supported latitude and longitude bounds for Mireye coordinate 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/Mireye-Labs/mireye-earth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server