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

评论

其他 分类下的更多 MCP 服务器