vaaya / tools / realestateapi / property-search

RealEstateAPI property-search for AI agents

RealEstateAPI — Build a FILTERED LIST of US properties from compound criteria in one call (200+ filters, 110+ fields per record). Location REQUIRED: `state`…

varies by params per call

npx @vaaya/mcp install

Parameters

ParamTypeWhat
absentee_ownerboolean
addressstring
auctionboolean
baths_maxnumber
baths_minnumber
beds_maxinteger
beds_mininteger
building_size_maxnumber
building_size_minnumber
cash_buyerboolean
citystring
corporate_ownedboolean
countboolean
countystring
equity_percent_maxnumber
equity_percent_minnumber
foreclosureboolean
free_clearboolean
high_equityboolean
housestring
ids_onlyboolean
inheritedboolean
investor_buyerboolean
last_sale_price_maxnumber
last_sale_price_minnumber
latitudenumber
longitudenumber
lot_size_maxnumber
lot_size_minnumber
mls_activeboolean
mls_pendingboolean
mls_soldboolean
mortgage_maxnumber
mortgage_minnumber
obfuscateboolean
out_of_state_ownerboolean
polygonobject[]
poolboolean
pre_foreclosureboolean
property_typestring
property_use_codestring | number
radiusnumber
reoboolean
resultIndexinteger
sizeinteger
statestring
streetstring
summaryboolean
tax_lienboolean
vacantboolean
value_maxnumber
value_minnumber
year_built_maxinteger
year_built_mininteger
zipstring

Call it

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

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

Or over HTTP with a Vaaya API key:

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

The facts

Call

realestateapi/property-search

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