ENDPOINT 1
https://realbam.be/mcp
MCP server metadata
- Name
- bam-catalog
- Version
- 0.2.25
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
browse_catalogThe catalog navigation tree: scents, product types and collections with their ids, for use with list_products.
Inferred read-onlylist_productsList catalog products, optionally filtered by exactly one facet id from browse_catalog.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.