Data Collection
bullionradar.fr
Provides live dealer prices, specifications, and comparisons for gold and silver investment coins.
ENDPOINT 1
https://bullionradar.fr/api/mcp
MCP server metadata
- Name
- bullionradar-mcp
- Version
- 0.1.0
Known tools 6
get_best_priceBest dealer price for a coin among 11 French and European dealers (Or.
Inferred read-onlycompare_pricesList all 11 tracked dealers ranked by price for a coin, best first, with in-stock status (✅/❌) for each.
Inferred read-onlyget_coin_specsFull data sheet for a gold or silver investment coin: weight, purity, diameter, thickness, first mint year, design type and design changes over time, mintage, face value, liquidity score, French VAT rate, estimated premium vs spot, and unique highlights.
Inferred read-onlycompare_coinsSide-by-side comparison of two coins — machine mirror of the /comparer page: full specs (weight, purity, diameter, thickness, first mint year, design, mintage, face value), investment data (liquidity, French VAT, estimated premium) and best live dealer price for each.
Inferred read-onlysearch_coinsSearch the catalog of 80+ gold and silver investment coins by name, country or keyword, with optional metal filter (gold/silver).
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.bullionradar-mcp]
url = "https://bullionradar.fr/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bullionradar-mcp": {
"type": "http",
"url": "https://bullionradar.fr/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bullionradar-mcp
Remote MCP URL: https://bullionradar.fr/api/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": {
"bullionradar-mcp": {
"url": "https://bullionradar.fr/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bullionradar-mcp": {
"type": "http",
"url": "https://bullionradar.fr/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bullionradar-mcp",
"transport": "streamable-http",
"url": "https://bullionradar.fr/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bullionradar.fr was fetched 2026-08-24T04:50:37.378Z and is being refreshed.
bullionradar.fr is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.