get_latest
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Metals Api
https://github.com/pipeworx-io/mcp-metals-api
2/7 registries