batchdata_property_lookup

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

Look up full property attributes (owner, building characteristics, valuation, sale/tax history) for one or more known addresses. Requires a BatchData API token via _apiKey. Example: batchdata_property_lookup({ street: “1011 Rosegold St”, city: “Franklin Square”, state: “NY”, zip: “11010”, _apiKey: “your-token” })

Parameters

NameTypeRequiredDescription
requestsarraynoOptional: batch of address requests. Each item is { propertyAddress: { street, city, state, zip } }. If omitted, the top-level street/city/state/zip are used as a single request.
propertyAddressunknownno
itemsobjectno
_apiKeystringyesBatchData API token (create one at https://app.batchdata.com)

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026