EstateTrace Pre-Probate Intelligence
Pre-probate and inheritance real estate intelligence with Base L2 USDC settlement.
Open source Repository Open in the app JSON README (API)
About
Pre-probate and inheritance real estate intelligence with Base L2 USDC settlement.
Details
- Kind
- MCP servers
- Topic
- Finance & crypto
- Publisher
- palunallc
- Origin
- official
- Category
- ferramentas
- Transport
- sse
- Version
- 1.0.0
- Last push
- 2026-09-04T14:49:23Z
- Repository state
- ativo
- Language
- Python
- License
- MIT
- Added
- 2026-09-04 15:00:38
- Updated
- 2026-09-04 15:00:38
- Origin id
io.github.palunallc/estatetrace-mcp
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](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.