vaaya / tools / rentcast / properties
RentCast properties for AI agents
RentCast — Look up US property RECORDS (150M+ properties): structural attributes, features, tax assessments + tax history, sale history, owner names/type. One…
30¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
address | string | |
bathrooms | string | number | |
bedrooms | string | number | |
city | string | |
latitude | number | |
limit | integer | |
longitude | number | |
lotSize | string | number | |
offset | integer | |
propertyType | "Single Family" | "Condo" | "Townhouse" | "Manufactured" | "Multi-Family" | "Apartment"… | |
radius | number | |
saleDateRange | string | number | |
squareFootage | string | number | |
state | string | |
yearBuilt | string | number | |
zipCode | string |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "rentcast",
"action": "properties",
"params": {},
"max_cost_cents": 30
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/rentcast/properties \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"max_cost_cents":30}'
The facts
Call
rentcast/properties
Price
30¢. 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 RentCast key.
More from RentCast
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