← bullionradar.fr

INDIVIDUAL MCP TOOL

compare_prices

List all dealers ranked by price for a coin.

bullionradar.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://bullionradar.fr/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_prices and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bullionradar.fr

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.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.

Related tools

  • get_best_price — Best dealer price for a coin.
  • get_coin_specs — Full 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.
  • list_dealers — List tracked coin dealers.
  • compare_coins — Side-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.
  • search_coins — Search coins by name, country, or keyword.