get_historical
ActiveTool of Metals Api
declared in 0.1.0
Get metal prices for a specific historical date. Returns spot prices per troy ounce for that day. Useful for tracking price changes or computing returns.
Parameters schema
{
"type": "object",
"examples": [
{
"date": "2024-01-15",
"_apiKey": "your-metals-api-key"
},
{
"base": "GBP",
"date": "2023-06-30",
"_apiKey": "your-metals-api-key",
"symbols": "XAU,XCU"
}
],
"required": [
"_apiKey",
"date"
],
"properties": {
"base": {
"type": "string",
"description": "Base currency (default \"USD\")"
},
"date": {
"type": "string",
"description": "Date in YYYY-MM-DD format (e.g., \"2024-01-15\")"
},
"_apiKey": {
"type": "string",
"description": "Metals-API key"
},
"symbols": {
"type": "string",
"description": "Comma-separated metal symbols (e.g., \"XAU,XAG\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Metals Api
https://github.com/pipeworx-io/mcp-metals-api
2/7 registries