realestateapi_skip_trace
ActiveTool of Realestateapi
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 schema
{
"type": "object",
"required": [
"address",
"_apiKey"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "RealEstateAPI key from realestateapi.com"
},
"address": {
"type": "string",
"description": "Full property/mailing address to trace"
},
"last_name": {
"type": "string",
"description": "Owner last name (optional, improves match)"
},
"first_name": {
"type": "string",
"description": "Owner first name (optional, improves match)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Realestateapi
https://github.com/pipeworx-io/mcp-realestateapi
1/7 registries