Ground agents in current, verifiable news so time-sensitive answers cite live events instead of stale training data.
An agent can't know what happened after training. Enable World News and it grounds time-sensitive answers in live headlines and events it can cite.
Give a briefing or monitoring agent news so it reasons from real, current context instead of guessing.
Each item the agent surfaces carries World News as its origin, so the briefing is traceable.
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.
datecategoryarticleCountarticlesHow to ground an agent in it over MCP.