Connects Claude to ATTOM Data Solutions' real estate APIs through the Pipeworx gateway. The server doesn't list specific tools in the docs, but ATTOM typically provides property details, valuations, sales histories, and neighborhood data. You can either call tools directly once configured or use the ask_pipeworx helper to query in plain English and let the gateway route to the right endpoint. Requires adding the gateway URL to your MCP config. Part of Pipeworx's broader platform that bundles 673+ data sources, so you can connect to just ATTOM or grab the full gateway for access to everything at once.
ATTOM MCP — Premium real estate data from ATTOM Data Solutions
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"attom": {
"url": "https://gateway.pipeworx.io/attom/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Attom data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json