You're viewing a demo portfolio

Join the waitlist
PRSM

get_latest

Active

Tool of Metals Api

declared in 0.1.0

Get the latest precious and base metal spot prices (gold, silver, platinum, palladium, copper, etc.). Prices are per troy ounce. Optionally specify base currency and metal symbols.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-metals-api-key"
    },
    {
      "base": "EUR",
      "_apiKey": "your-metals-api-key",
      "symbols": "XAU,XAG,XPT"
    }
  ],
  "required": [
    "_apiKey"
  ],
  "properties": {
    "base": {
      "type": "string",
      "description": "Base currency (default \"USD\"). E.g., \"EUR\", \"GBP\""
    },
    "_apiKey": {
      "type": "string",
      "description": "Metals-API key"
    },
    "symbols": {
      "type": "string",
      "description": "Comma-separated metal symbols to filter (e.g., \"XAU,XAG,XPT\"). XAU=gold, XAG=silver, XPT=platinum, XPD=palladium, XCU=copper"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Metals Api

https://github.com/pipeworx-io/mcp-metals-api

2/7 registries
View full server →