reverb_listing

Pack: reverb · Endpoint: https://gateway.pipeworx.io/reverb/mcp

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.

Parameters

NameTypeRequiredDescription
listing_idnumberyesReverb listing ID, e.g. 98282577 (the id from reverb_search)

Example call

Arguments

{
  "listing_id": 98282577
}

curl

curl -X POST https://gateway.pipeworx.io/reverb/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"reverb_listing","arguments":{"listing_id":98282577}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('reverb_listing', {
  "listing_id": 98282577
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "reverb": {
      "url": "https://gateway.pipeworx.io/reverb/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 5, 2026