Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RENTCAST_API_KEY | Yes | Your RentCast API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_property_data | Get detailed information about a specific property. |
| get_property_valuation | Get valuation data for a specific property. Note: RentCast API may return basic property data instead of detailed valuations depending on subscription tier. |
| get_rent_estimate | Get rent estimate for a specific property. Note: RentCast API may return basic property data instead of detailed rent estimates depending on subscription tier. |
| get_market_statistics | Get market statistics for a specific area. |
| get_property_listings | Get property listings for a specific area. |
| get_property_records | Get property records with various filters. Returns a list of property records. |
| get_random_property_records | Get random property records. Returns a list of random property records. |
| get_property_record_by_id | Get a specific property record by ID. |
| get_sale_listings | Get sale listings with various filters. Returns a list of sale listings. |
| get_sale_listing_by_id | Get a specific sale listing by ID. |
| get_rental_listings | Get rental listings with various filters. Returns a list of rental listings. |
| get_rental_listing_by_id | Get a specific rental listing by ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |