← 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 transmission line and its voltage, nearest power plant, gas pipeline distance, sewer service area.
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 our internal power-tiering pipeline uses, packaged as a single call.
- When you send an address, the response carries a geocode block — check parcel_grade before trusting anything parcel-specific: false means the coordinate was estimated from the street and can be ~2.9 km out in rural areas.
- 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
- fetched_at
- 2026-07-30T14:02:11.318204+00:00
- fields
- nearest_power_plant_name
- Deepwater Generating Station — EIA_POWER
- nearest_power_plant_distance_m
- 4820.3 meters — EIA_POWER
- nearest_transmission_line_distance_m
- 612.4 meters — EIA_POWER
- nearest_transmission_line_voltage_kv
- 138 kilovolts — EIA_POWER
- max_transmission_line_voltage_kv_within_radius
- 345 kilovolts — EIA_POWER
- nearest_gas_pipeline_distance_m
- 1830.9 meters — EIA_PIPELINES
- partial_failures
- —
- geocode
- accuracy
- 1
- accuracy_type
- rooftop
- normalized_address
- 1600 Smith St, Houston, TX 77002
- provider
- geocodio
- parcel_grade
- true
- precision_note
- null
- resolved_location
- lat
- 29.7604
- lng
- -95.3698
- source
- address
Get a Mireye API key at mireye.com/account.