Platforms / realtor
realtor toolset
5 tools. Mount this server and your agent gets every realtor endpoint, fully typed.
claude mcp add capzy-realtor --transport http https://mcp.capzy.ai/realtor/mcp \ --header "Authorization: Bearer YOUR_KEY"
Listings
realtor_property
1 credit
Property Detail
Full detail for a single property.
| Param | Type | Required | Description |
|---|---|---|---|
property_id |
string | required | Realtor numeric property id (from search results). |
market |
string | optional | us. Default: us |
realtor_rentals
1 credit
Search Rentals
Search a market for rental listings.
| Param | Type | Required | Description |
|---|---|---|---|
location |
string | required | City/state or ZIP, e.g. 'Austin, TX' or '78701'. |
market |
string | optional | us. Default: us |
home_type |
string | optional | Property type(s) to keep. Comma separate multiple types. |
price_min |
integer | optional | Only rentals priced at or above this monthly rent. |
price_max |
integer | optional | Only rentals priced at or below this monthly rent. |
beds_min |
integer | optional | Minimum number of bedrooms. |
baths_min |
integer | optional | Minimum number of bathrooms. |
sqft_min |
integer | optional | Minimum interior area in square feet. |
sqft_max |
integer | optional | Maximum interior area in square feet. |
sort |
string | optional | Sort order for results. Default: relevant |
page |
integer | optional | Page number. Default: 1 |
per_page |
integer | optional | Results per page (1 to 200). Default: 20 |
realtor_search
1 credit
Search Listings
Search a market for listings.
| Param | Type | Required | Description |
|---|---|---|---|
location |
string | required | City/state or ZIP, e.g. 'Austin, TX' or '78701'. |
market |
string | optional | us. Default: us |
listing_status |
string | optional | Listing status to search. Default: for_sale |
home_type |
string | optional | Property type(s) to keep. Comma separate multiple types. |
price_min |
integer | optional | Only homes priced at or above this amount. |
price_max |
integer | optional | Only homes priced at or below this amount. |
beds_min |
integer | optional | Minimum number of bedrooms. |
baths_min |
integer | optional | Minimum number of bathrooms. |
sqft_min |
integer | optional | Minimum interior area in square feet. |
sqft_max |
integer | optional | Maximum interior area in square feet. |
year_built_min |
integer | optional | Only homes built in or after this year. |
days_on_market |
integer | optional | Only homes listed within this many days. |
sort |
string | optional | Sort order for results. Default: relevant |
page |
integer | optional | Page number. Default: 1 |
per_page |
integer | optional | Results per page (1 to 200). Default: 20 |
status |
string | optional | Alias of listing_status (kept for compatibility). |
Reference
realtor_autocomplete
1 credit
Autocomplete
Location autocomplete suggestions.
| Param | Type | Required | Description |
|---|---|---|---|
query |
string | required | Partial place name. |
market |
string | optional | us | ca. Default: us |
per_page |
integer | optional | Maximum number of suggestions to return (1 to 20). Default: 10 |
realtor_markets
1 credit
List Markets
Supported markets (US + CA).
No parameters.
Fewer tools?
The aggregate server at https://mcp.capzy.ai/mcp reaches this platform through 5 discovery meta-tools, and https://mcp.capzy.ai/search/mcp carries just each platform's primary search.