MCP server exposing 4 tools for troostwijk.
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/troostwijk/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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_search_lots / troostwijk_sold_comps. Sourced from troostwijkauctions.com's own navigation menu.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. Returns live current bid, bid count, location and close time per lot. Get category_path from troostwijk_categories first. Sourced from troostwijkauctions.com/en/c/{category_path}.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 /en/a/); pass display_id to pick a specific lot out of a multi-lot auction (omit for a single-lot auction). Sourced from troostwijkauctions.com/en/a/{auction_slug}.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 current_bid, and this tool returns ONLY those (outcome:"sold") — reserve-not-met, declined and still-pending lots are filtered out, never reported as a price. Scans recently-closed auctions (bounded by max_auctions) and optionally filters by a keyword in the lot title and/or country. Sourced from troostwijkauctions.com/en/auctions?auctionBiddingStatuses=BIDDING_CLOSED plus each matching auction's lot list.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/troostwijk/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io