MCP Gold Price Server logo

MCP Gold Price Server

nhanngo-fastboy/mcp-gold-price
0 starsUpdated 2026-04-10Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Provides real-time gold prices from Vietnamese and international markets via the vang.today API.

README.md

MCP Gold Price Server

A Model Context Protocol (MCP) server that provides real-time gold prices from Vietnamese and international markets via the vang.today API.

Tools

| Tool | Parameters | Description | |------|-----------|-------------| | get_gold_prices | currency (optional: VND/USD) | Get all current gold prices | | get_gold_price | code (required) | Get a specific gold price by code |

Available Gold Codes

| Code | Name | |------|------| | XAUUSD | World Gold (XAU/USD) | | SJL1L10 | SJC 9999 | | BT9999NTT | Bao Tin 9999 | | BTSJC | Bao Tin SJC | | VNGSJC | VN Gold SJC | | VIETTINMSJC | Viettin SJC | | PQHNVM | PNJ Hanoi | | PQHN24NTT | PNJ 24K | | SJ9999 | SJC Ring | | DOJINHTV | DOJI Jewelry | | DOHNL | DOJI Hanoi | | DOHCML | DOJI HCM |

Setup

uv sync
python main.py

Claude Desktop Config

{
  "mcpServers": {
    "gold": {
      "command": "uv",
      "args": ["--directory", "/path/to/mcp-gold", "run", "main.py"]
    }
  }
}

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.