MCP.so
ログイン

Metal Price MCP Server

@isdaniel

Metal Price MCP Server について

An MCP server that provides current and historical gold/precious metal prices via the GoldAPI.io service.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

isdaniel

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-metal-price": {
      "command": "python",
      "args": [
        "src/server.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Metal Price MCP Server?

Metal Price MCP Server provides current and historical gold/precious metal prices via the GoldAPI.io service.

How to use Metal Price MCP Server?

Clone the repository, install dependencies, set the GOLDAPI_API_KEY environment variable, and configure the server in cline_mcp_settings.json. Start the server with python src/server.py. Use the get_gold_price tool with parameters currency, metal, and optional date.

Key features of Metal Price MCP Server

  • Get current prices for XAU (gold), XAG (silver), XPT (platinum), XPD (palladium)
  • Support for multiple currencies (e.g., USD, EUR)
  • Optional historical price lookup by date (YYYYMMDD format)
  • Requires Python 3.7+ and packages mcp>=1.0.0, requests>=2.31.0

Use cases of Metal Price MCP Server

  • Retrieve current metal prices for financial monitoring
  • Look up historical metal prices by date

FAQ from Metal Price MCP Server

コメント

「その他」の他のコンテンツ