← All templates
Agent ToolLending & appraisal

Lending & Appraisal Support

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

Loan-file context for one address — opportunity-zone status, county-level market trends, and parcel valuation history, all cited.

Single Address

How it works

  1. Send the subject property's address to POST /v1/lookup — same endpoint as Property Diligence Copilot, read for the fields a loan file actually needs.
  2. Pull in_opportunity_zone, county_market (population growth, home-price-index YoY, building permits, employment trend), and the parcel's assessed_value_usd / last_sale_price_usd / last_sale_date.
  3. Same disposition rule as any lookup call: don't feed a "clarify" or "no_match" result into an underwriting decision — route it to manual review first.

Example response

disposition
resolved
lat
30.199699
lng
-97.496411
resolved_address
480 BERDOLL LN, CEDAR CREEK, TX 78612
county
Bastrop County
cbsa_name
Austin-Round Rock-San Marcos, TX Metro Area
elevation_m
152.3
fema_flood_zone
X
within_floodplain
false
county_market
population
106822
population_growth_1yr_pct
4.1
hpi_yoy_pct
3.8
employment_yoy_pct
2.9
median_household_income_usd
78500
in_opportunity_zone
false
parcel
parcel_id
R123456
owner
PECAN GROVE FARMS #1 LLC
zoning
AG
land_use
Agricultural
assessed_value_usd
185000
last_sale_date
2019-03-14
last_sale_price_usd
210000
source
REGRID
confidence
0.95

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