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
MCP server metadata
- Name
- makeyourplatform
- Version
- 0.1.0
You are connected to the Banglar Cha storefront on MakeYourPlatform. Discover with search_catalog, get_product, check_inventory, list_categories, list_promo_codes, and get_store_policies. Build a basket with create_cart, then get_cart / update_cart (add, update, remove items), apply_promo, and estimate_totals. A cart_id doubles as an ACP checkout-session id: finalize payment at the returned complete_url with a delegated instrument (payment stays off this surface). Track a placed order with get_order_status (order number + buyer email).
Known tools 14
list_categoriesReturn the category tree for the store (top-level categories plus any children).
Inferred read-onlyget_store_policiesReturn the store name, shipping summary, returns policy, supported payment methods, and contact details.
Potential side effectscreate_checkout_sessionCreate a new ACP-compatible checkout session for the buyer.
Potential side effectsget_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.
Inferred read-onlyapply_promoValidate a promo code against the cart subtotal and apply its discount to the cart totals.
Inferred read-onlyestimate_totalsReturn a cart's current money totals (subtotal, discount, shipping, tax, total) broken out by line.
Inferred read-onlyget_order_statusLook up the status of a placed order by order_number + the buyer email on the order.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.makeyourplatform]
url = "https://banglarcha.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"makeyourplatform": {
"type": "http",
"url": "https://banglarcha.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: makeyourplatform
Remote MCP URL: https://banglarcha.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"makeyourplatform": {
"url": "https://banglarcha.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"makeyourplatform": {
"type": "http",
"url": "https://banglarcha.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "makeyourplatform",
"transport": "streamable-http",
"url": "https://banglarcha.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for banglarcha.com was fetched 2026-07-31T03:50:54.727Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.