Servers
goldprice.dev
@michaelmustopo
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
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"
}
}
}
}