reverb_shop

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

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.

Parameters

NameTypeRequiredDescription
shop_slugstringyesShop slug, e.g. “guitar-sauce-italy” (the shop_slug from reverb_search)

Example call

Arguments

{
  "shop_slug": "guitar-sauce-italy"
}

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_shop","arguments":{"shop_slug":"guitar-sauce-italy"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('reverb_shop', {
  "shop_slug": "guitar-sauce-italy"
});

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