Ground enterprise agents in verifiable, real-time gold prices so commodity and treasury answers track the live market instead of a stale figure.
Enable Gold Price and an agent calls the goldprice tool for the current number instead of recalling a stale one — grounding any answer about metals in live data.
A markets assistant can attach goldprice as the source of every price it reports, so the reasoning is auditable.
Because the price is fetched when the agent answers, the reply tracks the live market rather than training-time memory.
Point your agent framework at the VerveContext endpoint. Every enabled source — this one included — becomes a tool the model can call. No per-source plumbing.
{
"mcpServers": {
"vervecontext": {
"url": "https://api.vervecontext.com/v1/mcp",
"headers": { "x-api-key": "vc_live_••••" }
}
}
}Each call returns structured fields your agent can read — and trace back to this source.
currencygramkilogramouncelastUpdatedchange24hchange24hPctchangeDirectionHow to ground an agent in it over MCP.