← All templates
Agent ToolLand & site screening

ICP Finder

A complete Agent Skill — copy it and drop it into your agent’s skills folder as icp-finder/SKILL.md and it can run this recipe on its own.

Screen a list of candidate addresses against your ideal-customer profile — bring your own list, Mireye does the enrichment and filtering.

Bring-your-own address list

How it works

  1. Mireye has no region-search endpoint (no "find sites in the Bay Area") — start from a list of candidate addresses you already have: a parcel export, a lead list, a public assessor dataset.
  2. For each candidate, call POST /v1/lookup to resolve it to a coordinate + parcel, and check disposition — "resolved" continues, "clarify"/"no_match" should go to a manual review queue, not be silently dropped.
  3. Some low-confidence matches come back as an HTTP error (e.g. 404 address_too_coarse) instead of a 200 body — treat both as the same non-match outcome, but treat any OTHER error status as a real failure worth surfacing, not a screened-out candidate.
  4. Call POST /v1/fetch with preset: "site_selection" on the resolved coordinate, and filter the results against your own ICP predicate (acreage, zoning, flood tolerance, grid distance — whatever "good" means for you).

Example response

disposition
resolved
lat
30.199699
lng
-97.496411
resolved_address
480 BERDOLL LN, CEDAR CREEK, TX 78612
within_floodplain
false
parcel
parcel_id
R123456
area_m2
20234.5
zoning
AG
assessed_value_usd
185000
source
REGRID
confidence
0.95

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