← goldprice.dev

INDIVIDUAL MCP TOOL

get_spot_price

Return the latest aggregated spot (or GC futures) price for one symbol.

goldprice.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.goldprice.dev/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_spot_price 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

goldprice.dev

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.gold-api]
url = "https://api.goldprice.dev/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gold-api": {
      "type": "http",
      "url": "https://api.goldprice.dev/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gold-api
Remote MCP URL: https://api.goldprice.dev/v1/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": {
    "gold-api": {
      "url": "https://api.goldprice.dev/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gold-api": {
      "type": "http",
      "url": "https://api.goldprice.dev/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gold-api",
  "transport": "streamable-http",
  "url": "https://api.goldprice.dev/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • start_checkout — Open a direct billing URL for an explicitly selected eligible plan: a one-hour Stripe Checkout URL for Free accounts or the existing customer's Stripe billing portal.
  • list_commodities — Return the full list of symbols served by this API.
  • get_metadata — Return provenance metadata for a symbol: aggregated sources, unit, methodology URL, staleness rules.
  • get_carat — Return per-gram gold (XAU) prices by karat purity — 24k, 22k, 21k, 20k, 18k, 16k, 14k, 10k — in a requested currency (default USD; the same 31 currencies get_spot_price serves).
  • get_historical — Return daily OHLCV bar history for a symbol.
  • search_docs — Search the goldprice.
  • get_forward_view — Returns the multi-horizon futures settlement curve for a commodity (XAU, XAG, HG).
  • get_physical_price — Return the latest per-country physical dealer/retail gold prices — real quotes from dealers, mints, and bullion benchmarks, NOT spot-derived arithmetic — with nullable premium_over_spot_bps per quote (null when live reference inputs are unavailable).