estatesales_sale

Pack: estatesales-net · Endpoint: https://gateway.pipeworx.io/estatesales-net/mcp

One EstateSales.NET sale in full, by sale ID: name, description, terms, sale type, every scheduled date/time, coordinates, picture count, and the company or seller running it with their phone and page. The street address is included only once EstateSales.NET has published it — estate sales are usually at a private home and the site holds the address back until shortly before the sale.

Parameters

NameTypeRequiredDescription
sale_idnumberyesEstateSales.NET sale ID, e.g. 5065767 (the id from estatesales_search)

Example call

Arguments

{
  "sale_id": 5065767
}

curl

curl -X POST https://gateway.pipeworx.io/estatesales-net/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"estatesales_sale","arguments":{"sale_id":5065767}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('estatesales_sale', {
  "sale_id": 5065767
});

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build September 5, 2026