Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.isaiahdupree/realtystack-mcp

io.github.isaiahdupree/realtystack-mcp

U.S. real-estate data: property records, AVM value + rent estimates, sale/rental listings.

Uptime
100.0%
1 direct probes · 30d
Response
729ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_properties

Search normalized U.S. property records (owner, structural attributes, tax assessments, tax + sale history) by location. Pin a location one of three ways: a full address, a city+state(+zipCode), or a …

get_property

Full detail for a single property record, keyed by its RentCast id (the same id returned on every search_properties, avm_value, avm_rent, and listings record). Returns 404 if no property matches the i…

avm_value

Run RentCast's automated valuation model for a subject property and return a point price estimate, a priceRangeLow/priceRangeHigh band, the resolved subjectProperty, and comparables[] — recent compara…

avm_rent

Run RentCast's automated model for long-term (12-month lease) rent and return a point rent estimate, a rentRangeLow/rentRangeHigh band, the resolved subjectProperty, and comparables[] — recent compara…

search_sale_listings

Return a page of for-sale listings (list price, status, days on market, MLS name/number, listing agent + office contact, and price/status history) for a location. Same location-pinning rules as search…

search_rental_listings

Return a page of long-term (12-month lease) rental listings — same record shape as search_sale_listings (monthly price is the asking rent), but each record is tagged listingKind:"rental-long-term". Sa…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.isaiahdupree/realtystack-mcp": {
      "url": "https://realtystack-mcp.vercel.app/mcp",
      "transport": "streamable-http"
    }
  }
}