ATTOM API MCP Server
About
The ATTOM API MCP Server is an MCP (Model Context Protocol) server that acts as middleware, exposing ATTOM API endpoints for real estate data as MCP tools. It allows AI agents to access property data, valuations, assessments, and sales information via the MCP protocol.
Details
- Author
- nkbud
- GitHub stars
- 2
- Downloads
- 267
- Categories
- Developer Tools
Jump to
- MCP interface for ATTOM API endpoints
- Comprehensive API coverage with 55+ endpoints
- Structured error handling and logging
- Configurable via environment variables
- Packaged as a Python CLI tool for easy deployment
- Supports multiple property identification methods (AttomID, address, FIPS+APN)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ATTOM API MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install it via uvx (recommended) or uv tool install. Configure with an ATTOM_API_KEY environment variable. Then integrate with MCP clients like Claude Desktop by adding the server configuration to the client’s MCP settings. Use tools such as property_detail by passing identification parameters like attom_id or address.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"attom api mcp server": {
"mcp-server-attom": {
"command": "uvx",
"args": [
"mcp-server-attom",
"--help"
]
}
}
}
}
McpServers
{
"mcp-server-attom": {
"command": "uvx",
"args": [
"mcp-server-attom",
"--help"
]
}
}
ATTOM API MCP Server
An MCP server for the ATTOM API, providing real estate data via the MCP protocol. This server acts as middleware, exposing the ATTOM API endpoints as MCP tools that can be used by AI agents.
Features
- MCP interface for ATTOM API endpoints
- Comprehensive API coverage for property data, valuations, assessments, and sales
- Structured error handling and logging
- Configurable via environment variables
- Packaged as a Python CLI tool for easy deployment
Prerequisites
- Python 3.11 or higher
- uv for dependency management
- An ATTOM API key
Installation
Using UVX (Recommended)
The easiest way to install and run the ATTOM API MCP Server is via uvx:
uvx mcp-server-attom --help
This will download and run the tool directly without requiring a permanent installation.
To install it permanently:
uv tool install mcp-server-attom
Local Development
1. Clone this repository:
git clone https://github.com/nkbud/mcp-server-attom.git
cd mcp-server-attom
2. Install dependencies:
uv sync --locked --all-extras --dev
3. Create a .env file with your ATTOM API key:
```bash
cp .env.example .env
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





