BatchData MCP (Real Estate & Contact Data)
Real Estate & Contact Enrichment Data MCP
Ads
Overview
1 Introduction 2 Authentication Methods 2.1 OAuth Authentication (Recommended)) 2.2 API Token Authentication (Alternative)) 3 Future Enhancement: OAuth Access Control (Coming Soon)) 4 OAuth Setup (Recommended)) 4.1 Prerequisites 4.2 Claude Setup (Desktop, Web & Mobile)) 4.2.1 Step 1: Add the BatchData Connector 4.2.2 Step 2: Authenticate 4.2.3 Step 3: Enable the Connector 4.2.4 Step 4: Approve Initial Tool Use 4.2.5 Using on Mobile 4.2.6 Subsequent Connections 4.3 Cursor Setup 4.4 Claude Code Setup 4.5 ChatGPT Setup (Developer Mode)) 4.5.1 Prerequisites 4.5.2 Step 1: Enable Developer Mode 4.5.3 Step 2: Create the BatchData Connector 4.5.4 Step 3: Authenticate 4.5.5 Using BatchData Tools in ChatGPT 4.5.6 Managing the Connection 4.6 Verification 5 API Token Setup (Alternative)) 5.1 Prerequisites 5.2 Claude Desktop Setup with API Token 5.2.1 Step 1: Install Node.js 22 5.2.2 Step 2: Configure Claude Desktop 5.3 Custom MCP Client Setup 6 Migrating from API Token to OAuth 6.1 Claude Desktop
Installation
/Users/YOUR_USERNAME/.volta/bin/npx -y mcp-remote https://mcp.batchdata.com --header Authorization:${AUTH_HEADER}Configuration
{
"mcpServers": {
"BatchData": {
"command": "/Users/YOUR_USERNAME/.volta/bin/npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.batchdata.com",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_API_TOKEN_HERE"
}
}
}
}Capabilities
- Look up property details
Retrieve full property information by address, parcel number, or ID using `lookup_property`.
- Find comparable properties
Get counts, previews, or paginated details of comparable properties with `comparable_property_count`, `comparable_property_preview`, and `comparable_property_page`.
- Search for properties
Discover properties matching criteria like vacancy status or location, with count, preview, and paginated access via `search_properties_count`, `search_properties_preview`, and `search_properties_page`.
- Skip trace property owners
Obtain owner names and contact information for a given property address or parcel number with `skip_trace_property`.
- Verify and standardize addresses
Validate addresses to USPS standards, geocode an address to coordinates, or reverse geocode coordinates to an address using `verify_address`, `geocode_address`, and `reverse_geocode_address`.
- Verify phone numbers
Check a phone's reachability, carrier, DNC status, and TCPA litigator status with `verify_phone`, `check_dnc_status`, or `check_tcpa_status`.
Tags
- real-estate
- crm
- data-analysis
- search
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.