· via Hacker News – Front Page (native)
YC S26 startup Mireye launches physical-world data APIs for AI agents
Mireye, from Y Combinator's S26 batch, launched an API and MCP server that lets AI agents query parcel-level data for any US coordinate, with a citation attached to every field.

What launched
Mireye, a startup from Y Combinator's S26 batch, introduced itself on Hacker News on September 3 with a product it describes as infrastructure for AI agents that act in the physical world. The pitch, laid out on the company's launch page, is a single service supplying agents with location data, enrichment layered on top of it, and the tooling to use both — reached through one API paired with one MCP server.
How it works
According to the launch post, the service exposes three main capabilities. An agent can ask a question about a place in natural language. It can resolve a street address to the canonical parcel record behind it. And it can request specific data fields for any coordinate in the United States. The company says a citation accompanies every field it returns, so downstream users can trace each value back to its origin.
The framing Mireye leans on is routing: any question that ultimately reduces to "does this place matter, and why?" should hit the same endpoint, no matter which industry is asking.
Who it is aimed at
The sectors named on the launch page are data center siting, renewable energy siting, insurance underwriting, mortgage and title work, residential land, and commercial lending. The common thread is that professionals across all of them repeatedly need to evaluate specific parcels and the records attached to them — a workload the company appears to believe suits agents well, provided those agents can get reliable, attributable data.
The MCP angle
Support for the Model Context Protocol shipped as part of the launch rather than appearing as a roadmap item. MCP is an open standard that lets large language models discover and call external tools and data sources in a standardised way, and it has become a common integration path for agent frameworks. By offering an MCP server alongside its HTTP API, Mireye positions itself as a capability an agent can pick up without a bespoke integration.
Why it matters
Agentic AI is shifting from answering questions to initiating actions, and the domains Mireye lists — property, energy, insurance, lending — are precisely the regulated, high-stakes areas where acting on bad data is expensive. Language models trained on web text are a poor source of ground truth about one specific parcel, so a dedicated structured layer with per-field citations is a plausible fix for both accuracy and auditability: an underwriter or loan officer can check where each number came from rather than trusting a model's summary.
There are caveats worth noting. The launch page is marketing copy: it does not specify pricing, how deep the data coverage goes, how frequently records are refreshed, or which upstream systems the citations actually point to. The claim of coverage at any US coordinate is also the kind of assertion developers will stress-test quickly, since parcel-level data in the US is notoriously fragmented across jurisdictions.
Even with those open questions, the launch signals where agent infrastructure is heading. As agents take over more workflows in real estate, energy development and insurance, a market is forming for the verified physical-world context those workflows depend on — and Mireye is an early, explicit bid to be that layer.
- #ai-agents
- #mcp
- #api
- #geospatial
- #y-combinator