Integrate

Pick an endpoint, set the parameters, and run it against the live API. Copy the call in cURL, TypeScript or Python, or drop the MCP config into your agent and let it call these itself.

A question about a place, answered with citations and a replayable plan.

See it run on the homepage

parameters

Give an address, or both lat and lng.

curl -X POST https://api.mireye.com/v1/ask \
  -H "Authorization: Bearer $MIREYE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"question":"What would stop me building a data center here?","address":"2201 Seawall Blvd, Galveston, TX"}'

response

Run the call to see the response. Every value comes back with its source, and anything missing is declared rather than dropped.