← bmmaligator.com

INDIVIDUAL MCP TOOL

get_product_details

Get full details for a specific BM Maligator product including all variants, sizes, price, description, and images.

bmmaligator.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://bmmaligator.com

No auth detected

Connect to this endpoint to inspect the live schema for get_product_details and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

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

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://bmmaligator.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://bmmaligator.com

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": {
    "webmcp": {
      "url": "https://bmmaligator.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://bmmaligator.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://bmmaligator.com"
}
MCP Inspector

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

Related tools

  • search_products — Search BM Maligator products by keyword. Returns matching products with title, price, image, and URL.
  • get_collections — List all BM Maligator product collections with product counts. Collections include Mononofu (samurai/Japanese) and Tactical Maligator (K9/military).
  • browse_collection — Browse all products in a specific BM Maligator collection. Returns product list with titles, prices, and URLs.
  • add_to_cart — Add a BM Maligator product to the shopping cart. Requires the variant ID and quantity.
  • get_cart — View the current shopping cart contents at BM Maligator, including items, quantities, and total.
  • get_sizing_guide — Get the sizing chart for BM Maligator products. Covers t-shirts (American Apparel 1301) and hoodies (Gildan 18500).
  • get_store_info — Get information about BM Maligator store including brand story, shipping, returns, and contact.