← stackerscan.com

INDIVIDUAL MCP TOOL

list_supported_currencies

The live list of codes every `currency`/`base` parameter accepts — ISO 4217 fiat plus BTC and the metal codes.

stackerscan.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.stackerscan.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_supported_currencies and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

stackerscan.com

CONNECT 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.

Related 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.