← banglarcha.com

INDIVIDUAL MCP TOOL

get_product

Fetch a single product by slug or id.

banglarcha.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

banglarcha.com

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.banglarcha-com]
url = "https://banglarcha.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "banglarcha-com": {
      "type": "http",
      "url": "https://banglarcha.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: banglarcha-com
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": {
    "banglarcha-com": {
      "url": "https://banglarcha.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "banglarcha-com": {
      "type": "http",
      "url": "https://banglarcha.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "banglarcha-com",
  "transport": "streamable-http",
  "url": "https://banglarcha.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_catalog — Search the store's product catalog by free-text query.
  • 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.