MCP server exposing 4 tools for reverb.
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/reverb/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
reverb_search — Search live Reverb.com listings for musical gear — guitars, amps, pedals, synths, drums, pro audio. Returns asking prices with make, model, year, finish, condition grade and seller, filterable by category, price band, year range, condition, make and region. Prices are what sellers ARE ASKING, not what anything sold for: Reverb retired its public Price Guide, so no realized-sale data is available from this source.reverb_listing — One Reverb.com listing in full, by listing ID: title, make, model, year, finish, condition, seller description, asking and buyer price, offer/inventory state, categories, photos and shipping rates by region. The price is the seller's asking price on a live listing.reverb_shop — Reverb.com seller profile by shop slug: shop name, location, feedback count and rating, preferred-seller status, return policy and shipping posture. Answers "who is this seller and what is their track record" for a listing found via reverb_search.reverb_categories — The Reverb.com category tree — root product types (electric guitars, effects and pedals, amps, keyboards and synths, drums, pro audio, folk instruments) and their sub-categories, with the slugs and UUIDs used by the product_type and category filters on reverb_search.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/reverb/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io