API access
Your AI client reaches HUD LIHTC Properties through one ParcelOps MCP endpoint, so there is no separate key to hold for it and no per-source client to write. Reaching it takes no credentials of your own.
Where it came from
Freshness and coverage
What this source cannot tell you
- ⚠ Anything outside United States and participating territories represented in the HUD file. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything HUD Low-Income Housing Tax Credit Property Database does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ The database reflects allocating-agency submissions and is not a real-time compliance or current affordability determination.
- ⚠ Coordinates and project attributes vary in completeness and accuracy; verify a property with the responsible housing agency.
Methods (2)
A method is one call your agent can make against this source.
searchProjects
readSearch LIHTC project records with a bounded project or geography filter.
FreshnessScheduled · every year (source-level)Input schema
{ "type": "object", "properties": { "stateAlpha": { "type": "string", "pattern": "^[A-Za-z]{2}$" }, "countyFips": { "type": "string", "pattern": "^\\d{5}$" }, "city": { "type": "string", "minLength": 2, "maxLength": 100 }, "zipCode": { "type": "string", "pattern": "^\\d{5}$" }, "hudId": { "type": "string", "minLength": 3, "maxLength": 40 }, "projectName": { "type": "string", "minLength": 3, "maxLength": 200 }, "placedInServiceYear": { "type": "integer", "minimum": 1987, "maximum": 2024 }, "limit": { "type": "integer", "minimum": 1, "maximum": 100 } }, "required": [], "additionalProperties": false }getServiceInfo
readReturn source file, coverage, cadence, fields, and data-quality limitations.
FreshnessScheduled · every year (source-level)Input schema
{ "type": "object", "properties": {}, "required": [], "additionalProperties": false }
Where this source is used
- Housing program eligibility checks
Check tax credit designations, rural program maps, and existing affordable inventory for an address from your own code.
- Residential real estate
The parcel record, the housing programs that touch an address, and the conditions a buyer asks about.
- Realtors and brokerages
The facts behind a listing, the programs a buyer may qualify for, and your own files in the same place.
- Is this address in a qualified census tract or difficult development area?
