# EstateTrace Pre-Probate Intelligence [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/palunallc/mcp-server-estatetrace  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/estatetrace-pre-probate-intelligence

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

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "estatetrace-pre-probate-intelligence": {
    "command": "npx",
    "args": ["-y","@smithery/cli"]
  }
}
```

## Documentation & README

# 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

| Tool | Description |
| :--- | :--- |
| `estatetrace_a2a_inventory` | Query available candidate pre-probate signals by state, county, city, zip code, equity spread, or distress tier. |
| `estatetrace_search_signals` | High-level signal discovery across metro counties. |
| `estatetrace_a2a_checkout` | Initiate machine checkout for selected leads. Returns HTTP 402 with Base L2 USDC payment instructions and 120s reservation lock. |
| `estatetrace_a2a_settle` | Submit on-chain Base L2 `tx_hash` to verify settlement and receive unblurred lead record with heir skip-trace data. |
| `estatetrace_a2a_status` | Check 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`:

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

### Option 2: Smithery (Automated Install)

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

### Option 3: Docker Run

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

---

## 🧪 Local Development

```bash
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](https://github.com/palunallc/mcp-server-estatetrace/blob/HEAD/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.

