Use Claude with your deal data.
Without copy-paste.
The DataRoom Snap MCP server lets Claude Desktop, Claude Code, and Cursor query your deals, search your data rooms, and generate IC memos directly — from inside the AI tool you already use.
Available on Starter, Growth, and Enterprise. No extra charge.
Three steps. Two minutes.
No SDK, no credentials dance, no webhooks. Generate a key, paste a config, ask a question.
- Step 1
Generate an API key
In /settings → API Keys, create a new key with the MCP Access scope. Copy the ds_live_… value once.
- Step 2
Add to your AI tool
Paste a six-line JSON block into Claude Desktop, Claude Code, or Cursor. Restart and the tools appear.
- Step 3
Ask Claude about your deals
Try "show me my recent deals" or "summarize the red flags on the NovaPay deal". Claude calls the right tool.
{
"mcpServers": {
"dataroomsnap": {
"command": "npx",
"args": ["-y", "@dataroomsnap/mcp-server"],
"env": {
"DATAROOMSNAP_API_KEY": "ds_live_xxx"
}
}
}
}10 tools, ready to call
Read tools query existing data instantly. Write tools kick off analyses or generate fresh memos. Every call is scoped to your org and audit-logged.
list_dealsList active or archived deals with AI scores and red-flag counts.
get_dealPull a single deal in full — extracted data, memo, flags, DD checklist.
search_documentsVector + full-text search across every document chunk in a data room.
get_ai_scoreOverall + sub-scores, completeness, confidence, missing-data areas.
list_red_flagsSeverity-ranked risks with category, description, and source excerpt.
get_memoAI-generated investment memo in markdown or JSON.
list_pipelinePipeline stages with values, owners, and expected close dates.
ask_questionDeal-scoped chat query that returns an answer with citations.
run_analysisKick off a new analysis from a file URL — returns analysis ID and ETA.
generate_memoGenerate an IC memo using the VC, PE, credit, or M&A template.
What it feels like
An everyday analyst question, answered by Claude with your live deal data — no exports, no copy-paste.
Show me my recent deals on DataRoom Snap, then summarize the top red flag from the highest-scored one.
Your five most recent deals are NovaPay Series B (78), Helix Bio Series A (64), Ortus Tools (61), Verdant Agro (58), and Atlas Robotics (52). NovaPay is the highest-scored. Its top red flag:
Top 3 customers represent 52% of ARR ($12.4M of $23.8M) — above the 25% threshold typical for PE.
Source: FY24 cohort analysis, page 23.
Every key is org-bound and scope-gated. Revoke any key instantly from /settings.
Every tool call writes an mcp.tool_invoked row to audit_events.
60 read / min, 10 write / min per key. Enforced server-side. Raises available on Enterprise.
Ready to wire it up?
Two minutes to install. Read the install guide for step-by-step screenshots, or jump straight to your API key.