realestateapi_skip_trace

Pack: realestateapi · Endpoint: https://gateway.pipeworx.io/realestateapi/mcp

Skip-trace owner contact info for an address — returns the owner name plus phone numbers and emails. Regulated PII: pure passthrough, nothing is stored. Example: realestateapi_skip_trace({ address: “123 Main St, Austin, TX 78701”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
addressstringyesFull property/mailing address to trace
first_namestringnoOwner first name (optional, improves match)
last_namestringnoOwner last name (optional, improves match)
_apiKeystringyesRealEstateAPI key from realestateapi.com

Example call

curl -X POST https://gateway.pipeworx.io/realestateapi/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"realestateapi_skip_trace","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "realestateapi": {
      "url": "https://gateway.pipeworx.io/realestateapi/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 2, 2026