CRE loan maturity data for AI agents

Minnesota

CRE loan maturity data in Minnesota

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

Short answer

Which commercial real-estate loans mature in a given state and window? In Minnesota, 19 records are dated ahead of today. Every one of them is listed below in full, and they are free.

All 19 in Minnesota

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

DatePropertyCityUnitsAmountSource
2026-11-067900 INTERNATIONAL DRIVEINTERNATIONAL PLAZA, Bloomington, MN: the securitised loan in JPMCC Commercial Mortgage Securities Trust 2016-JP4 matures 2026-11-06. Scheduled balance $24,368,782.Bloomington$24,368,782sec_abs_ee
2027-01-061221 WEST LAKE STREETUPTOWN ROW, Minneapolis, MN: the securitised loan in Wells Fargo Commercial Mortgage Trust 2017-C38 matures 2027-01-06. Scheduled balance $9,592,242.Minneapolis$9,592,242sec_abs_ee
2027-08-061301 UNIVERSITY AVENUE SOUTHEAST1301 UNIVERSITY AVENUE, Minneapolis, MN: the securitised loan in GS Mortgage Securities Trust 2017-GS8 matures 2027-08-06. Scheduled balance $13,977,476.Minneapolis92$13,977,476sec_abs_ee
2027-10-061001 FOURTH STREET SOUTHEASTCASH WISE CENTER, St. Cloud, MN: the securitised loan in GS Mortgage Securities Trust 2017-GS8 matures 2027-10-06. Scheduled balance $6,183,607.St. Cloud$6,183,607sec_abs_ee
2028-01-067900 & 8000 W 78 StreetBraemar Office Park, Edina, MN: the securitised loan in UBS Commercial Mortgage Trust 2018-C8 matures 2028-01-06. Scheduled balance $19,258,909.Edina$19,258,909sec_abs_ee
2028-02-061600, 1650 AND 1700 WEST 82ND STREETSOUTHPOINT OFFICE CENTER, Bloomington, MN: the securitised loan in Wells Fargo Commercial Mortgage Trust 2018-C43 matures 2028-02-06. Scheduled balance $32,929,788.Bloomington$32,929,788sec_abs_ee
2028-02-068800 Queen Avenue South8800 Queen Avenue South, Bloomington, MN: the securitised loan in CITIGROUP COMMERCIAL MORTGAGE TRUST 2018-B2 matures 2028-02-06. Scheduled balance $16,795,366.Bloomington$16,795,366sec_abs_ee
2028-04-06655 Nicolet MallGaviidae Common, Minneapolis, MN: the securitised loan in COMM 2018-COR3 Mortgage Trust matures 2028-04-06. Scheduled balance $14,200,000.Minneapolis$14,200,000sec_abs_ee
2028-08-0699 WILLOW BENDCRYSTAL CENTER, Crystal, MN: the securitised loan in CSAIL 2018-C14 Commercial Mortgage Trust matures 2028-08-06. Scheduled balance $19,157,121.Crystal$19,157,121sec_abs_ee
2028-11-0678 2nd Avenue SouthDS Smith - Lester Prairie, Lester Prairie, MN: the securitised loan in Benchmark 2018-B7 Mortgage Trust matures 2028-11-06. Scheduled balance $4,579,562.Lester Prairie0$4,579,562sec_abs_ee
2029-01-061405 XENIUM LANE NORTHPLYMOUTH CORPORATE CENTER, Plymouth, MN: the securitised loan in BENCHMARK 2019-B9 MORTGAGE TRUST matures 2029-01-06. Scheduled balance $45,398,730.Plymouth$45,398,730sec_abs_ee
2029-03-06800 South BroadwayDollar General, Pelican Rapids, MN: the securitised loan in UBS Commercial Mortgage Trust 2019-C16 matures 2029-03-06. Scheduled balance $896,000.Pelican Rapids$896,000sec_abs_ee
2029-03-06700 Ottawa Avenue NorthTesla Golden Valley, Golden Valley, MN: the securitised loan in BBCMS Mortgage Trust 2024-5C25 matures 2029-03-06. Scheduled balance $11,850,000.Golden Valley$11,850,000sec_abs_ee
2029-04-063033 Campus DriveATRIA Corporate Center, Plymouth, MN: the securitised loan in BBCMS Mortgage Trust 2019-C3 matures 2029-04-06. Scheduled balance $37,859,442.Plymouth$37,859,442sec_abs_ee
2029-06-061301 1st Street SouthWalgreens, Willmar, MN: the securitised loan in GS Mortgage Securities Trust 2019-GC40 matures 2029-06-06. Scheduled balance $3,871,218.Willmar$3,871,218sec_abs_ee
2029-06-06110 NORTH 1ST STREETTHE ARCHIVE APARTMENTS, Minneapolis, MN: the securitised loan in Wells Fargo Commercial Mortgage Trust 2024-5C1 matures 2029-06-06. Scheduled balance $47,850,000.Minneapolis200$47,850,000sec_abs_ee
2029-07-0617435 County Road 6CVS - Plymouth, MN, Plymouth, MN: the securitised loan in BENCHMARK 2019-B12 MORTGAGE TRUST matures 2029-07-06. Scheduled balance $5,400,000.Plymouth$5,400,000sec_abs_ee
2029-07-061320 HIGHWAY 15 SCOUNTY FAIR MARKET PLACE, Hutchinson, MN: the securitised loan in Wells Fargo Commercial Mortgage Trust 2019-C52 matures 2029-07-06. Scheduled balance $3,532,896.Hutchinson$3,532,896sec_abs_ee
2029-07-069800 HUDSON BOULEVARD NORTHTESLA - LAKE ELMO, Lake Elmo, MN: the securitised loan in Benchmark 2024-V8 Mortgage Trust matures 2029-07-06. Scheduled balance $11,750,000.Lake Elmo$11,750,000sec_abs_ee

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 51 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":"LOAN_MATURITY_SCHEDULED","state":"MN","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 Minnesota, 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 commercial mortgages in Minnesota mature in the next two years, and what are the scheduled balances?

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

Federal programme and securitised lending only. Conventionally financed property carries no debt record here, because the Registries of Deeds are closed to automation. A property absent from a maturity search is NOT a property without debt.

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.