Let Any AI Agent Operate Your Data Rooms via MCP.
Connect Claude, Codex, Antigravity CLI, or custom agents to spin up virtual data rooms, upload files, mint watermarked links, and track page-level viewing analytics over secure network streams.
Sovereignty Guarantee
Files are streamed directly from your private storage without uploading to third-party AI databases.
Calling list_documents() & create_share_link() via MCP SSE stream.
create_share_link(document_id="doc_01J9...", requires_email=True, enable_watermark=True, require_nda=True, expires_in_days=14)
Syncs file hash from private Nextcloud storage. Stamping viewer watermark on preview engine.
https://app.coneshare.com/s/sequoia-vdr-01j9 (NDA + Watermarked)
Partner partner@sequoia.com viewed 8/12 pages · Spent 2m 45s on slide 4 (Financials).
Architecture
The Bridge Between AI Agents and Coneshare Server
Coneshare MCP acts as a secure bridge between your desktop/CLI agents and the Coneshare server, wrapping versioned REST APIs into structured tools that agents can execute over SSE streams.
AI Agent Client
Claude · agy · Codex · Cursor
Calls MCP tools with Bearer API key
Coneshare MCP Server
FastMCP · Streamable SSE
Validates params & proxies calls
Coneshare Server
Django REST + Nextcloud/Dropbox
Enforces permissions & watermarks
Zero Storage Lock-In
Keep your existing folders in Nextcloud, Google Drive, or Dropbox. Coneshare acts as an on-demand distribution and watermark gateway without forcing you to migrate files.
100% Self-Hostable & Sovereign
Run Coneshare on your own private cloud or on-premise servers. Your confidential deal files and viewer telemetry never pass through third-party AI SaaS silos.
Server-Enforced Guardrails
Dynamic recipient watermarks, NDA gates, and download restrictions are applied server-side during rendering. Prompt injections cannot bypass security policies.
Complete Tool Suite
27 typed MCP tools for total operational control
Everything your agent needs to manage documents, organize datarooms, mint secure links, and query telemetry.
Documents & Folders
Virtual Datarooms
Share Links & Controls
Engagement Analytics
Admin & Governance
Developer Quickstart
Two lines of configuration to empower your agent
Connect any MCP-compatible AI client to your Coneshare instance in seconds over remote HTTP/SSE.
{
"mcpServers": {
"coneshare": {
"url": "https://app.coneshare.com/mcp/sse",
"headers": {
"Authorization": "Bearer cs_live_YOUR_API_KEY"
}
}
}
}The coneshare-it Skill: Operational Intelligence for Agents
Raw MCP tools give agents raw capabilities, but skills teach them standard operational workflows. The coneshare-it skill equips assistants with battle-tested defaults for sharing, uploading, and error recovery.
Zero-Friction Sensible Defaults
Automatically uploads files, creates share links with download and email view alerts enabled, and offers security enhancements proactively.
Smart Dataroom Bundling
Intelligently prompts whether to group multiple uploaded documents into a structured Virtual Dataroom instead of cluttering chats with individual links.
Batch Limits & Circuit Breakers
Enforces 50-file batch guardrails and strict stop-on-error policies to prevent partial failures and orphaned uploads.
mkdir -p .agent/skills/coneshare-it && \
curl -fsSL https://raw.githubusercontent.com/coneshare/coneshare/main/.agent/skills/coneshare-it/SKILL.md \
-o .agent/skills/coneshare-it/SKILL.mdFAQ
Frequently Asked Questions
Deploy sovereign agent data rooms on your infrastructure
Connect your existing Nextcloud or cloud storage, generate a scoped API token, and let your AI agents run secure distributions.