MCP server exposing 2 tools for phillips.
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/phillips/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
phillips_results_search — Look up realized prices for an artist or maker in Phillips' past-auction results. Returns that maker's most recent past lots with the realized price (hammer plus buyer's premium), the estimate range it sold against, currency, lot and sale number, saleroom, department and sale date. Phillips' keyword search is closed to crawlers, so this resolves the maker by NAME against Phillips' own artist index and reads their artist page — which means results are per-maker, and cover the 24 most recent past lots of the (reported) total. Optionally narrow by category/department, e.g. "jewels", "watches", "editions", "photographs", "design".phillips_lot_details — Full detail for one Phillips lot: work title, maker, lot number, realized price (hammer plus buyer's premium), hammer price, estimate range, currency, the sale it appeared in and its date, plus the catalogue image. Takes the `lot_id` from phillips_results_search.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/phillips/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io