← Registry

eCommerce

banglarcha.com

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

1 endpoint14 known toolsFirst detected July 2, 2026Last detected September 23, 2026

ENDPOINT 1

https://banglarcha.com/api/mcp

No auth detected

MCP server metadata

Name
makeyourplatform
Version
0.1.0
Capabilities
tools
Server instructions

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

search_catalog

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

Inferred read-only
get_product

Fetch a single product by slug or id.

Inferred read-only
list_categories

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

Inferred read-only
check_inventory

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

Inferred read-only
get_store_policies

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

Potential side effects
create_checkout_session

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

Potential side effects
get_checkout_session

Fetch an existing ACP checkout session by id.

Inferred read-only
list_promo_codes

List currently-active public promo codes.

Inferred read-only
create_cart

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

Potential side effects
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.

Inferred read-only
update_cart

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

Potential side effects
apply_promo

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

Inferred read-only
estimate_totals

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

Inferred read-only
get_order_status

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

Potential side effects

CONNECT 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.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.