reverb_categories

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

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.

Parameters

NameTypeRequiredDescription
root_slugstringnoOptional: return only this root category and its children, e.g. “electric-guitars”

Example call

Arguments

{
  "root_slug": "electric-guitars"
}

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_categories","arguments":{"root_slug":"electric-guitars"}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('reverb_categories', {
  "root_slug": "electric-guitars"
});

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