← Registry

eCommerce

realbam.be

Provides product search and catalog browsing for an online store.

1 endpoint4 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://realbam.be/mcp

No auth detected

MCP server metadata

Name
bam-catalog
Version
0.2.25
Capabilities
tools
Server instructions

Read-only access to the BAM Kaarsen (realbam.be) candle catalog. Start with browse_catalog for the facet tree or search_products for keyword/EAN search; get_product returns full details. All tools accept lang: en, nl or fr.

Known tools 4

search_products

Fuzzy keyword search over the candle catalog.

Inferred read-only
get_product

Full details for one product: description, price (EUR, incl.

Inferred read-only
browse_catalog

The catalog navigation tree: scents, product types and collections with their ids, for use with list_products.

Inferred read-only
list_products

List catalog products, optionally filtered by exactly one facet id from browse_catalog.

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.bam-catalog]
url = "https://realbam.be/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bam-catalog": {
      "type": "http",
      "url": "https://realbam.be/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: bam-catalog
Remote MCP URL: https://realbam.be/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": {
    "bam-catalog": {
      "url": "https://realbam.be/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bam-catalog": {
      "type": "http",
      "url": "https://realbam.be/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bam-catalog",
  "transport": "streamable-http",
  "url": "https://realbam.be/mcp"
}
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.