BatchData MCP Server
@zellerhaus
About BatchData MCP Server
Model Context Protocol (MCP) server for BatchData.io property and address APIs - Real estate data integration for Claude and other AI assistants
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"batchdata": {
"command": "node",
"args": [
"/path/to/batchdata-mcp-real-estate/batchdata_mcp_server.js"
],
"env": {
"BATCHDATA_API_KEY": "your_api_key_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is BatchData MCP Server?
It is an MCP server that integrates with BatchData.io’s property and address APIs, providing access to property data, address verification, skip tracing, geocoding, and advanced property search. It is designed for real estate professionals and developers who want to query property information through Claude.
How to use BatchData MCP Server?
Clone the repository, install dependencies with npm install, set your BATCHDATA_API_KEY in a .env file, then build with npm run build. Configure Claude Desktop by adding a batchdata entry to your claude_desktop_config.json pointing to the built JavaScript file and including your API key. Once configured, you can use tools such as verify-address, geocode-address, lookup-property, search-properties, and count-properties.
Key features of BatchData MCP Server
- USPS address verification and standardization
- Intelligent address autocomplete suggestions
- Geocode addresses to latitude/longitude coordinates
- Reverse geocode coordinates to addresses
- Detailed property lookup by address or APN
- Advanced filtered property search
- Geographic boundary searches (bounding box / radius)
- Lightweight property count queries
Use cases of BatchData MCP Server
- Count single‑family homes in a city within a price range
- Find comparable properties near a given address
- Verify and standardize a mailing address
- Convert address to coordinates for mapping
- Search properties by custom filters and boundaries
FAQ from BatchData MCP Server
How do I get an API key for BatchData?
Sign in to app.batchdata.com and obtain your API key from the Settings page, or register for a new account.
What are the API rate limits?
Address Verification supports up to 5,000 requests (1,000 recommended per batch), Address Geocoding up to 90 (75 recommended), Property Search up to 1,000, and Property Lookup follows standard API limits.
What dependencies does the server require?
It requires Node.js, the @modelcontextprotocol/sdk, zod, dotenv, TypeScript, and @types/node. These are installed via npm install.
Where does property data come from?
All property and address data is retrieved from the BatchData.io API services in real time.
How do I report issues or get support?
Open an issue on the GitHub Issues page or refer to the BatchData API documentation at developer.batchdata.com.
Frequently asked questions
How do I get an API key for BatchData?
Sign in to [app.batchdata.com](https://app.batchdata.com) and obtain your API key from the Settings page, or register for a new account.
What are the API rate limits?
Address Verification supports up to 5,000 requests (1,000 recommended per batch), Address Geocoding up to 90 (75 recommended), Property Search up to 1,000, and Property Lookup follows standard API limits.
What dependencies does the server require?
It requires Node.js, the `@modelcontextprotocol/sdk`, `zod`, `dotenv`, TypeScript, and `@types/node`. These are installed via `npm install`.
Where does property data come from?
All property and address data is retrieved from the BatchData.io API services in real time.
How do I report issues or get support?
Open an issue on the [GitHub Issues page](https://github.com/zellerhaus/batchdata-mcp-real-estate/issues) or refer to the BatchData API documentation at [developer.batchdata.com](https://developer.batchdata.com/).
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments