M
mcp-server
/search_products
search products
Search B2Bware products by name, SKU, EAN/GTIN, or category name. Returns a merged, deduplicated list (max ~100 results). For full catalogue browsing or large r
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 /search_products for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Search term (partial match supported) |
| per_page | number | Results per page (default 12, max 50) |
| page | number | Page number (default 1) |
| language | string | Content language code, e.g. "de" (optional) |
| exclude_configurable | boolean | If true, exclude configurable parent products (default false) |
| brand_id | number | |
| brand_ids | array | |
| include | string | Comma-separated includes; add brand for brand block on each product |
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":"/search_products","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-com-b2bware-mcp-server -e /search_products -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-com-b2bware-mcp-server", endpoint: "/search_products", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.