Single-tenant MCP server wrapping the ATTOM Property Data API. Property profiles, AVMs, sales history, assessments, comparables, school + neighborhood data, and more — 47 tools across the full ATTOM endpoint surface.
https://attom.nlma.io/mcpATTOM. Remote MCP server URL: https://attom.nlma.io/mcp.ATTOM. MCP Server URL: https://attom.nlma.io/mcp. Authentication: OAuth.claude mcp add --transport http attom https://attom.nlma.io/mcp
On first tool invocation, Claude Code opens the OAuth flow in your browser.
Edit claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"attom": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://attom.nlma.io/mcp"
]
}
}
}
mcp-remote bridges the HTTP transport to Claude Desktop's stdio and handles the OAuth flow. Restart Claude Desktop after editing.
Create .vscode/mcp.json in your workspace:
{
"servers": {
"attom": {
"type": "http",
"url": "https://attom.nlma.io/mcp"
}
}
}
| Category | Endpoints | Use case |
|---|---|---|
| Property | 14 | Address lookup, basic / expanded profile, building permits, sales history |
| Sale | 6 | Details, history, comparables, trends |
| Valuation | 6 | AI-AVM, home equity, rental AVM |
| Assessment | 3 | Tax, owner of record, mortgage |
| Area & location | 8 | Boundaries, hierarchy, CBSA |
| POI | 2 | Points of interest within radius |
| Community | 1 | Crime, demographics, education, weather, commute |
| School | 3 | School profiles, districts, attendance |
| Event | 2 | Property events & snapshots |
| Utility | 3 | Field defs, noise scores, preforeclosure |
Source: nkbud/mcp-server-attom (FIDUM fork). Stack: Python · FastMCP 3.x · OAuth 2.1 (DCR + PKCE) · 24h TTL cache.