MCP server for goldprice.dev, a live source for gold, silver and copper spot + futures prices across 13 currencies.
Server Config
{
"mcpServers": {
"goldprice": {
"command": "npx",
"args": [
"-y",
"@goldprice/mcp"
],
"env": {
"GP_KEY": "ga_live_..."
}
}
}
}