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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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.

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: mireye_ask handles natural-language questions with implicit field selection, while mireye_fetch retrieves explicitly specified data fields. There is no overlap or ambiguity.

Naming Consistency5/5

Both tools follow the same 'mireye_<verb>' pattern with snake_case, using descriptive verbs ('ask' and 'fetch'). The naming is consistent and predictable.

Tool Count4/5

With only two tools, the server is minimal but scoped appropriately for its purpose of US coordinate data queries. It could potentially benefit from a metadata tool, but the count is not unreasonable for the stated domain.

Completeness4/5

The server covers the two primary interaction modes: asking questions and fetching specific fields. It may lack a discovery or listing tool, but the existing tools provide a full workflow for obtaining data with provenance.

Maintenance

ActivitySlowing
ResponsivenessNo issues