Skip to main content
Glama
Mireye-Labs

mireye-mcp

Official
by Mireye-Labs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MIREYE_BASE_URLNoHTTP base URL the tools POST to.https://api.mireye.com
MIREYE_TIMEOUT_SNoPer-request timeout in seconds.60
MIREYE_BEARER_TOKENNoOptional Mireye bearer token. Overrides stored credentials for tool calls.
MIREYE_MCP_CREDENTIALS_FILENoStored token path used by login/status/logout.~/.config/mireye-mcp/credentials.json

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
mireye_askAsk Mireye Earth a natural-language question about a US coordinate.
mireye_fetchFetch specific Mireye Earth fields (or a preset) at a US coordinate.
mireye_site_reportCreate a concise site report using the site_selection preset.
mireye_flood_checkAssess flood-relevant signals using the flood_risk preset.
mireye_wildfire_underwriteAssess wildfire underwriting signals using the wildfire preset.
mireye_pick_fieldsUse catalog resources to choose fields before calling mireye_fetch.

Resources

Contextual data attached and managed by the client

NameDescription
mireye_catalog_fieldsAll public Mireye field definitions with descriptions, sources, hints, and TTLs.
mireye_catalog_presetsPreset names and their field expansions for mireye_fetch.
mireye_us_envelopeSupported 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