← dfxintel.com

INDIVIDUAL MCP TOOL

resolve_organization

Turn an owner, manager, lender or servicer name into canonical DFX entity ids.

dfxintel.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://exchange-production-9123.up.railway.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for resolve_organization and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dfxintel.com

CONNECT 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.

Related tools

  • resolve_address — Turn a street address into canonical DFX object ids, with the match basis and any ambiguity stated.
  • get_property_record — Given 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.
  • search_property_events — Dated events over US properties and parcels, with provenance and a headline you can show a person.
  • what_can_dfx_answer — Describe 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.
  • changes_since — Poll for what is NEW to you, ordered by when DFX learned it rather than by when it happened.
  • dfx_coverage — Measured 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.