Attom

live Real EstateData

ATTOM MCP — Premium real estate data from ATTOM Data Solutions

8 tools
0ms auth
free tier 50 calls/day

Tools

attom_property_detail

Get full property characteristics by address — lot size, square footage, bedrooms, bathrooms, year built, construction type, heating/cooling, and more.

No parameters required.

Try it
attom_sales_history

Get complete sales history for a property (up to 10 years) — sale dates, prices, deed types, seller/buyer info.

No parameters required.

Try it
attom_avm

Get automated valuation (AVM) for a property — estimated market value, confidence score, value range (low/high).

No parameters required.

Try it
attom_assessment

Get property tax assessment details — assessed value, market value, tax amount, tax year, and assessment history.

No parameters required.

Try it
attom_sales_trend

Get market sales trends by ZIP code — average/median sale price, volume, and price changes over time.

No parameters required.

Try it
attom_rental_avm

Get rental property AVM — estimated monthly rent, rental yield, and rental value range.

No parameters required.

Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/attom/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
curl -X POST https://gateway.pipeworx.io/attom/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"attom_property_detail","arguments":{}}}'

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("attom_property_detail", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("attom mcp — premium real estate data from attom data solutions");

Related compound tools

These combine Attom with other data sources in a single call:

Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs

7 tools — housing_market_snapshot, housing_property_report, housing_rental_analysis, housing_affordability_check, housing_employment_outlook, housing_signal_scan, housing_mortgage_history

Related packs

Other Pipeworx packs in the same categories (Real Estate, Data):