Analytics
goldprice.dev
Provides commodity spot prices, historical data, and gold karat pricing via a REST API.
ENDPOINT 1
https://api.goldprice.dev/v1/mcp
MCP server metadata
- Name
- Gold API
- Version
- 3.2.4
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_checkoutOpen 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-onlyget_spot_priceReturn the latest aggregated spot (or GC futures) price for one symbol.
Inferred read-onlyget_metadataReturn provenance metadata for a symbol: aggregated sources, unit, methodology URL, staleness rules.
Inferred read-onlyget_caratReturn 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-onlyget_forward_viewReturns the multi-horizon futures settlement curve for a commodity (XAU, XAG, HG).
Inferred read-onlyget_physical_priceReturn 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-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.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.
goldprice.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.