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.
Server Config
{
"mcpServers": {
"b2bware": {
"url": "https://mcp.b2bware.com/mcp",
"headers": {
"Authorization": "Bearer <B2BWARE_API_KEY>"
}
}
}
}