Skip to main content
Glama

Rentcast MCP Server

by tandat8503

search_properties

Find rental and sale properties by filtering location, bedrooms, bathrooms, property type, and other key criteria to match specific housing requirements.

Instructions

Search for properties with basic property information (default: 15, max: 50 for free tier) including city, state, bedrooms, bathrooms, square footage, lot size, and year built. Note: Price data may not be available for all properties.

Input Schema

NameRequiredDescriptionDefault
bathroomsNoNumber of bathrooms (e.g., 1, 1.5, 2)
bedroomsNoNumber of bedrooms (e.g., 1, 2, 3)
cityNoCity name for property search (e.g., 'Austin', 'New York')
limitNoMaximum number of properties to return (default: 15, max: 50 for free tier)
propertyTypeNoProperty type (e.g., 'Single Family', 'Condo', 'Townhouse')
stateNoState abbreviation (e.g., 'TX', 'CA', 'NY')
zipCodeNoZIP code for location-based search (e.g., '78705', '90210')

Input Schema (JSON Schema)

{ "properties": { "bathrooms": { "description": "Number of bathrooms (e.g., 1, 1.5, 2)", "maximum": 10, "minimum": 0, "type": "number" }, "bedrooms": { "description": "Number of bedrooms (e.g., 1, 2, 3)", "maximum": 10, "minimum": 0, "type": "number" }, "city": { "description": "City name for property search (e.g., 'Austin', 'New York')", "type": "string" }, "limit": { "default": 15, "description": "Maximum number of properties to return (default: 15, max: 50 for free tier)", "maximum": 50, "minimum": 1, "type": "number" }, "propertyType": { "description": "Property type (e.g., 'Single Family', 'Condo', 'Townhouse')", "type": "string" }, "state": { "description": "State abbreviation (e.g., 'TX', 'CA', 'NY')", "type": "string" }, "zipCode": { "description": "ZIP code for location-based search (e.g., '78705', '90210')", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tandat8503/mcp_rentcast'

If you have feedback or need assistance with the MCP directory API, please join our Discord server