mcp-server
M
mcp-server
/list_products

list products

List B2Bware products with optional filters and pagination. Use this for full catalogue browsing — supports 23.000+ products via pagination. To browse products

liveunknown~5s typical
mcpmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-b2bware-mcp-server /list_products for me.

Input

FieldTypeDescription
per_pagenumberResults per page (default 12)
pagenumberPage number (default 1)
sortstringSort field. Prefix with - for descending, e.g. "-_created_at"
languagestringContent language, e.g. "de"
includestringComma-separated includes: mainMedia, price, finalPrice, specialPrice, translation, categor
brand_idnumberFilter by brand (attribute_value id from list_brands)
brand_idsarrayFilter by multiple brand ids
attribute_filtersarrayAdvanced attribute filters (maps to filter[attribute] on ProductHub)
product_typestringFilter by product type, e.g. "simple" or "configurable"
exclude_configurablebooleanIf true, exclude configurable parent products (default false)
anchor_category_idnumberFilter by category and all its descendant categories (category tree). Use category ID.
category_idnumberFilter by exact category ID only (no descendants).
exclude_child_productsbooleanIf true, exclude child variation products (show only standalone and parent products).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-b2bware-mcp-server","endpoint":"/list_products","input":{}}'
cli
npx cracked-ai run -p mcp-com-b2bware-mcp-server -e /list_products -i '{}'
mcp
run_tool({ provider: "mcp-com-b2bware-mcp-server", endpoint: "/list_products", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.