eCommerce
bmmaligator.com
MCP server for browsing and purchasing BM Maligator products, including product search, details, collections, and cart operations.
ENDPOINT 1
https://bmmaligator.com
MCP server metadata
- Name
- WebMCP
Known tools 8
search_productsSearch BM Maligator products by keyword. Returns matching products with title, price, image, and URL.
Inferred read-onlyget_product_detailsGet full details for a specific BM Maligator product including all variants, sizes, price, description, and images.
Inferred read-onlyget_collectionsList all BM Maligator product collections with product counts. Collections include Mononofu (samurai/Japanese) and Tactical Maligator (K9/military).
Inferred read-onlybrowse_collectionBrowse all products in a specific BM Maligator collection. Returns product list with titles, prices, and URLs.
Inferred read-onlyadd_to_cartAdd a BM Maligator product to the shopping cart. Requires the variant ID and quantity.
Inferred read-onlyget_cartView the current shopping cart contents at BM Maligator, including items, quantities, and total.
Inferred read-onlyget_sizing_guideGet the sizing chart for BM Maligator products. Covers t-shirts (American Apparel 1301) and hoodies (Gildan 18500).
Inferred read-onlyget_store_infoGet information about BM Maligator store including brand story, shipping, returns, and contact.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.