mcpbeat

B2bware MCP Server

com.b2bware/mcp-server
answering

B2bware is answering right now. Last checked moments ago. It exposes 163 tools.

B2Bware MCP server — access products, orders and customers from Cursor, Claude, Windsurf and more.

Uptime history 42 hours of history · worst hour 43%
42 hours agonow
50.0%
Uptime 24h
92 of 184 checks
163
Tools
read from the server
138 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://mcp.b2bware.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.b2bware.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcp.b2bware.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.b2bware.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.b2bware.com/mcp"
    }
  }
}

Available tools 163

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

attribute
create_attribute
[attributes] Create an attribute definition in AttributesHub. Set entity_scope (product, customer, order, company, category) or group_id. Brands use a product-scoped attribute (e.g. Brand/Manufacturer) with values via create_attribute_value / create_brand.
create_attribute_group
[attributes] Create an attribute group for a scope (usually pre-seeded per tenant).
create_attribute_value
[attributes] Create a predefined option (select/multiselect/swatch). swatch_value is forwarded to DataHub but may return null until backend persists it (verify with list_attribute_values). For colors without hex support, use value labels (e.g. "blue") and assign via auto_create_value on products.
delete_attribute
[attributes] Delete an attribute definition by id.
delete_attribute_group
[attributes] Delete an attribute group by id.
delete_attribute_value
[attributes] Delete an attribute value by id.
get_attribute
[attributes] Get an attribute by id. Include values,group for full context.
get_attribute_group
[attributes] Get an attribute group by id.
get_attribute_value
[attributes] Get a single attribute value by id.
list_attribute_group_types
[attributes] List valid attribute group type strings from the API.
list_attribute_groups
[attributes] List attribute groups (Product, Category, Order, Customer, Company). Use entity_scope to filter.
list_attribute_types
[attributes] List valid attribute definition types from AttributesHub (e.g. select, text, datetime, swatch).
list_attribute_values
[attributes] List values for an attribute_id (all options for that field).
update_attribute
[attributes] Update an attribute definition by id. All storefront/admin flags from create are supported.
update_attribute_group
[attributes] Update an attribute group.
update_attribute_value
[attributes] Update an attribute value by id.
bulk
bulk_create_attribute_values
[attributes] Create up to 100 attribute values in one call (partial success, parallel). Same fields as create_attribute_value per item. No DataHub bulk route — MCP orchestrates POSTs.
bulk_create_attributes
[attributes] Bulk create/update attribute definitions (AttributesHub insert/bulk). Max 100 items.
bulk_create_brands
[catalog] Create up to 100 brands (partial success). Same fields as create_brand per item.
bulk_create_categories
[catalog] Create up to 100 categories in one call (partial success). Items should list parents before children or include parent_id; order is normalized top-down.
bulk_create_companies
[customer] Create up to 100 companies (partial success). Same fields as create_company per item.
bulk_create_customers
[b2b] Create up to 100 customers (partial success). Same shape as create_customer_full per item.
bulk_create_orders
[orders-admin] Create up to 100 orders (partial success). Each item uses the same fields as create_order.
bulk_create_products
[catalog] Create or upsert up to 100 products (partial success). Uses SKU upsert per item for idempotency.
bulk_update_stock
[catalog] Bulk upsert stock records (POST /stock/upsert/bulk, max ~1000).
bulk_upsert_prices
[catalog] Bulk upsert prices (POST /prices/upsert/bulk, max ~1000).
order
create_order
[orders-admin] Create an order directly in OrderHub (demo/backfill). Does NOT run cart checkout — use for historical or manual orders. Call list_shipping_methods, list_billing_methods, and list_customer_addresses first. Valid status: draft, pending, processing, completed, canceled, invoiced, shipped, paid, etc.
create_order_comment
[orders-admin] Add a comment to an existing order (POST /order-comments). Use for customer notes or internal support annotations.
delete_order
[orders-admin] Permanently delete an order by ID.
get_order
Get full details of a single order including line items.
get_order_attributes
[attributes] Read attributes on an order.
remove_order_attribute
[attributes] Remove one attribute from an order.
set_order_attributes
[attributes] Assign attributes on an order (Order Attributes group).
update_order
[orders-admin] Update order fields (status, addresses, methods, order_date, external_reference). Does not replace line items — use update_order_line_items for that.
update_order_line_items
[orders-admin] Replace or update line items on an existing order via PUT /orders/{id}. Same line_items shape as create_order.
update_order_status
Update the status of an existing order. Valid statuses: draft, pending, processing, completed, canceled, invoiced, shipped, paid, refunded, partially_refunded, pending_payment.
company
create_company
[customer] Create a B2B company in CustomerHub. Optional address fields map to the company record. Requires admin/write scope.
create_company_address
[customer] Create shipping and/or billing address for a company (type: billing | shipping | both).
delete_company
[customer] Delete a company by ID. CustomerHub DELETE /companies/{id}.
get_company
[customer] Get a company by ID from CustomerHub. Default includes: customers, shippingAddresses, billingAddresses. Add attributeValues,attributeValues.value for custom company attributes.
get_company_attributes
[attributes] Read custom attributes on a company.
list_company_customers
[customer] List customers linked to a company (company_id on customer records).
remove_company_attribute
[attributes] Remove one attribute from a company.
set_company_attributes
[attributes] Assign AttributesHub fields on a CustomerHub company (entity_scope=company, group id 5).
update_company
[customer] Update a company by ID (partial fields). CustomerHub PUT /companies/{id}.
customer
create_customer
Create a new customer account in B2Bware.
create_customer_full
[b2b] Create a customer with optional company link and billing/shipping addresses in one call. Use list_companies or search_companies first if you need an existing company_id.
delete_customer
[b2b] Delete a customer by ID.
get_customer
Get full details of a single customer by ID, including their shipping and billing addresses.
get_customer_attributes
[attributes] Read attributes on a customer.
list_customer_addresses
List all shipping and billing addresses for a customer.
remove_customer_attribute
[attributes] Remove one attribute from a customer.
set_customer_attributes
[attributes] Assign attributes on a customer (Customer Attributes group).
update_customer
Update an existing customer account (name, phone, status, company_id, role_id, etc.).
product
create_product
[catalog] Create a new simple product with price, stock, categories, optional images and tier prices. Call list_categories first for valid category_ids. SKU must be unique.
create_product_tier_price
[catalog] Add a quantity tier price to an existing product. Fetches current tiers and appends one row.
delete_product
[catalog] Delete a product by ID.
get_product
Get full details of a single B2Bware product by ID.
get_product_attributes
[attributes] Alias: get_entity_attributes for products (includes brand summary).
list_product_variations
[catalog] List child variations and variation attributes for a configurable parent product.
remove_product_attribute
[attributes] Alias: remove_entity_attribute for products.
set_product_attributes
[attributes] Alias: set_entity_attributes with entity_scope=product.
update_product
[catalog] Update a product by ID (partial fields). Supports price, stock, categories, media URLs.
cart
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 cart item.
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 exist.
get_cart_price_rule
[rulehub] Get a cart price rule by ID. RuleHub GET /cart-price-rules/{id}.
list_cart_price_rules
[rulehub] List cart-level price rules. RuleHub GET /cart-price-rules.
list_cart_validation_rules
[rulehub] List cart validation rules (checkout constraints). RuleHub GET /cart-validation-rules.
remove_cart_item
Remove a single item from a cart by cart-item ID.
update_cart_item
Update quantity or price on an existing cart line via PATCH /cart-items/{id}.
event
create_event_subscription
[eventhub] Create a webhook subscription. EventHub POST /event-subscriptions. Pass the full API body (name, event_slug, target_url, payload_includes, conditions, …).
get_event_delivery_log
[eventhub] Get a single delivery attempt with request/response details. EventHub GET /event-delivery-logs/{id}.
get_event_subscription
[eventhub] Get a webhook subscription by ID. EventHub GET /event-subscriptions/{id}.
list_event_delivery_logs
[eventhub] List webhook delivery attempts (audit log). EventHub GET /event-delivery-logs.
list_event_subscriptions
[eventhub] List webhook subscriptions with pagination. EventHub GET /event-subscriptions.
update_event_subscription
[eventhub] Update a webhook subscription by ID. EventHub PUT /event-subscriptions/{id}.
billing
create_billing_address
Create a billing address for a customer. Country accepts ISO-2 (e.g. "DE") or full name (e.g. "Germany") — both are normalised automatically.
delete_billing_address
[b2b] Delete a billing address by ID.
list_billing_methods
List all available payment / billing methods. Call this before checkout to retrieve valid method IDs required for the checkout call.
update_billing_address
[b2b] Update a customer billing address by ID.
brand
create_brand
[catalog] Create a product brand/manufacturer. Brands are stored as attribute values on the Brand/Manufacturer attribute (AttributesHub). Names should be unique. Call list_brands first to avoid duplicates. Returns { id, name, slug, ... } where id is the attribute_value id for use as brand_id on create_product.
delete_brand
[catalog] Delete a brand (attribute value). Fails with 409 if products still use it unless force=true.
get_brand
[catalog] Get a brand by id (attribute_value id).
update_brand
[catalog] Update a brand by attribute_value id (brand id from create_brand / list_brands).
category
create_category
[catalog] Create a B2Bware product category. Call list_categories first to obtain parent_id values for subcategories. Use for demo catalog provisioning.
delete_category
[catalog] Delete a category by ID. May fail if products are still assigned.
get_category
Get a single B2Bware category by ID.
update_category
[catalog] Update a category by ID (partial fields).
notification
create_notification
[notification] Create a notification in NotificationHub. Requires notification_type_id (from list_notification_types), notifiable target, title, message. Channels: email, database, broadcast, sms, push, slack.
get_notification
[notification] Get a single notification by ID from NotificationHub.
get_notification_stats
[notification] Aggregate notification statistics from GET /notifications/stats.
list_notification_types
[notification] List notification types (templates, channels, slugs) from GET /types.
shipping
create_shipping_address
Create a shipping address for a customer. Country accepts ISO-2 (e.g. "AT") or full name (e.g. "Austria") — both are normalised automatically.
delete_shipping_address
[b2b] Delete a shipping address by ID.
list_shipping_methods
List all available shipping methods. Call this before checkout to retrieve valid method IDs required for the checkout call.
update_shipping_address
[b2b] Update a customer shipping address by ID.
automation
create_automation_flow
[automation] Create a new automation flow. POST /flows. Pass the full flow payload as body (trigger, actions, conditions, name, etc.). Call list_available_automation_triggers and list_available_automation_actions first.
get_automation_flow
[automation] Get a single automation flow by ID. GET /flows/{id}.
list_automation_flows
[automation] List automation flows (paginated). GET /api/v1/apps/automation-hub/flows. Filter by name or status when supported.
available
list_available_automation_actions
[automation] List actions available for flow steps. GET /flows/available-actions/list (falls back to /available-actions/grouped).
list_available_automation_triggers
[automation] List triggers available for new flows (discovered at runtime). GET /flows/available-triggers/list.
list_available_events
[eventhub] List event slugs available for webhook subscriptions. EventHub GET /event-subscriptions/available-events/list.
coupon
create_coupon
[rulehub] Create a coupon. RuleHub POST /coupons. Pass the full API body (code, cart_price_rule_ids, …).
get_coupon
[rulehub] Get a coupon by ID. RuleHub GET /coupons/{id}.
update_coupon
[rulehub] Update a coupon by ID. RuleHub PUT /coupons/{id}.
entity
get_entity_attributes
[attributes] Read attribute assignments for any entity scope.
remove_entity_attribute
[attributes] Remove one attribute from an entity by attribute_id.
set_entity_attributes
[attributes] Assign attributes on any entity: product, category, order, customer, or company. For select/swatch use attribute_value_id (value is resolved automatically) or attribute_id + value. merge=true keeps other attributes on the entity.
attach
attach_customer_to_company
[b2b] Alias for link_customer_to_company (spec-compatible name).
attach_variation_attributes
[catalog] Attach variation attributes to a configurable parent product. Required before generate_product_variations.
companies
list_companies
[customer] List B2B companies from CustomerHub (/companies). No separate CompanyHub. Use search_companies for multi-field lookup. Custom fields via set_company_attributes (AttributesHub company group).
search_companies
[customer] Search companies by name, email, VAT number, or company_number (partial match, deduplicated). CustomerHub /companies endpoint.
customers
list_customers
List all B2Bware customers with pagination, sorting and filtering. Valid sort fields: id, -id, _created_at, -_created_at, email, first_name.
search_customers
Search customers by name, email or customer number (partial match). Searches across email, first_name, last_name and customer_number simultaneously. For listing all customers use list_customers.
dashboard
get_dashboard_layout
[dashboard] Get the current saved dashboard layout for the installation. GET /api/v1/apps/dashboard-hub/layout. Read-only.
list_dashboard_widgets
[dashboard] List all widgets the current installation may render on the dashboard. GET /api/v1/apps/dashboard-hub/available-widgets. Read-only.
flow
get_flow_run
[automation] Get a single flow run by ID. GET /flow-runs/{id}.
list_flow_runs
[automation] List flow execution runs (paginated). GET /flow-runs. Filter by flow_id or status when needed.
generate
generate_license_keys
[license] Generate license keys via POST /license-keys/generate. Template uses X as random placeholder (e.g. XXXX-XXXX-XXXX-XXXX). Max quantity 1000.
generate_product_variations
[catalog] Generate child variation products from a configurable parent (PUT /createVariations).
license
get_license_key
[license] Get a single license key by ID from LicenseHub.
list_license_keys
[license] List license keys from LicenseHub (paginated, filterable). Statuses: available, assigned, activated, expired, revoked. Include usageLogs,pool,product,order.
media
get_media
[media] Get a single media record by ID from MediaHub.
list_media
[media] List media records from MediaHub. Filter by mediable_type, mediable_id, media_type, is_primary.
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 of a specific category, use search_products with the category name as query. Products of type 'configurable' are parent containers without prices and cannot be added to cart. Only 'simple' products are orderable. Use exclude_configurable=true to filter out non-orderable parent 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 result sets use list_products instead. Products of type 'configurable' are parent containers without prices and cannot be added to cart. Only 'simple' products are orderable. Use exclude_configurable=true to filter out non-orderable parent products.
resync
resync_sortable_attribute
[attributes] Queue background resync for one sortable/admin-filterable attribute. Returns 202 or 422 if flags not enabled.
resync_sortable_attributes
[attributes] Queue background resync for all attributes with use_for_sorting or use_for_admin_filtering. Returns 202 Accepted.
settings
get_settings_config
[settings] Get a single configuration entry by ID. GET /config/{id}.
list_settings_config
[settings] List platform configuration entries (paginated). GET /api/v1/apps/settings-hub/config. Filter by config_code (partial match).
upsert
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 update an existing cart. Returns the cart with its ID for checkout or admin review. Optionally pass 'price' per line item to override the catalogue price.
upsert_product
[catalog] Create or update a product by SKU (idempotent). Prefer for imports and MCP retries. Same fields as create_product.
activate
activate_license_key
[license] Activate a license key via POST /license-keys/{id}/activate.
attributes
list_attributes
[attributes] List attribute definitions. Filter by entity_scope or group_id. Product group includes Brand/Manufacturer and all catalog facets.
brands
list_brands
[catalog] List brands with pagination. Optional search matches brand name (partial). Filter is_active is applied client-side when stored in meta_data.
calculate
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 total. Useful before checkout or for quotes.
cancel
cancel_order
[orders-admin] Cancel an order (status → canceled). Optional reason stored as order comment.
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.
categories
list_categories
List all B2Bware product categories.
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 checkout, always fetch available shipping methods via list_shipping_methods and billing methods via list_billing_methods if the IDs are not already known. Both shipping_method_id AND billing_method_id are required for a successful checkout. Use list_customer_addresses to fetch existing addresses for a customer.
clear
clear_app_cache
[settings] Clear application cache for a specific installation. DELETE /clearAppCache/{installation_key}. Requires admin/write scope.
countries
list_countries
[settings] List all countries with name, iso2, and iso3 codes. GET /api/v1/apps/settings-hub/countries.
coupons
list_coupons
[rulehub] List promotion coupons. RuleHub GET /coupons.
currencies
list_currencies
[settings] List all currencies (live rates from openexchangerates.org with fallback). GET /api/v1/apps/settings-hub/currencies.
deploy
deploy_demo_catalog
[orders-admin] Deploy the built-in ProductHub demo catalog (categories + sample products). Use on empty demo instances only — may duplicate data if run twice.
detach
detach_customer_from_company
[b2b] Alias for unlink_customer_from_company.
link
link_customer_to_company
[b2b] Assign a customer to a company. Use list_roles for valid role_id values. Sets company_id (and optional role_id) on the customer record.
locales
list_locales
[settings] List all available locales from SettingsHub (e.g. en_US, de_DE). GET /api/v1/apps/settings-hub/locales.
login
login
Authenticate a customer with email and password. Returns a bearer token that can be used for subsequent requests.
notifications
list_notifications
[notification] List notifications from NotificationHub (paginated, filterable). Filter by status, priority, notifiable_type/id. Include notificationType,attempts,creator.
orders
list_orders
List B2Bware orders with optional filters, sorting, and pagination. Valid statuses: draft, pending, processing, completed, canceled, invoiced, shipped, paid, refunded, partially_refunded, pending_payment. Valid sort fields: id, -id, _created_at, -_created_at, total_price, -total_price, status, customer_id. Use sort='-id' or sort='-_created_at' to get the NEWEST order first. Date format: YYYY-MM-DD.
pause
pause_event_subscription
[eventhub] Pause a subscription (stop dispatching). EventHub POST /event-subscriptions/{id}/pause.
preview
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 final amounts.
primary
set_primary_media
[media] Set a media record as primary for its parent via POST /media/{id}/primary.
register
register
Register a new customer account.
resume
resume_event_subscription
[eventhub] Resume a paused subscription. EventHub POST /event-subscriptions/{id}/resume.
roles
list_roles
[b2b] List customer roles (for link_customer_to_company role_id).
rule
get_rule_condition_schema
[rulehub] Get condition-builder schema for rule targets. RuleHub GET /conditions/schema or /conditions/schema/{target}. Targets: cart, catalog, shipping, validation.
send
send_notification
[notification] Dispatch a created notification via POST /notifications/{id}/send.
test
test_event_subscription
[eventhub] Send a synthetic test delivery. EventHub POST /event-subscriptions/{id}/test.
unlink
unlink_customer_from_company
[b2b] Remove a customer from their company (clears company_id).
upload
upload_media
[media] Upload or attach media via POST /media. Provide file (base64) for CDN ingest or media_url for URL reference. mediable_type examples: Products, Companies.
validate
validate_license_key
[license] Validate a license key via POST /license-keys/{id}/validate.

Endpoints

URLTransportStateLatencyChecked
https://mcp.b2bware.com/mcp streamable-http answering 133 ms 0 min ago
https://mcp.b2bware.com/sse sse answering 95 ms 0 min ago

B2bware — questions

Answers built from our own checks of this server.

What can B2bware do?
It exposes 163 tools, read directly from the server on our last check. Among them: activate_license_key, add_cart_item, attach_customer_to_company, attach_variation_attributes, bulk_create_attributes, bulk_create_attribute_values and 157 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is B2bware mostly used for?
Its tools cluster around attribute, order and bulk. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is B2bware working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 184 checks got a reply (50.0%), average response time 138 ms. The bar chart above shows every period we have measured.
How do I connect B2bware?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does B2bware need an API key?
No. B2bware completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 163 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is B2bware?
It answers our handshake in 138 ms on average, which is faster than 76% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.