B2Bware MCP server that connects MCP-compatible AI clients to the B2Bware Datahub API. Supports product search/listing, customer lookup, cart upsert with optional custom line-item pricing, robust order sorting (e.g. -id, -_created_at), and checkout with explicit shipping/billing method and address requirements. Supports both remote MCP endpoint and local npx setup.
Tools
search_products
list_products
get_product
list_categories
get_category
list_orders
update_order_status
get_order
list_shipping_methods
list_billing_methods
upsert_cart
get_cart
list_carts
remove_cart_item
checkout
list_customers
search_customers
get_customer
create_customer
update_customer
list_customer_addresses
create_shipping_address
create_billing_address
login
register
Server Config
{
"mcpServers": {
"b2bware": {
"url": "https://mcp.b2bware.com/mcp",
"headers": {
"Authorization": "Bearer <B2BWARE_API_KEY>"
}
}
}
}