Ground Claude in real-world truth
Claude natively speaks MCP, so grounding it is a config edit — not an integration project. Add VerveContext as an MCP server in Claude Desktop and Claude's answers start citing 300+ live, verifiable sources instead of guessing from training memory.
- Claude Desktop
- MCP-native
- Cited answers
What connecting changes
Claude keeps its reasoning — it gains a live channel to facts, and a source on every claim.
Claude cites its sources
With VerveContext connected, Claude doesn't just state a number — it pulls the value from a real source and surfaces where it came from. A market briefing or research answer arrives with receipts a reviewer can follow.
- Provenance
- Traceable
Current, not remembered
Claude's training has a cutoff; the world doesn't. When a prompt needs today's gold price or the weather right now, Claude calls the source live instead of reaching for a stale figure from memory.
- Live pull
- No cutoff
Scoped access
Give a Claude project a key scoped to only the sources it should touch. The same Claude Desktop install can run a markets assistant and a research assistant on different, least-privilege keys.
- Scoped keys
- Per project
Add VerveContext to Claude Desktop
Claude reads MCP servers from claude_desktop_config.json — add one entry pointing at the endpoint with your scoped key, and restart.
- 01
Open Claude Desktop's config
Claude Desktop reads MCP servers from its claude_desktop_config.json. Open it from Settings → Developer → Edit Config, where you'll find (or create) an mcpServers object.
- 02
Add VerveContext as an MCP server
Inside mcpServers, add a "vervecontext" entry with "url": "https://api.vervecontext.com/v1/mcp" and a headers block carrying "x-api-key": "vc_live_…" — your scoped key.
- 03
Restart Claude Desktop
Claude reloads its MCP servers on restart. The sources you enabled appear as tools Claude can call — you'll see them listed in the tools menu of a new conversation.
- 04
Ask something that needs a real number
Ask Claude for a live figure and watch it call the source rather than guess. The answer comes back with the source attached — grounded, and ready to cite.