HUD subsidy contract expiry data for AI agents

Puerto Rico

HUD subsidy contract expiry data in Puerto Rico

19 dated Puerto Rico records, read from filed public sources rather than modelled, and callable by an AI agent with no key.

Short answer

Which HUD-subsidised properties have contracts approaching expiry? In Puerto Rico, 15 records are dated ahead of today. Every one of them is listed below in full, and they are free. 19 have been published in Puerto Rico in total, counting those already past.

All 15 in Puerto Rico

That is the whole Puerto Rico population for this family, not a sample. The call underneath returns the same rows, up to its own fifty-row ceiling.

DatePropertyCityUnitsAmountSource
2026-09-30La Casa de AMPI, Mayaguez, PR: the PRAC/811 contract expires 2026-09-30, covering 6 assisted units.Mayaguez6hud_multifamily_arcgis
2026-11-30474 Calle Cuevas BustamanteVilla Asociado Jenaro Cortes Housing FTE, San Juan, PR: the 202/8 NC contract expires 2026-11-30, covering 98 assisted units.San Juan98hud_multifamily_arcgis
2026-11-30La Casa de Junny, Mayaguez, PR: the PRAC/811 contract expires 2026-11-30, covering 6 assisted units.Mayaguez6hud_multifamily_arcgis
2026-11-30ALTURAS DE RYDER, Humacao, PR: the PRAC/811 contract expires 2026-11-30, covering 20 assisted units.Humacao20hud_multifamily_arcgis
2026-12-31REMANSO DE ESPERANZA, Caguas, PR: the PRAC/811 contract expires 2026-12-31, covering 26 assisted units.Caguas26hud_multifamily_arcgis
2027-02-28331 Calle Font MarteloRYDER ASSISTED CARE, Humacao, PR: the PRAC/811 contract expires 2027-02-28, covering 41 assisted units.Humacao41hud_multifamily_arcgis
2027-03-31CASA CASTANER, Castaner, PR: the 202/8 NC contract expires 2027-03-31, covering 63 assisted units.Castaner63hud_multifamily_arcgis
2027-03-31Fajardo Housing for the Elderly, Fajardo, PR: the 202/8 NC contract expires 2027-03-31, covering 60 assisted units.Fajardo12060 assisted_unitshud_multifamily_arcgis
2027-06-26Villa Providencia Apartments, Guaynabo, PR: the 202/8 NC contract expires 2027-06-26, covering 75 assisted units.Guaynabo75hud_multifamily_arcgis
2027-06-2624-16 Calle 35Villa Esperanza Apartments, Carolina, PR: the 202/8 NC contract expires 2027-06-26, covering 99 assisted units.Carolina10099 assisted_unitshud_multifamily_arcgis
2027-06-26Santiago Fajardo Apartments, Fajardo, PR: the 202/8 NC contract expires 2027-06-26, covering 60 assisted units.Fajardo60hud_multifamily_arcgis
2027-12-31LA MORADA APARTMENTS, San Juan, PR: the HFDA/8 NC contract expires 2027-12-31, covering 178 assisted units.San Juan178hud_multifamily_arcgis
2028-03-31SANTA JUANITA APARTMENTS, Bayamon, PR: the LMSA contract expires 2028-03-31, covering 45 assisted units.Bayamon45hud_multifamily_arcgis
2028-03-31VISTAS DEL MAR APTS., Fajardo, PR: the LMSA contract expires 2028-03-31, covering 152 assisted units.Fajardo228152 assisted_unitshud_multifamily_arcgis
2028-04-30203 Calle Ignacio ArzuagaDANIEL L. FLORES Housing, Carolina, PR: the PRAC/202 contract expires 2028-04-30, covering 40 assisted units.Carolina40hud_multifamily_arcgis

Read from the published event tape on 2026-09-12.

The call that returns this

One anonymous POST. No key, no signup, no rate card. Raise limit to 50, or change state to any of the 54 covered.

curl -s https://exchange-production-9123.up.railway.app/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_property_events","arguments":{"event_type":"SUBSIDY_CONTRACT_EXPIRING","state":"PR","within_days":1825,"limit":500}}}'

Putting this in your own agent

The same endpoint is a Model Context Protocol server, so an assistant can ask it the question instead of you reading a table. It answers for every covered state, not just Puerto Rico, and it is the same free tier.

Claude Code

one command, then it is available in every session

claude mcp add --transport http dfx-real-estate https://exchange-production-9123.up.railway.app/mcp

Claude Desktop

claude_desktop_config.json, then restart the app. It cannot reach a remote server directly, so this bridges through mcp-remote.

{
  "mcpServers": {
    "dfx-real-estate": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://exchange-production-9123.up.railway.app/mcp"
      ]
    }
  }
}

Cursor, Windsurf, Cline and Zed

the mcp.json their settings panel writes

{
  "mcpServers": {
    "dfx-real-estate": {
      "url": "https://exchange-production-9123.up.railway.app/mcp"
    }
  }
}

VS Code

the servers key, which is spelled differently to everything above

{
  "servers": {
    "dfx-real-estate": {
      "type": "http",
      "url": "https://exchange-production-9123.up.railway.app/mcp"
    }
  }
}

Then ask it this

Nothing names DFX. If the install worked, the assistant picks the tool itself.

Which HUD-assisted properties in Puerto Rico have subsidy contracts expiring in the next 24 months?

There is no signup, no API key and no OAuth for anything free, and eleven of the twelve tools are free. A plain GET on the endpoint returns every tool schema, so a client can be pointed at it and evaluated before it is trusted.

Where this does not help

An expiry is a date on a contract. It is not a prediction that the owner will opt out.

The same question in other states

Facts on this page were last checked against the running product on . Prices are read from the live billing configuration, so this page and your invoice cannot disagree. The machine-readable version of this record is at /ai/entity.json.