← Back to tools
M

mcp-server

20 endpointslive

B2Bware MCP server — access products, orders and customers from Cursor, Claude, Windsurf and more. (MCP server com.b2bware/mcp-server, aggregated from the official registry)

$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for mcp-server.
EndpointWhat it doesPriceHealth
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$0.0020 per callunknown
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 $0.0020 per callunknown
get product
/get_product
Get full details of a single B2Bware product by ID.$0.0020 per callunknown
list categories
/list_categories
List all B2Bware product categories.$0.0020 per callunknown
get category
/get_category
Get a single B2Bware category by ID.$0.0020 per callunknown
list orders
/list_orders
List B2Bware orders with optional filters, sorting, and pagination. Valid statuses: draft, pending, processing, completed, canceled, invoiced, shipped, paid, re$0.0020 per callunknown
update order status
/update_order_status
Update the status of an existing order. Valid statuses: draft, pending, processing, completed, canceled, invoiced, shipped, paid, refunded, partially_refunded, $0.0020 per callunknown
get order
/get_order
Get full details of a single order including line items.$0.0020 per callunknown
list shipping methods
/list_shipping_methods
List all available shipping methods. Call this before checkout to retrieve valid method IDs required for the checkout call.$0.0020 per callunknown
list billing methods
/list_billing_methods
List all available payment / billing methods. Call this before checkout to retrieve valid method IDs required for the checkout call.$0.0020 per callunknown
preview checkout
/preview_checkout
Preview checkout for a cart: returns calculated totals, shipping, and tax without completing the order. Use before calling checkout to show the customer the fin$0.0020 per callunknown
upsert cart
/upsert_cart
Create or replace cart contents via PATCH /carts. Prefer add_cart_item for adding single lines (PATCH may accumulate quantities). Pass a stable session_uuid to $0.0020 per callunknown
get cart
/get_cart
Retrieve the current cart contents for a session by session_uuid. Uses API filter when supported; otherwise may require multiple list calls when many carts exis$0.0020 per callunknown
add cart item
/add_cart_item
Add one product line to a cart via POST /cart-items (preferred for admin/test carts). Provide cart_id OR session_uuid (and optional customer_id). Returns the ca$0.0020 per callunknown
update cart item
/update_cart_item
Update quantity or price on an existing cart line via PATCH /cart-items/{id}.$0.0020 per callunknown
list carts
/list_carts
List carts (open/abandoned carts for operator queries). Filter by customer_id. Use with list_orders (sort=-id) for recent purchases vs open carts.$0.0020 per callunknown
remove cart item
/remove_cart_item
Remove a single item from a cart by cart-item ID.$0.0020 per callunknown
checkout
/checkout
Execute checkout on an existing cart and create an order. Requires a cart_id, shipping and billing address IDs, and method IDs. IMPORTANT: Before calling checko$0.0020 per callunknown
calculate tax
/calculate_tax
Calculate tax for line items given customer context (country, region, customer_group, vat_number). Uses TaxHub rule engine. Returns tax amounts per line and tot$0.0020 per callunknown
list customers
/list_customers
List all B2Bware customers with pagination, sorting and filtering. Valid sort fields: id, -id, _created_at, -_created_at, email, first_name.$0.0020 per callunknown