Odel
EstateTrace Pre-Probate Intelligence

EstateTrace Pre-Probate Intelligence

@palunallcPythonMITUpdated 2 days ago

Pre-probate and inheritance real estate intelligence with Base L2 USDC settlement.

Server endpointSSENo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

EstateTrace MCP Server

Official Model Context Protocol (MCP) server for EstateTrace — the real-time pre-probate and inheritance property intelligence engine operated by Pa Luna Data Services LLC.

Enables Claude Desktop, Cursor, OpenClaw, and autonomous AI swarms to discover, evaluate, and acquire exclusive off-market distressed property signals before formal probate court filings occur.


⚡ Core Value Proposition

  • 30–90 Day Signal Window: Detects distressed pre-probate opportunities before probate court filings and public list saturation.
  • True 1-Buyer Exclusivity: Every purchased lead is permanently locked and retired. No shared leads.
  • Zero-PII-at-Rest: Unsold inventory stores no living heir PII. Living heir intelligence is resolved just-in-time (JIT) post-settlement and delivered ephemerally.
  • Autonomous Settlement: Base L2 USDC micropayments via HTTP 402 machine commerce standard.
  • 44-State Compliance: Operates across 44 U.S. states and Washington D.C. (Excludes CA, OR, WA, CT, NJ, MD).

🛠️ Available MCP Tools

ToolDescription
estatetrace_a2a_inventoryQuery available candidate pre-probate signals by state, county, city, zip code, equity spread, or distress tier.
estatetrace_search_signalsHigh-level signal discovery across metro counties.
estatetrace_a2a_checkoutInitiate machine checkout for selected leads. Returns HTTP 402 with Base L2 USDC payment instructions and 120s reservation lock.
estatetrace_a2a_settleSubmit on-chain Base L2 tx_hash to verify settlement and receive unblurred lead record with heir skip-trace data.
estatetrace_a2a_statusCheck the status of an existing reservation lock or settlement charge.

🚀 Installation & Setup

Option 1: Claude Desktop (Recommended)

Add the following to your claude_desktop_config.json:

{
  "mcpServers": {
    "estatetrace": {
      "command": "python3",
      "args": ["-m", "mcp_server"],
      "env": {
        "ESTATETRACE_API_URL": "https://api.estatetrace.ai"
      }
    }
  }
}

Option 2: Smithery (Automated Install)

npx -y @smithery/cli install @palunallc/mcp-server-estatetrace --client claude

Option 3: Docker Run

docker build -t estatetrace-mcp .
docker run -i --rm estatetrace-mcp

🧪 Local Development

git clone https://github.com/palunallc/mcp-server-estatetrace.git
cd mcp-server-estatetrace
pip install -r requirements.txt
python mcp_server.py

📄 License & Legal

  • Software License: MIT License. See LICENSE for details.
  • Data Provider: Pa Luna Data Services LLC.
  • Terms & Compliance: Subject to 44-state whitelisting policies. Excluded states (CA, OR, WA, CT, NJ, MD) are rejected by policy.