Troostwijk Auctions MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Troostwijk Auctions MCPShow me sold price comps for CNC lathes from closed auctions."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Troostwijk Auctions
European industrial equipment, vehicles, real estate and bankruptcy/ insolvency liquidation auction lots from troostwijkauctions.com — covering NL/DE/BE/UK/PL/RO/IT and more.
Part of Pipeworx — an MCP gateway connecting AI agents to 1576+ live data sources.
Tools
Tool | What it returns |
| The full category tree (industrial equipment, vehicles, real estate, construction, metalworking, woodworking, transport, etc.) with the |
| Currently-open lots in one category: live current bid, bid count, location, close time. |
| Full detail for one lot within its auction: auction description, current/final bid, sale outcome, location. |
| Realized sale-price comps from recently-closed auctions — see below for how the closed-lot price question was resolved. |
Related MCP server: mcp-gov-auctions
The closed-lot hammer-price question — resolved
Verified live 2026-09-13 against real closed auctions:
biddingStatus: "BIDDING_CLOSED"+saleTermofCLOSED_RESERVE_PRICE_ALLOCATEDorGUARANTEED_SALE_CLOSEDmeans the lot sold, andcurrentBidAmountis the real hammer price (sample: "Genelec HPW-100 T5 INS 50HZ Stroomgenerator", 42 bids, sold for EUR 5,500.00).saleTerm: "UNSOLD"or"CLOSED_RESERVE_PRICE_ALLOCATION_DECLINED"means it did not sell —currentBidAmountthere is the highest bid received (or reserve floor), not a sale price.saleTerm: "CLOSED_RESERVE_PRICE_ALLOCATION_PENDING"means bidding closed but the seller has not yet accepted or declined — outcome unknown.
troostwijk_sold_comps returns only the first category (real, allocated
sales) by default, with every row's outcome field stated explicitly. It
never reports a pending or declined bid amount as a sale price.
Locale
Requesting under /en/... with any locale's slug — even the native Dutch
one from troostwijk_categories — 307-redirects to the canonical English
URL, and fetch() follows it transparently. Category names and templated lot
titles (tractors, cars, etc.) come back in English this way. Free-text
auction/lot titles written by the seller (estate-sale and liquidation-lot
names) are not translated and stay in the source country's language —
expect Dutch/German/Polish/Romanian text mixed into results.
Auth
None. Keyless, no login required to browse.
Data sources
troostwijkauctions.com/en/c/{category_path}— category browse pages;pageProps.lotsData.resultsin the page's__NEXT_DATA__blob.troostwijkauctions.com/en/a/{auction_slug}— auction detail pages;pageProps.lots.results(works for both single-lot and multi-lot auctions).troostwijkauctions.com/en/auctions?auctionBiddingStatuses=BIDDING_CLOSED— the closed-auctions listingtroostwijk_sold_compsscans.
robots.txt
Disallows only query-param SEARCH URLs (*search*, *categoryLevel=*,
*totalSize=*, *countries=*, *brands=*, *auctions=*, *amounts=*) —
category and lot/auction pages are unrestricted. Per Bruce's 2026-09-01
ruling, a Disallow on content already served without credentials is not a
blocker; this pack does use the countries= filter param since the
underlying data is public either way, but never touches the actual
/search path (category browsing serves the same tools without it).
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"troostwijk": {
"url": "https://gateway.pipeworx.io/troostwijk/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/troostwijk/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1576+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Standalone (no gateway account)
This package also runs as a local stdio MCP server — no Pipeworx account, no gateway round-trip:
{
"mcpServers": {
"troostwijk": {
"command": "npx",
"args": ["-y", "@pipeworx/mcp-troostwijk"]
}
}
}Or run it directly to confirm it starts:
npx -y @pipeworx/mcp-troostwijkIt speaks MCP over stdin/stdout and answers initialize/tools/list/tools/call
for only this pack's tools — none of the shared meta-tools the gateway
connection above adds. Same source, same tools, no ask_pipeworx routing.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Troostwijk data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Search real estate auction properties across Europe with filtering by country, price, and ROI.
Spanish public property auctions (judicial, AEAT, Social Security): daily data and risk flags.
Search public procurement notices from 17 sources across Germany, the EU and the UK. Read-only.
Search EU public tenders across TED and 8 national portals. Monitor, match, and analyse procurement.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables search and analysis of European public procurement tenders, including EU above-threshold (TED) and below-threshold from 11 national sources, with hybrid search and filtering.MIT
- AlicenseNot gradedqualityBmaintenanceProvides access to government auctions data for physical-asset auctions including surplus, seized, and forfeited items. Designed for AI agents to query and retrieve auction information via natural language.5 npmMIT
- AlicenseNot gradedqualityAmaintenanceMCP server for Spain's official BOE auction portal: search judicial foreclosures, notarial and tax-agency auctions, get consolidated per-auction detail (assets, lots, bids, authority contacts) and computed legal thresholds (art. 671 LEC). Clean JSON, GDPR-safe, no headless browser.2AGPL 3.0
- AlicenseAqualityFmaintenanceEnables searching for EU public-procurement tenders, analyzing cross-border risk, and understanding tender details through tools for CPV code lookup, EU threshold checks, red-flag scanning, and SME fit scoring.7MIT