realestateapi_property_detail
ActiveTool of Realestateapi
Get full property detail by id or address — returns owner, estimated value, last sale, characteristics (beds/baths/sqft/year/lot), and mortgage. Example: realestateapi_property_detail({ address: "123 Main St, Austin, TX 78701", _apiKey: "your-key" })
Parameters schema
{
"type": "object",
"required": [
"_apiKey"
],
"properties": {
"id": {
"type": "string",
"description": "RealEstateAPI property id (from a search result)"
},
"_apiKey": {
"type": "string",
"description": "RealEstateAPI key from realestateapi.com"
},
"address": {
"type": "string",
"description": "Full property address (use if you have no id)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Realestateapi
https://github.com/pipeworx-io/mcp-realestateapi
1/7 registries