MCP server exposing 2 tools for xome.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/xome/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
xome_search — Browse US residential foreclosure/bank-owned (REO)/short-sale auction listings on xome.com by state (and optional county). Returns property facts (beds/baths/sqft/year built/lot size/occupancy), sale type and auction_status/bid_deadline for every listing on the page — NOT the bid or sale price (call xome_property_detail for that plus the exact sale date and courthouse venue). Sourced from xome.com/auctions/{state}[/{county}].xome_property_detail — Full detail for one Xome foreclosure/REO auction listing: property facts, the exact sale event (date + courthouse venue address), sale terms (buyer's premium, financing, payment method), and the bid/sale PRICE with an explicit status label. VERIFIED live 2026-09-13: for upcoming sales this is an opening-bid estimate or starting bid (often unset); for a closed-but-undecided sale it is the highest bid received (NOT a completed sale); for a confirmed completed sale (including "Sold to Bank", where the foreclosing lender took the property back) it is the real realized sale price. Every response says explicitly which case applies — never treat estimated_or_starting_bid or high_bid_received as a sale price. Get url from xome_search. Sourced from the listing's own page (schema.org JSON-LD plus its embedded Next.js auction-state data).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/xome/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io