housing_property_report
ActiveTool of Housing Intel
declared in 0.1.0
Analyze a property by address and zip code. Returns valuation estimate, sales history, tax assessment, and detailed characteristics.
Parameters schema
{
"type": "object",
"examples": [
{
"address1": "4529 Winona Court",
"address2": "Denver, CO 80212",
"_attomKey": "your-housing-intel-api-key"
}
],
"required": [
"_attomKey",
"address1",
"address2"
],
"properties": {
"address1": {
"type": "string",
"description": "Street address (e.g., \"4529 Winona Court\")"
},
"address2": {
"type": "string",
"description": "City, state ZIP (e.g., \"Denver, CO 80212\")"
},
"_attomKey": {
"type": "string",
"description": "ATTOM API key (https://api.gateway.attomdata.com)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Housing Intel
https://github.com/pipeworx-io/mcp-housing-intel
1/7 registries