CapzyCapzy / Data MCP Get API key

Platforms / apartments

apartments toolset

3 tools. Mount this server and your agent gets every apartments endpoint, fully typed.

https://mcp.capzy.ai/apartments/mcp
claude mcp add capzy-apartments --transport http https://mcp.capzy.ai/apartments/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Listings

apartments_property 1 credit not yet verified Property Detail

Community detail: photos, description, amenities, geo, and floor plans with per-unit inventory.

ParamTypeRequiredDescription
url string required Full apartments.com property URL.
beds_min integer optional Keep only units with at least this many bedrooms.
baths_min integer optional Keep only units with at least this many bathrooms.
min_price integer optional Keep only units at or above this monthly rent.
max_price integer optional Keep only units at or below this monthly rent.
sqft_min integer optional Keep only units at or above this size in square feet.
available_only boolean optional Keep only units marked currently available. Default: False
apartments_property_by_id 1 credit not yet verified Property Detail (by id)

Community detail (slug + id): photos, description, amenities, geo, and floor plans.

ParamTypeRequiredDescription
slug string required Property slug.
property_id string required Property id.
beds_min integer optional Keep only units with at least this many bedrooms.
baths_min integer optional Keep only units with at least this many bathrooms.
min_price integer optional Keep only units at or above this monthly rent.
max_price integer optional Keep only units at or below this monthly rent.
sqft_min integer optional Keep only units at or above this size in square feet.
available_only boolean optional Keep only units marked currently available. Default: False
apartments_search 1 credit not yet verified Search Rentals

Search rentals by location with rent, bedroom, home type, pet, sqft, amenity and sort filters.

ParamTypeRequiredDescription
location string required City/state slug, e.g. austin-tx. Also accepts a city name or zip.
city string optional City name (used when location is not a slug).
zip string optional Zip code to search within (used when location is not a slug).
bedrooms string optional Bedroom filter: studio, 1, 2, 3 or 4 (matches that many and up).
beds_min integer optional Minimum bedrooms (alternative to bedrooms).
beds integer optional Min bedrooms (legacy alias of beds_min).
baths_min integer optional Minimum bathrooms.
home_type string optional Rental type to include.
min_price integer optional Minimum monthly rent.
max_price integer optional Maximum monthly rent.
price_min integer optional Minimum monthly rent (alias of min_price).
price_max integer optional Maximum monthly rent (alias of max_price).
sqft_min integer optional Minimum unit size in square feet.
pet_friendly string optional Pet policy filter: any, dogs, or cats.
amenities string optional Amenity filters, comma separated (for example pool,washer_dryer,parking).
sort string optional Result ordering.
page integer optional Page 1-28. Default: 1
per_page integer optional Requested results per page. The site returns a fixed page size, so this is advisory.

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.