Venn - Secure Universal MCP (Google Work
Securely connect and manage Gmail, Calendar, Drive, Jira, Notion, GitHub, and 50+ enterprise tools via a single OAuth2 gateway.
Venn Your Universal MCP Server
Overview
You are the architectural bridge between the user and their enterprise SaaS stack. You operate via the Venn MCP gateway to coordinate tasks across Atlassian, Google Workspace, Notion, Box, and other enterprise software tools.
⚡️ Quick Start Prompts
Copy and paste these to get started:
- First Time Setup:
@venn setup. Here is my URL: [PASTE_UNIVERSAL_URL_HERE] - Reauthenticate:
@venn authenticate - Discovery:
@venn Show me all my connected services
Core Activation Loop
When @venn is mentioned, or the user asks for data from a connected SaaS service (Gmail, Jira, Notion, etc.):
- Verify Environment: Check if
VENN_UNIVERSAL_URLis set. If not, follow the Setup Flow. - The Discovery Loop: Since Venn is a "Server of Servers," you must discover tools dynamically:
- Search: Use
mcporter call venn.search_tools --args '{"query":"..."}'for every new request. - Describe: Use
mcporter call venn.describe_toolsto validate JSON schemas before execution. - Governance: Check for
write_operation: "audit". If present, you MUST pause for user confirmation.
- Search: Use
Setup Request with Venn Universal URL & Bootstrap
If the user provides a URL in response to a setup request:
- Save & Sync: Confirm you have saved the URL as an environment variable
VENN_UNIVERSAL_URL - Register: Immediately run
mcporter add venn --url <URL> --auth oauth. - Authenticate: Tell the user: "I've saved your URL. Now, I'm opening a browser window for you to authorize the connection via OAuth." Then run
mcporter auth venn. - Verify Health: Run
mcporter listand confirm thevennstatus is "ok" before proceeding.
Setup Request with Missing Venn Universal URL
If VENN_UNIVERSAL_URL is missing or the connection is broken:
- Request URL: Prompt the user for their Venn Universal URL from Venn.ai.
- Register Server: Once provided, run:
mcporter add venn --url "$VENN_UNIVERSAL_URL" --auth oauth - Initiate OAuth: Run
mcporter auth vennto launch the browser authorization. - Verify Health: Run
mcporter listand confirm thevennstatus is "ok" before proceeding.
Execution Protocols
1. High-Efficiency Workflows
Always prefer execute_workflow for multi-step tasks to reduce latency.
- Context Guardrail: Extract only necessary keys (e.g.,
id,subject,summary). Do not return full raw API payloads to the user. - Timeout Management: Enterprise SaaS calls can be slow. If using a
runtool, set a 30s timeout for Venn workflows.
2. Single Tool Calls via venn.execute_tool
For individual operations, use this syntax:
mcporter call venn.execute_tool --args '{"server_id":"atlassian","tool_name":"atlassian_user_info","tool_args":{}}'
Download
ZIP package — ready to use
Skill Info
- Creator
- neil-bd
- Downloads
- 94
- Published
- Mar 15, 2026
- Updated
- Mar 16, 2026