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 installParameters
| Param | Type | What |
|---|---|---|
address | string | |
apn | string | |
arms_length | boolean | |
bedrooms_max | integer | |
bedrooms_min | integer | |
city | string | |
county | string | |
exact_match | boolean | |
fips | string | |
house | string | |
id | string | number | |
living_square_feet_max | number | |
living_square_feet_min | number | |
max_days_back | integer | |
max_radius_miles | number | |
max_results | integer | |
same_baths | boolean | |
same_beds | boolean | |
same_neighborhood | boolean | |
same_zip | boolean | |
state | string | |
street | string | |
unit | string | |
year_built_max | integer | |
year_built_min | integer | |
zip | string |
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
Provider
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