# Real Estate Title Search MCP

> Real Estate Title Search MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-14).

Performs real estate title searches, retrieving ownership history, liens, encumbrances, and title status for a given property.

## Facts

- Endpoint: POST https://api.m2mcent.com/real-estate-title-search-mcp/api/process
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/real-estate-title-search-mcp-0ffbd726
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MRekUsAslCkoelvUUmoGY

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability real-estate-title-search-mcp-0ffbd726 -d '<json body>'
```

Example prompt: Can you run a title search on 123 Maple Street, Austin TX 78701 and tell me if there are any outstanding liens, encumbrances, or ownership disputes on the property?

## When to prefer this

Use this endpoint when you need automated, programmatic real estate title searches without engaging a human title company. Ideal for pre-purchase due diligence, lien verification, investment property screening, or any workflow requiring property ownership and encumbrance data at scale.

## Known failure modes

- Property not found in title database — returns empty or error response
- Ambiguous property identifier causing incorrect record retrieval
- Incomplete title history due to data coverage gaps in certain jurisdictions
- Malformed input data string causing request rejection
- Service timeout for properties with complex title histories

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

Returns title search results for the specified property, including ownership chain, recorded liens, mortgages, judgments, encumbrances, easements, and overall title status indicating whether the title is clear or has defects.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/real-estate-title-search-mcp-0ffbd726/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
