← Registry

Analytics

goldprice.dev

Provides commodity spot prices, historical data, and gold karat pricing via a REST API.

1 endpoint9 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
Gold API
Version
3.2.4
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Gold, silver, and copper pricing via aggregated public reference data. Multi-currency XAU spot, XAU + XAG futures, HG (copper) futures, per-karat jewelry gram prices (get_carat — free), 10+ year daily XAU history, FAQ search, per-country physical dealer prices (get_physical_price — Physical tier). Methodology at https://goldprice.dev/methodology. All tools share the per-minute rate limit + monthly quota tied to your API key's tier. If a tool reports a rate limit, wait for its retry time. If it reports a monthly quota, surface its reset date and upgrade URL; do not retry it automatically.

Known tools 9

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.

Inferred read-only
get_spot_price

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

Inferred read-only
list_commodities

Return the full list of symbols served by this API.

Inferred read-only
get_metadata

Return provenance metadata for a symbol: aggregated sources, unit, methodology URL, staleness rules.

Inferred read-only
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).

Inferred read-only
get_historical

Return daily OHLCV bar history for a symbol.

Inferred read-only
search_docs

Search the goldprice.

Inferred read-only
get_forward_view

Returns the multi-horizon futures settlement curve for a commodity (XAU, XAG, HG).

Inferred read-only
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).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for goldprice.dev was fetched 2026-07-29T10:30:02.677Z and is being refreshed.

Trust status Neutral

goldprice.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.