get_rent_estimate
ActiveTool of Rentcast
declared in 0.1.0
Get a rental price estimate for a US property address. Returns estimated monthly rent, price range, and comparable rental data. Example: "1234 Main St, Austin, TX 78701".
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-rentcast-api-key",
"address": "1234 Main St, Austin, TX 78701"
},
{
"_apiKey": "your-rentcast-api-key",
"address": "5500 Grand Lake Dr, San Antonio, TX 78244"
}
],
"required": [
"_apiKey",
"address"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "Rentcast API key"
},
"address": {
"type": "string",
"description": "Full street address with city, state, and ZIP (e.g., \"5500 Grand Lake Dr, San Antonio, TX 78244\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Rentcast
https://github.com/pipeworx-io/mcp-rentcast
2/7 registries