MCP server exposing 2 tools for sothebys.
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/sothebys/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
sothebys_results_search — Search Sotheby's past-lot archive by artist/maker (or any keyword) and return realized prices: price including buyer's premium, winning (hammer) bid, estimate range, sale name/date/location and department. Covers every Sotheby's sale in the index, not one auction. Defaults to `sale_type: "timed"` (online sales) because those are the ones Sotheby's publishes results for — live-saleroom sales are searchable but their prices are withheld, so a famous evening-sale lot will come back with a null price whatever you do.sothebys_lot_details — Full detail for one Sotheby's lot: catalogue description, provenance, literature, exhibition history, catalogue note, images, estimate range, and the realized price (including buyer's premium) where Sotheby's publishes it. Needs the `lot_id` from sothebys_results_search.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/sothebys/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io