← All templates
Agent ToolData center & energy siting
Power Read
A complete Agent Skill — copy it and drop it into your agent’s skills folder as power-read/SKILL.md and it can run this recipe on its own.
Grid and utility infrastructure facts for one address — nearest substation, transmission voltage, gas pipeline distance.
Single AddressBatch (loop over a list)
How it works
- Send an address (or lat/lng) to POST /v1/fetch with preset: "utilities".
- Get back the nearest power plant, nearest transmission line + its voltage class, gas pipeline distance, and sewer service area — the same data mireye-skills' internal power-tiering pipeline uses, packaged as a single call.
- Loop this over a candidate list to rank sites by grid proximity before anyone opens a map.
Example response
- lat
- 29.7604
- lng
- -95.3698
- resolved_location
- lat
- 29.7604
- lng
- -95.3698
- source
- address
- fields
- nearest_power_plant_name
- Deepwater Generating Station — EIA_ATLAS
- nearest_power_plant_distance_m
- 4820.3 meters — EIA_ATLAS
- nearest_transmission_line_distance_m
- 612.4 meters — HIFLD
- nearest_transmission_line_voltage_kv
- 138 kilovolts — HIFLD
- max_transmission_line_voltage_kv_within_radius
- 345 kilovolts — EIA_ATLAS
- nearest_gas_pipeline_distance_m
- 1830.9 meters — HIFLD
- partial_failures
- —
Get a Mireye API key at mireye.com/account.