attom_property_detail
ActiveTool of Attom
"Property details for [address]" / "specs of [house]" / "how many bedrooms / bathrooms" / "year built" / "square footage" / "lot size" — full property characteristics for a US residential or commercial address. Returns lot size, square footage, bedrooms, bathrooms, year built, construction type, and heating/cooling systems from ATTOM Data Solutions (the premium US real estate dataset). Use whenever an agent needs structured property attributes by address.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-attom-api-key",
"address1": "123 Main St",
"address2": "Denver, CO 80202"
},
{
"_apiKey": "your-attom-api-key",
"address1": "456 Oak Avenue",
"address2": "Austin, TX 78701"
}
],
"required": [
"address1",
"address2",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "ATTOM API key"
},
"address1": {
"type": "string",
"description": "Street address (e.g., \"123 Main St\")"
},
"address2": {
"type": "string",
"description": "City, state ZIP (e.g., \"Denver, CO 80202\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Attom
https://github.com/pipeworx-io/mcp-attom
1/7 registries