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
| Field | Type | Description |
|---|---|---|
| per_page | number | Results per page (default 12) |
| page | number | Page number (default 1) |
| sort | string | Sort field. Prefix with - for descending, e.g. "-_created_at" |
| language | string | Content language, e.g. "de" |
| include | string | Comma-separated includes: mainMedia, price, finalPrice, specialPrice, translation, categor |
| brand_id | number | Filter by brand (attribute_value id from list_brands) |
| brand_ids | array | Filter by multiple brand ids |
| attribute_filters | array | Advanced attribute filters (maps to filter[attribute] on ProductHub) |
| product_type | string | Filter by product type, e.g. "simple" or "configurable" |
| exclude_configurable | boolean | If true, exclude configurable parent products (default false) |
| anchor_category_id | number | Filter by category and all its descendant categories (category tree). Use category ID. |
| category_id | number | Filter by exact category ID only (no descendants). |
| exclude_child_products | boolean | If 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.