Labsco
MCP SERVER

BatchData MCP Server

by BatchData

BatchData's own remote server for US property records — comps, owner skip tracing and phone compliance checks, connected by URL.

Real Estate & Property
Summary
Count first, page later — a wide data set made conversational.

This is the vendor's own server, and its shape follows how the underlying API is actually used: ask for a count, glance at a preview, then page through the detail. That means an agent can size a property question before it drags the full answer into context, which is what makes a data set this wide usable in a conversation at all.

What it is

A hosted endpoint at https://mcp.batchdata.com that you connect to as a remote server over Streamable HTTP; there is nothing to install. It covers the work the BatchData API is used for — property lookup, comparables, criteria search, owner skip tracing, phone compliance and address processing — and each of the heavy result sets is offered three ways, as a count, a short preview, or full paginated detail.

What you get
  • A property's detail by address, ID or parcel number
  • Comparable properties as a count with aggregate metrics, a short preview, or paginated full detail by offset or cursor
  • Property search by criteria the same three ways, with quicklist breakdowns on the count
  • Owner and contact information for a property, by address or parcel number
  • Phone verification covering reachability, carrier, Do Not Call status and TCPA litigator status
  • Do Not Call and TCPA litigator checks on their own, when that is all you need
  • Addresses standardised to USPS form, geocoded to coordinates, or reverse-geocoded back from them
Requirements

A BatchData account. OAuth is the vendor's recommended route — a browser login by email or Google, tokens that refresh themselves and a connector that follows you to mobile — and needs no configuration beyond the server URL. The alternative is a bearer API token from the BatchData web app, bridged through mcp-remote, which wants Node.js 22 because the bundled runtime in some clients is older. Two things stop people at the door: in Claude a connector you have just added stays off until you toggle it on from the chat's connector list, and skip tracing has to be switched on for your team by an admin before it returns anything. One older tool, comparable_property, is marked deprecated — it returns every comparable at once, and the count, preview and page trio replaces it.

Setup effort

One command plus a key — claude mcp add BatchData --url https://mcp.batchdata.com, then supply credentials