eCommerce
goldandsilvercompany.com
An MCP server for Gold & Silver Company that answers questions and provides live buying prices and fixed rules for gold/silver transactions, payments, taxes, shipping, and appraisals.
ENDPOINT 1
https://ask.goldandsilvercompany.com/mcp
MCP server metadata
- Name
- gsc-porte-nlweb
- Version
- 1.2
Gold & Silver Company (precious metals dealer and refinery, Dottignies (Mouscron), Belgium). Use `cotation` for today's public buying grid by gold fineness or by coin (timestamped, indicative), `regles_gsc` for fixed rules (VAT, cash ceilings, documents, opening hours, delays, appointments, delivery, scope), and `ask` for any other question, answered only from the official documentation. Languages: fr, en, nl.
Known tools 3
askAsk Gold & Silver Company any question about its services: buying and selling gold and silver, payments, taxes, safes, shipping, appraisals.
Inferred read-onlycotationToday's public buying grid of Gold & Silver Company, timestamped: gold by fineness (9K, 14K, 18K, 22K in EUR per gram; 24K/999 refers to the live rate) or by coin/bar (napoleon_20f, pesos_50, argent_lingot_1kg in EUR per piece).
Inferred read-onlyregles_gscFixed rules of Gold & Silver Company, structured and in words: tva (VAT on gold and silver, purchase and sale, private or professional), especes (cash ceilings), documents (private or professional client), horaires (opening hours), delais (order form validity, shipping, payment), rendez_vous (appointment policy), livraison (insured delivery), perimetre (what GSC buys and does not buy).
Potential side effectsCONNECT 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.gsc-porte-nlweb]
url = "https://ask.goldandsilvercompany.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gsc-porte-nlweb": {
"type": "http",
"url": "https://ask.goldandsilvercompany.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gsc-porte-nlweb
Remote MCP URL: https://ask.goldandsilvercompany.com/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": {
"gsc-porte-nlweb": {
"url": "https://ask.goldandsilvercompany.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gsc-porte-nlweb": {
"type": "http",
"url": "https://ask.goldandsilvercompany.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gsc-porte-nlweb",
"transport": "streamable-http",
"url": "https://ask.goldandsilvercompany.com/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.