← Back to Plugins
MCP Server MCP

io.github.ThaiTrevor/gold-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for XAUUSD gold market data + 4-tier trading toolkit (TA, backtest, SMC, risk).

Homepage Verified source GitHub

Install

uvx gold-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "gold-mcp",
      "version": "4.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Ed25519 license token. Unlocks Pro/Premium/Ultra tools. Buy at pthaicapital.io.vn/mcp/",
          "isSecret": true,
          "name": "GOLD_MCP_LICENSE_KEY"
        },
        {
          "description": "Optional (Ultra AI Analyst only). BYOK Claude API key for ai_daily_briefing / ai_setup_explanation.",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...