Integration · MODEL CONTEXT PROTOCOL
isdaniel mcp metal price
An MCP server that provides current and historical gold/precious metal prices via the GoldAPI.io service.
WHAT IT CONNECTS
isdaniel mcp metal price 为 AI Agent 提供什么
- Get current prices for gold (XAU), silver (XAG), platinum (XPT), and palladium (XPD)
- Support for multiple currencies (USD, EUR, etc.)
- Optional historical price lookup by date
- Python 3.7+
- Packages:
- `mcp>=1.0.0`
- `requests>=2.31.0`
- Clone this repository
- Install dependencies:
- Set your GoldAPI.io API key as an environment variable:
- Add the following entry to the `mcpServers` object in your `cline_mcp_settings.json` file:
- `currency` (string, default: "USD"): Currency code (ISO 4217 format)
- `metal` (string, default: "XAU"): Metal symbol (XAU, XAG, XPT, XPD)
- `date` (string, optional): Historical date in YYYYMMDD format
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。