goldprice.dev
@michaelmustopo
About goldprice.dev
Real-time gold price API + MCP server. 8 tools: get_spot_price, list_commodities, get_metadata, get_historical, search_news, search_docs, get_prediction_market_view, get_prediction_market_arb. Pyth + WGC + CME + Stooq sources, prediction-market view layered on top. Free tier avai
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"goldprice": {
"url": "https://api.goldprice.dev/v1/mcp/",
"headers": {
"Authorization": "Bearer ga_live_YOUR_KEY"
}
}
}
}Tools
8Return the latest aggregated spot (or GC futures) price for one symbol. Price is a Decimal-formatted string; `is_stale` is true when aggregator detected source divergence or stale FX.
Return the full list of symbols served by this API. Use before get_spot_price / get_historical / get_metadata when you don't know which symbols are supported.
Return provenance metadata for a symbol: aggregated sources, unit, methodology URL, staleness rules. Use for attribution and to document data lineage in downstream reports.
Return daily close history for a symbol. Free + Basic tiers are limited to the last 30 days; Pro tier unlocks 10+ years of daily XAU history (2015 to present). Dates must be ISO 8601 (YYYY-MM-DD). Returns series in date-descending order.
Search recent commodity-market news from curated sources (FT Commodities and Mining.com at v1; more sources rolling out post-launch). Returns up to `limit` items ranked by source quality x recency (weight x exp(-hours_old / 48)). Use before answering 'what happened in gold this week' so you cite live headlines instead of training-data approximations.
Search the goldprice.dev FAQ corpus via BM25. Returns top-K matching questions + answers with relevance scores. Use before answering how-to / billing / auth questions so you cite the canonical text instead of guessing from training data.
Returns the market-implied probability distribution for a commodity (XAU, XAG, HG) at a given expiry date, derived from Polymarket + Kalshi prediction market prices. Useful for bot builders resolving commodity events, options traders comparing to IV surface, or analysts tracking market consensus. Returns percentiles (p10-p90), futures overlay, and confidence tier. See https://goldprice.dev/methodology#prediction-market-view for the math.
Returns cross-venue prediction-market arb pairs between Polymarket and Kalshi for a commodity (XAU, XAG, HG). Matches on (asset, threshold ±1%, expiry ±1 day, direction); fees are netted from the edge (Polymarket ~2% taker, Kalshi ~1% trading). Useful for identifying mispriced crossings. Always verify both legs manually before trading. See https://goldprice.dev/methodology#prediction-market-arb.
Overview
What is goldprice.dev?
goldprice.dev is a real-time gold price API and MCP server that provides eight tools for gold price data, commodities, historical data, news, and prediction market views. It aggregates data from Pyth, WGC, CME, and Stooq, and offers a free tier alongside a Pro tier ($50/month) for futures and multi-asset data (silver, copper).
How to use goldprice.dev?
Install and configure the MCP server, which is available on every tier with no paywall for AI agent integration. The eight tools are: get_spot_price, list_commodities, get_metadata, get_historical, search_news, search_docs, get_prediction_market_view, and get_prediction_market_arb.
Key features of goldprice.dev
- Real-time gold price from multiple sources
- Eight specialized MCP tools
- Free tier and Pro tier ($50/mo)
- Prediction market view and arbitrage tools
- No paywall for AI agent integration
Use cases of goldprice.dev
- Fetch current gold spot price for financial apps
- Search gold-related news and documents
- Analyze historical gold price trends
- Get prediction market views for price direction
- Compare spot and futures pricing (Pro tier)
FAQ from goldprice.dev
What data sources does goldprice.dev use?
It uses Pyth, WGC, CME, and Stooq for real-time gold price data.
Is there a free tier available?
Yes, a free tier is available. The Pro tier ($50/mo) adds futures and multi-asset data such as silver and copper.
Is the MCP server restricted to paid tiers?
No, the MCP server is available on every tier with no paywall for AI agent integration.
How many tools does goldprice.dev offer?
It offers eight tools: get_spot_price, list_commodities, get_metadata, get_historical, search_news, search_docs, get_prediction_market_view, and get_prediction_market_arb.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments