housing_rental_analysis
ActiveTool of Housing Intel
declared in 0.1.0
Evaluate rental investment potential by address and zip code. Returns estimated rent, fair market rents, and CPI rent trends.
Parameters schema
{
"type": "object",
"examples": [
{
"address1": "4529 Winona Court",
"address2": "Denver, CO 80212",
"_attomKey": "your-housing-intel-api-key",
"state_code": "CO"
},
{
"_hudKey": "your-housing-intel-api-key",
"address1": "1450 Peachtree Street",
"address2": "Atlanta, GA 30309",
"_attomKey": "your-housing-intel-api-key",
"state_code": "GA"
}
],
"required": [
"_attomKey",
"address1",
"address2",
"state_code"
],
"properties": {
"_hudKey": {
"type": "string",
"description": "HUD API token (optional — needed for fair market rents)"
},
"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"
},
"state_code": {
"type": "string",
"description": "Two-letter state code for HUD FMR lookup (e.g., \"CO\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Housing Intel
https://github.com/pipeworx-io/mcp-housing-intel
1/7 registries