mcp-server-estatetrace

palunallc/mcp-server-estatetrace
★ 0 stars Python AI/LLM Updated 2d ago
Official Model Context Protocol (MCP) server for EstateTrace. Enables Claude Desktop, Cursor, and autonomous AI agents to discover, score, and acquire exclusive off-market pre-probate and inheritance property signals before court filings. Features 1-buyer exclusivity, zero PII at rest, and Base L2 USDC machine settlement.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-estatetra": {
      "command": "uvx",
      "args": [
        "mcp-server-estatetrace"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-estatetrace