Attom
live Real EstateDataATTOM MCP — Premium real estate data from ATTOM Data Solutions
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_property_search Search properties by location with optional filters. Search by postal code or by latitude/longitude with a radius.
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
attom_school_search Search schools near a location — name, type (public/private), grades, distance, and rankings.
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.
curl -X POST https://gateway.pipeworx.io/attom/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' 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.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("attom_property_detail", {}); // 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):