Analytics
dfxintel.com
Provides property data and analytical tools for resolving addresses, organizations, and property records.
ENDPOINT 1
https://exchange-production-9123.up.railway.app/mcp
MCP server metadata
- Name
- dfx-real-estate
- Version
- 0.2.0
US commercial and multifamily real estate intelligence, callable directly. No API key, no signup, no sales call. BEST AT: near-term commercial debt timing. 15,819 loans carry a maturity date and 121 mature inside 18 months, sourced from SEC ABS-EE servicer filings and HUD FHA insurance records rather than estimated. Most providers holding this gate it behind a contract. ALSO ANSWERS: street address to a canonical property or parcel id; who owns or manages a building; what a parcel last sold for and for how much; what permits were issued; when a LIHTC compliance period or HUD subsidy contract expires; and what DFX has learned since your last call. COVERAGE IS UNEVEN AND THE DENOMINATORS MATTER. National: ~104,000 federal-programme multifamily properties and 15,819 loans. Massachusetts only: 290,131 parcels and 80,448 recorded sales. City of Boston only: 201,288 permits. Ownership is Massachusetts only, structurally, because HUD publishes a management agent and never an owner. AN EMPTY RESULT USUALLY MEANS A COVERAGE GAP RATHER THAN AN EMPTY MARKET, and this server tries hard to tell you which: unknown inputs are refused with the accepted values rather than answered with an empty list, and call dfx_coverage before concluding anything is absent. START: what_can_dfx_answer with a plain-language objective if you are unsure, resolve_address if you have an address, or changes_since with no cursor to begin watching for updates. Full schemas, example responses and the stated gaps: https://dfxintel.com/ai/real-estate-mcp
Known tools 7
resolve_addressTurn a street address into canonical DFX object ids, with the match basis and any ambiguity stated.
Inferred read-onlyresolve_organizationTurn an owner, manager, lender or servicer name into canonical DFX entity ids.
Inferred read-onlyget_property_recordGiven a DFX id from resolve_address, return current state, dated events, ownership and management relationships, debt with maturity dates and maturity basis, recorded sales with consideration plus registry book and page, and the provenance of each.
Inferred read-onlysearch_property_eventsDated events over US properties and parcels, with provenance and a headline you can show a person.
Inferred read-onlywhat_can_dfx_answerDescribe an objective in natural language and get back whether DFX can help, which tool to call, the arguments to call it with, and a free sample of the result.
Inferred read-onlychanges_sincePoll for what is NEW to you, ordered by when DFX learned it rather than by when it happened.
Inferred read-onlydfx_coverageMeasured coverage, served sources, object types and the known gaps stated plainly, including where geography is a single state and where nothing carries a calibrated probability.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dfx-real-estate]
url = "https://exchange-production-9123.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dfx-real-estate": {
"type": "http",
"url": "https://exchange-production-9123.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dfx-real-estate
Remote MCP URL: https://exchange-production-9123.up.railway.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dfx-real-estate": {
"url": "https://exchange-production-9123.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dfx-real-estate": {
"type": "http",
"url": "https://exchange-production-9123.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dfx-real-estate",
"transport": "streamable-http",
"url": "https://exchange-production-9123.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for railway.app was fetched 2026-08-25T20:04:34.605Z.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.