Let Any AI Agent Operate Your Data Rooms via MCP.
Coneshare supports the Model Context Protocol (MCP) natively with 27 typed tools. Connect Claude, Codex, Antigravity CLI, or custom agents to spin up data rooms, upload files, mint watermarked links, and track page-level viewing analytics.
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 [email protected] 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 27 typed tools that agents can execute over SSE streams.
AI Agent Client
Claude Desktop · Claude Code · agy · Cursor · VS Code · Codex
Invokes MCP tools via HTTPS/SSE with Bearer API token
Coneshare MCP Server
FastMCP · 27 Typed Tools
Validates params, scopes auth, and proxies calls to REST API
Coneshare Server & Storage
Django REST + Nextcloud / Drive
Enforces permissions, renders watermarks & logs audit telemetry
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"
}
}
}
}FAQ
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.