← Registry

eCommerce

banglarcha.com

Provides tools to search products, fetch product details, list categories, check inventory, and retrieve store policies.

1 endpoint14 known toolsCached registry data

ENDPOINT 1

https://banglarcha.com/api/mcp

No auth detected

Known tools 14

search_catalog

Search the store's product catalog by free-text query.

get_product

Fetch a single product by slug or id.

list_categories

Return the category tree for the store (top-level categories plus any children).

check_inventory

Real-time stock check for a product (and optional variant).

get_store_policies

Return the store name, shipping summary, returns policy, supported payment methods, and contact details.

create_checkout_session

Create a new ACP-compatible checkout session for the buyer.

get_checkout_session

Fetch an existing ACP checkout session by id.

list_promo_codes

List currently-active public promo codes.

create_cart

Create a new cart for the buyer and return its cart_id.

get_cart

Fetch 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_cart

Add, update, or remove line items on an existing cart.

apply_promo

Validate a promo code against the cart subtotal and apply its discount to the cart totals.

estimate_totals

Return a cart's current money totals (subtotal, discount, shipping, tax, total) broken out by line.

get_order_status

Look up the status of a placed order by order_number + the buyer email on the order.