Coneshare Logo
Coneshare MCP · 27 Typed Tools for Virtual Data Rooms

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.

Live Agent Execution Simulator
Select a workflow prompt to test:
1. Prompt Given to AI Agent
AI Context > "Sync pitch deck from Nextcloud folder /pitch-v2, apply dynamic email watermarking, and mint a 14-day expiring link with NDA gate for sequoia.com."

Sovereignty Guarantee

Files are streamed directly from your private storage without uploading to third-party AI databases.

2. Autonomous Execution Trace
Agent Tool Invocation

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)

STEP 01
Sovereign Storage & Security GateZero Vendor Lock-in

Syncs file hash from private Nextcloud storage. Stamping viewer watermark on preview engine.

STEP 02
Active Sovereign Link MintedStatus: 200 OK

https://app.coneshare.com/s/sequoia-vdr-01j9 (NDA + Watermarked)

STEP 03
Live Telemetry & Intent ScoringHigh Intent Signal

Partner [email protected] viewed 8/12 pages · Spent 2m 45s on slide 4 (Financials).

STEP 04

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

MCP Gateway (/mcp/sse)

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

11 tools
list_documents()Paginated list of workspace documents with folder filtering
get_document()Retrieve detailed document metadata, versions, and active links
search_documents()Search documents by full-text title or description query
update_document()Rename or update description metadata of an existing document
delete_document()Soft-delete a document (moves to Trash, recoverable in UI)
create_folder()Create a new folder in workspace documents hierarchy
update_folder()Rename an existing workspace folder
delete_folder()Soft-delete a workspace folder
move_items()Move documents and/or subfolders into destination folders
request_document_upload()Get pre-signed URL for direct chunked storage uploads
finalize_document_upload()Commit document metadata & trigger background preview render

Virtual Datarooms

7 tools
list_datarooms()List organization datarooms with pagination metadata
get_dataroom()Retrieve dataroom item hierarchy, permissions, and settings
create_dataroom()Create a new dataroom to group and share multiple documents
add_content_to_dataroom()Attach workspace documents to an existing dataroom
remove_content_from_dataroom()Remove workspace documents from an existing dataroom
update_dataroom()Update metadata (name, description) for an existing dataroom
delete_dataroom()Soft-delete a dataroom

Share Links & Controls

3 tools
list_share_links()List active share links filterable by document or dataroom
create_share_link()Mint link with NDA gate, dynamic watermark, OTP email verify & expiry
update_share_link()Modify security parameters, custom watermark/NDA text, or toggle active state

Engagement Analytics

3 tools
get_document_analytics()Overall page view durations, total viewers, and engagement statistics
list_view_sessions()List viewer sessions with summary metadata (email, location, dwell time)
get_view_session()Detailed session breakdown: page-by-page dwell, video heartbeats, clicks

Admin & Governance

3 tools
list_admin_users()List all organization users with search and pagination
get_admin_user_details()Detailed user profile, created links count, and view engagement
list_login_activities()Organization user login activity logs (IP, user agent, timestamps)

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"
      }
    }
  }
}
⚡ Remote Streamable-HTTP Protocol · No local daemon requiredHTTPS / SSE

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.