vaaya / tools / rentcast / rent-estimate
RentCast rent-estimate for AI agents
RentCast — Monthly RENT estimate (long-term AVM): rent + rentRangeLow/High + the ranked comparable rental listings used. Same request shape as…
35¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
address | string | |
bathrooms | number | |
bedrooms | number | |
compCount | integer | |
daysOld | integer | |
latitude | number | |
longitude | number | |
maxRadius | number | |
propertyType | "Single Family" | "Condo" | "Townhouse" | "Manufactured" | "Multi-Family" | "Apartment"… | |
squareFootage | number |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "rentcast",
"action": "rent-estimate",
"params": {},
"max_cost_cents": 35
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/rentcast/rent-estimate \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"max_cost_cents":35}'
The facts
Call
rentcast/rent-estimate
Price
35¢. 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