vaaya / tools / rentcast / market-stats
RentCast market-stats for AI agents
RentCast — MARKET statistics for one zip code: average/median/min/max sale prices and rents, price per sqft, days on market, listing counts — segmented by…
30¢ per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
zipCode required | string | |
dataType | "All" | "Sale" | "Rental" | |
historyRange | integer |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "rentcast",
"action": "market-stats",
"params": {
"zipCode": "<zipCode>"
},
"max_cost_cents": 30
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/rentcast/market-stats \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"zipCode":"<zipCode>","max_cost_cents":30}'
The facts
Call
rentcast/market-stats
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