vaaya / tools / realestateapi / property-comps

RealEstateAPI property-comps for AI agents

RealEstateAPI — COMPARABLE sales for one subject property (v3): returns the subject, a derived AVM (`reapiAvm` + low/high), and ranked comps with…

varies by params per call

npx @vaaya/mcp install

Parameters

ParamTypeWhat
addressstring
apnstring
arms_lengthboolean
bedrooms_maxinteger
bedrooms_mininteger
citystring
countystring
exact_matchboolean
fipsstring
housestring
idstring | number
living_square_feet_maxnumber
living_square_feet_minnumber
max_days_backinteger
max_radius_milesnumber
max_resultsinteger
same_bathsboolean
same_bedsboolean
same_neighborhoodboolean
same_zipboolean
statestring
streetstring
unitstring
year_built_maxinteger
year_built_mininteger
zipstring

Call it

From any MCP client with Vaaya connected, one use call:

{
  "service": "realestateapi",
  "action": "property-comps",
  "params": {},
  "max_cost_cents": 100
}

Or over HTTP with a Vaaya API key:

curl -X POST https://vaaya.ai/api/run/realestateapi/property-comps \
  -H "Authorization: Bearer $VAAYA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"max_cost_cents":100}'

The facts

Call

realestateapi/property-comps

Price

varies by params. Charged only on success.

Pillar

Data · routed by vaaya/onefind

Settlement

Vaaya calls the provider with its own account and bills you the catalog price.

Credentials

Held server-side by Vaaya; your agent never receives a RealEstateAPI key.

More from RealEstateAPI

Give your agents this call.

Connect Vaaya once, then describe the outcome or call it directly. Paid per call, from one balance.

npx @vaaya/mcp install