Troostwijk

live Reference

Troostwijk Auctions MCP — European industrial + insolvency liquidation

4 tools
0ms auth
free tier 50 calls/day

Tools

troostwijk_categories

List Troostwijk Auctions' category tree (industrial equipment, vehicles, real estate, construction, metalworking, woodworking, transport and more) with the category_path each one needs for troostwijk_

No parameters required.

Try it
troostwijk_search_lots

Browse CURRENTLY-OPEN lots in one Troostwijk Auctions category — European industrial equipment, vehicles, real estate and bankruptcy/insolvency liquidations across NL/DE/BE/UK/PL/RO/IT and more. Retur

No parameters required.

Try it
troostwijk_lot_detail

Full detail for one Troostwijk lot within its auction: auction description, current/final bid, sale outcome, bid count, location. auction_slug comes from a search/sold-comps result url (the part after

No parameters required.

Try it
troostwijk_sold_comps

Realized sale-price comps from Troostwijk Auctions' recently-closed auctions. VERIFIED: closed lots with saleTerm CLOSED_RESERVE_PRICE_ALLOCATED or GUARANTEED_SALE_CLOSED carry a real hammer price in

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/troostwijk/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/troostwijk/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"troostwijk_categories","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("troostwijk_categories", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("troostwijk auctions mcp — european industrial + insolvency liquidation");