← Registry

eCommerce

bmmaligator.com

MCP server for browsing and purchasing BM Maligator products, including product search, details, collections, and cart operations.

WebMCP1 endpoint8 known toolsFirst detected September 11, 2026Last detected September 11, 2026

ENDPOINT 1

https://bmmaligator.com

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 8

search_products

Search BM Maligator products by keyword. Returns matching products with title, price, image, and URL.

Inferred read-only
get_product_details

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

Inferred read-only
get_collections

List all BM Maligator product collections with product counts. Collections include Mononofu (samurai/Japanese) and Tactical Maligator (K9/military).

Inferred read-only
browse_collection

Browse all products in a specific BM Maligator collection. Returns product list with titles, prices, and URLs.

Inferred read-only
add_to_cart

Add a BM Maligator product to the shopping cart. Requires the variant ID and quantity.

Inferred read-only
get_cart

View the current shopping cart contents at BM Maligator, including items, quantities, and total.

Inferred read-only
get_sizing_guide

Get the sizing chart for BM Maligator products. Covers t-shirts (American Apparel 1301) and hoodies (Gildan 18500).

Inferred read-only
get_store_info

Get information about BM Maligator store including brand story, shipping, returns, and contact.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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