eCommerce
banglarcha.com
Provides tools to search products, fetch product details, list categories, check inventory, and retrieve store policies.
ENDPOINT 1
https://banglarcha.com/api/mcp
Known tools 14
search_catalogSearch the store's product catalog by free-text query.
get_productFetch a single product by slug or id.
list_categoriesReturn the category tree for the store (top-level categories plus any children).
check_inventoryReal-time stock check for a product (and optional variant).
get_store_policiesReturn the store name, shipping summary, returns policy, supported payment methods, and contact details.
create_checkout_sessionCreate a new ACP-compatible checkout session for the buyer.
get_checkout_sessionFetch an existing ACP checkout session by id.
list_promo_codesList currently-active public promo codes.
create_cartCreate a new cart for the buyer and return its cart_id.
get_cartFetch a cart by cart_id: line items with live re-priced unit/line totals, money totals (subtotal, discount, shipping, tax, total), any applied promo, buyer, fulfillment address, and status.
update_cartAdd, update, or remove line items on an existing cart.
apply_promoValidate a promo code against the cart subtotal and apply its discount to the cart totals.
estimate_totalsReturn a cart's current money totals (subtotal, discount, shipping, tax, total) broken out by line.
get_order_statusLook up the status of a placed order by order_number + the buyer email on the order.