Skip to main content
Glama

ATTOM — 房地产与不动产数据

ATTOM(原 Onboard)是一家商业房地产数据提供商,覆盖美国 99% 的独户和多户地块。其数据支撑税务记录、估值(AVM)、可比房源、产权历史、社区人口统计以及风险叠加层(洪水、野火)。大多数房地产分析产品都构建在其之上。

属于 Pipeworx 的一部分——一个将 AI 代理连接到 1476+ 个实时数据源的 MCP 网关。

为什么这对 AI 代理很重要

任何关于美国特定房产的信息——其价值、税费、销售历史、所有者、上次成交价——都来自 ATTOM。商业级数据,全国覆盖;竞争性的公共来源(Zillow 公共数据、县评估师网站)覆盖不完整且模式不一致。

常见用例:

  • AVM 查询。 “123 Main St 值多少钱?” → attom_avm({address1, address2}) → 带置信区间的自动估值。

  • 税务历史。 “房产税是多少?” → attom_tax_history → 年度税务评估。

  • 可比房源。 “附近类似的房子卖了多少钱?” → attom_comps

  • 市场背景。 “这个都会区的典型情况如何?” → attom_market_stats

如需一站式综合视图,请使用 Housing Verticalhousing_property_report 复合工具——它整合了 ATTOM AVM + 税务 + Altos 市场 + FEMA 洪水数据。

Related MCP server: mcp-server-attom

认证

ATTOM 是付费商业 API。两种选择:

  1. 自带密钥:直接在 https://api.developer.attomdata.com 获取 ATTOM 密钥,通过 _apiKey 传入:

attom_avm({
  address1: "123 Main St",
  address2: "Denver, CO 80202",
  _apiKey: "your-attom-api-key"
})
  1. Pipeworx Housing Vertical:在 pipeworx.io/account 订阅,Pipeworx 负责处理 ATTOM 关系。无需 _apiKey;调用费用计入您的 Pipeworx 账户。

如果您同时使用 ATTOM 与 FRED、BLS、Altos 和 FEMA,垂直方案更简单——它们都已打包在一起。

覆盖范围与更新频率

  • 覆盖范围:约 1.55 亿个住宅地块,加上主要都会区的商业记录。全国覆盖。

  • 更新节奏:县评估师数据随各县更新其记录而更新(各不相同——大多数每年更新一次,有些更频繁)。AVM 每月重新校准。滞后的是 ATTOM,而不是 Pipeworx。

  • 地址规范化:ATTOM 对地址要求严格。使用 address1 表示街道部分,address2 表示“城市, 州 邮编”——这样最稳定。公寓号、缩写和邮政信箱的行为都有细微差异。

常见陷阱

  • AVM 区间很重要。 没有置信区间的点估计会误导人。始终同时报告两者。ATTOM 提供 valueLow / valueHigh——请将两者都传递给用户。

  • 税务历史不总是当前年份。 各县的更新节奏不同。attom_tax_history 中最近的年份可能落后现实 6–18 个月。

  • 可比房源需要过滤。 默认的 attom_comps 返回地址附近的近期成交,但不过滤相似性。在客户端按面积、卧室数、浴室数和日期范围进行过滤,才能使可比房源有用。

  • 商业与住宅。 大多数 ATTOM 工具默认面向住宅。商业房产有不同的模式;请使用专门的商业端点(或 Housing Vertical 的复合工具,它同时处理两者)。

  • 农村和部落土地。 部分农村县和部落土地存在覆盖缺口。如果看起来有效的地址没有返回匹配结果,该地块可能不在 ATTOM 的覆盖范围内。

快速开始

添加到您的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "attom": {
      "url": "https://gateway.pipeworx.io/attom/mcp"
    }
  }
}

此端点实际提供什么

tools/listhttps://gateway.pipeworx.io/attom/mcp 返回上表中的工具,以及共享的 Pipeworx 元工具——ask_pipeworxdiscover_toolssearch_withinremember/recall 以及其余网关级工具集。因此您看到的工具数量比此表更大:单包端点目前除了包自身的工具外,还列出约 30 个共享工具。连接的 initialize 响应会说明其确切范围,并且是某一天最权威的答案。

这是有意为之,而非意外的多路复用。元工具让受限连接能够回答此包未覆盖的问题——通过 ask_pipeworx,它会在整个目录中路由——而无需您添加第二个 MCP 服务器。目前无法在没有它们的情况下挂载包端点;如果额外的模式比路由的价值消耗更多上下文,请连接一次完整网关,而不是连接多个包端点。

或者连接到完整的 Pipeworx 网关,直接列出所有包的工具,而不仅仅是这一个:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

两个 URL 都到达同一个网关和相同的 1476+ 个数据源。唯一区别是哪个包的工具被直接列出;ask_pipeworx 从两者中的任何一个都能访问所有工具。

与 ask_pipeworx 一起使用

您无需直接调用工具,而是可以用通俗英语提问——这在上面的包端点和完整网关上都可以使用:

ask_pipeworx({ question: "your question about Attom data" })

网关会自动选择正确的工具并填写参数。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Property intelligence API for US real estate. Returns 16+ data points for any US address: noise levels, wetlands, slope, natural light, powerline proximity, crime rates, property facing direction, zoning, public record, radon risk, natural hazards (earthquake, flood, wildfire), neighborhood demographics, falling tree risk, RF/cell tower exposure, and nearby school.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes ATTOM's real estate API as MCP tools, enabling property details, valuations, assessments, sales, and area data via natural language.
    2
  • A
    license
    A
    quality
    D
    maintenance
    Provides US real estate data including housing stats, demographics, nearby amenities, area comparisons, cost-of-living analysis, and neighborhood search via free public APIs without any API keys.
    6
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides comprehensive real estate market intelligence, property valuation, and investment analysis for AI agents. Unifies data from multiple sources like Zillow, Redfin, and public records into a single MCP interface.
    MIT

View all related MCP servers

Related MCP Connectors

  • U.S. real-estate data: property records, AVM value + rent estimates, sale/rental listings.

  • Property Records MCP — address-level US property records (sales history,

  • Zillow for-sale, for-rent and sold listings, and full property details, as structured JSON.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-attom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server