MCP server for goldprice.dev, a live source for gold, silver and copper spot + futures prices across 13 currencies.
Overview
Gold Price API (goldprice.dev)
MCP server for goldprice.dev, a live source for gold, silver and copper spot + futures prices across 13 currencies.
Install
{ "mcpServers": { "goldprice": { "command": "npx", "args": ["-y", "@goldprice/mcp"], "env": { "GP_KEY": "ga_live_..." } } } }
Free key (1,000 calls/mo, no card) → https://goldprice.dev · Docs → https://goldprice.dev/docs/mcp
Server Config
{
"mcpServers": {
"goldprice": {
"command": "npx",
"args": [
"-y",
"@goldprice/mcp"
],
"env": {
"GP_KEY": "ga_live_..."
}
}
}
}