← 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

  1. Send an address (or lat/lng) to POST /v1/fetch with preset: "utilities".
  2. 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.
  3. 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 StationEIA_ATLAS
nearest_power_plant_distance_m
4820.3 metersEIA_ATLAS
nearest_transmission_line_distance_m
612.4 metersHIFLD
nearest_transmission_line_voltage_kv
138 kilovoltsHIFLD
max_transmission_line_voltage_kv_within_radius
345 kilovoltsEIA_ATLAS
nearest_gas_pipeline_distance_m
1830.9 metersHIFLD
partial_failures

Get a Mireye API key at mireye.com/account.