mcpbeat Sign in

Gold Prices MCP Server

local only

Gold Prices MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Gold and metal prices from gold-api.com (merged).

Installs / week
npm · gold-prices-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gold Prices MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gold-prices-mcp -- npx -y gold-prices-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gold-prices-mcp": {
      "args": [
        "-y",
        "gold-prices-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gold-prices-mcp]
command = "npx"
args = ["-y", "gold-prices-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gold-prices-mcp": {
      "args": [
        "-y",
        "gold-prices-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gold-prices-mcp": {
      "args": [
        "-y",
        "gold-prices-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Gold Prices MCP

same job, measured the same way
Phillips
by pipeworx-io

Phillips MCP — realized auction prices from phillips.com.

33 tools answering
Bonhams
by pipeworx-io

Bonhams MCP — realized auction prices from Bonhams.com.

answering
US Auctions
by pipeworx-io

Live US auction lots and sold prices from commercial auction houses and government surplus

42 tools answering
Crypto Com MCP
by mrfentmen

Crypto prices from Crypto.com. No key required.

local only
Sothebys
by pipeworx-io

Sotheby's MCP — realized auction prices from sothebys.com.

answering
Metals Api
by pipeworx-io

Metals API MCP — wraps Metals-API (metals-api.com)

38 tools answering
Predictit MCP
by mrfentmen

Prediction market contracts and prices from PredictIt. No key required.

local only
Mexc MCP
by mrfentmen

Crypto prices from MEXC. No key required.

local only

Gold Prices MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gold Prices MCP?
Gold Prices MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package gold-prices-mcp.
How do I connect Gold Prices MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls gold-prices-mcp straight from npm; nothing to host, nothing to sign up for.
Is Gold Prices MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.