Analytics
stackerscan.com
Provides current and historical precious metals spot prices, premiums, and currency exchange rates.
ENDPOINT 1
https://www.stackerscan.com/mcp
MCP server metadata
- Name
- StackerScan
- Version
- 1.0.0
Five read-only tools: spot prices, observed premiums, price history, Goldback rate, and currencies. Available tools: - get_spot_prices: Current and previous-session spot prices for gold, silver, platinum, palladium, copper and nickel, in any supported currency and per troy ounce or gram. - get_observed_premiums: Rolling fine-metal-weighted median asking premiums over spot, observed from real marketplace listings rather than quoted by a dealer. - get_price_history: Daily historical series for charting — one metal, the Goldback, or one PCGS-numbered coin at one grade. - get_goldback_rate: The latest Goldback premium multiple over its gold content, and the exchange rate that follows from it. - list_supported_currencies: The live list of codes every `currency`/`base` parameter accepts — ISO 4217 fiat plus BTC and the metal codes.
Known tools 5
get_spot_pricesCurrent and previous-session spot prices for gold, silver, platinum, palladium, copper and nickel, in any supported currency and per troy ounce or gram.
Inferred read-onlyget_observed_premiumsRolling fine-metal-weighted median asking premiums over spot, observed from real marketplace listings rather than quoted by a dealer.
Inferred read-onlyget_price_historyDaily historical series for charting — one metal, the Goldback, or one PCGS-numbered coin at one grade.
Inferred read-onlyget_goldback_rateThe latest Goldback premium multiple over its gold content, and the exchange rate that follows from it.
Inferred read-onlylist_supported_currenciesThe live list of codes every `currency`/`base` parameter accepts — ISO 4217 fiat plus BTC and the metal codes.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.stackerscan]
url = "https://www.stackerscan.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stackerscan": {
"type": "http",
"url": "https://www.stackerscan.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stackerscan
Remote MCP URL: https://www.stackerscan.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"stackerscan": {
"url": "https://www.stackerscan.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stackerscan": {
"type": "http",
"url": "https://www.stackerscan.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stackerscan",
"transport": "streamable-http",
"url": "https://www.stackerscan.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.