Commercial lease expiry and tenancy data for AI agents

Delaware

Commercial lease expiry and tenancy data in Delaware

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

Short answer

Which commercial leases are approaching expiry, and who occupies a building? In Delaware, 11 records are dated ahead of today. Every one of them is listed below in full, and they are free. 13 have been published in Delaware in total, counting those already past.

All 11 in Delaware

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

DatePropertyCityUnitsAmountSource
2026-11-141012 COLLEGE RDThe federal lease at 1012 COLLEGE RD, DOVER, DE expires 2026-11-14 (4,080 sq ft, $110,810 a year). The lessor is MAIN STREET DOVER PROPERTIES, LLC. 2 renewal options remain.Dover4,080 square_feetgsa_pbs_external_lease
2027-01-201289 MCD DRThe federal lease at 1289 MCD DR, DOVER, DE expires 2027-01-20 (5,724 sq ft, $113,712 a year). The lessor is 1305 Mcd Drive LLC. No renewal option remains.Dover5,724 square_feetgsa_pbs_external_lease
2027-04-301105 N MARKET STThe federal lease at 1105 N MARKET ST, WILMINGTON, DE expires 2027-04-30 (3,390 sq ft, $96,530 a year). The lessor is BPG OFFICE PARTNERS XI 1105 MARKET LLC. No renewal option remains.Wilmington3,390 square_feetgsa_pbs_external_lease
2027-11-191007 N ORANGE STThe federal lease at 1007 N ORANGE ST, WILMINGTON, DE expires 2027-11-19 (7,392 sq ft, $235,538 a year). The lessor is BPG OFFICE PARTNERS VIII LLC. 2 renewal options remain.Wilmington7,392 square_feetgsa_pbs_external_lease
2028-05-311201-99 WEST CHURCHMANS ROADJohnny Janosik Inc.: the lease at 1201-99 WEST CHURCHMANS ROAD, Newark, DE expires 2028-05-31 (30,000 sq ft, 16% of the building).Newark30,000 square_feetsec_abs_ee
2028-12-31132 Christiana MallMACYS (Non Collateral Tenant 215,000 SF): the lease at 132 Christiana Mall, Newark, DE expires 2028-12-31 (215,000 sq ft, 17% of the building).Newark215,000 square_feetsec_abs_ee
2028-12-31132 Christiana MallMACYS (Non Collateral Tenant 215,000 SF): the lease at 132 Christiana Mall, Newark, DE expires 2028-12-31 (215,000 sq ft, 17% of the building).Newark215,000 square_feetsec_abs_ee
2028-12-31132 Christiana MallMACYS (Non Collateral Tenant 215,000 SF): the lease at 132 Christiana Mall, Newark, DE expires 2028-12-31 (215,000 sq ft, 17% of the building).Newark215,000 square_feetsec_abs_ee
2029-01-02800 N KING STThe federal lease at 800 N KING ST, WILMINGTON, DE expires 2029-01-02 (3,464 sq ft, $95,889 a year). The lessor is CPT ENTERPRISES LLC. No renewal option remains.Wilmington3,464 square_feetgsa_pbs_external_lease
2029-05-3123 SOUTHGATE BLVDThe federal lease at 23 SOUTHGATE BLVD, NEW CASTLE, DE expires 2029-05-31 (10,488 sq ft, $219,246 a year). The lessor is SOUTHG 23 LLC. No renewal option remains.New Castle10,488 square_feetgsa_pbs_external_lease
2029-06-17800 N KING STThe federal lease at 800 N KING ST, WILMINGTON, DE expires 2029-06-17 (2,098 sq ft, $53,615 a year). The lessor is CPT ENTERPRISES LLC. No renewal option remains.Wilmington2,098.75 square_feetgsa_pbs_external_lease

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 55 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":"LEASE_EXPIRING","state":"DE","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 Delaware, 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 leases in Delaware expire in the next two years?

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

This is the DISCLOSED slice of tenancy, not all of it. Absence of a lease is not evidence a building is empty.

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.