MCP.so
登录

BatchData MCP Server

@zellerhaus

关于 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

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

zellerhaus

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "batchdata": {
      "command": "node",
      "args": [
        "/path/to/batchdata-mcp-real-estate/batchdata_mcp_server.js"
      ],
      "env": {
        "BATCHDATA_API_KEY": "your_api_key_here"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器