get_property
ActiveTool of Rentcast
declared in 0.1.0
Get property details for a US address. Returns bedrooms, bathrooms, square footage, lot size, year built, property type, and owner info when available.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-rentcast-api-key",
"address": "123 Oak Ave, Denver, CO 80202"
},
{
"_apiKey": "your-rentcast-api-key",
"address": "456 Elm St, Seattle, WA 98101"
}
],
"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., \"123 Oak Ave, Denver, CO 80202\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Rentcast
https://github.com/pipeworx-io/mcp-rentcast
2/7 registries