Proton-MCP

36 tools. 18 can modify or destroy data without limits.

4 destructive tools with no built-in limits. Policy required.

Last updated:

18 can modify or destroy data
18 read-only
36 tools total

Community server · catalogue entry verified 12/06/2026

How to control Proton-MCP ↓

What Proton-MCP exposes to your agents

Read (18) Write / Execute (14) Destructive / Financial (4)
Critical Risk

The most dangerous Proton-MCP tools

18 of Proton-MCP's 36 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Proton-MCP

PolicyLayer is an MCP gateway — it sits between your AI agents and Proton-MCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "calendar__delete_event": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "mail__forward_message": {
    "limits": [
      {
        "counter": "mail__forward_message_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "calendar__get_event": {
    "limits": [
      {
        "counter": "calendar__get_event_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Proton-MCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON PROTON-MCP →

Free to start. No card required.

All 36 Proton-MCP tools

READ 18 tools
Read calendar__get_event Get a single calendar event by its UID Read calendar__list_events List calendar events in a date range. Can read both Jorgenclaw and Scott calendars. Read drive__download Download a file or folder from Proton Drive to local path Read drive__list List files and folders at a path on Proton Drive Read mail__get_attachments Download attachments from an email. Returns base64-encoded content. Read mail__get_message Get a single email by message ID (sequence number). Includes threading headers. Read mail__get_thread Fetch the full email chain (thread) for a message Read mail__get_unread Get unread emails from Proton Mail inbox Read mail__list_folder_messages List messages in a specific folder (Sent, Drafts, Trash, or any label) Read mail__list_folders List all mail folders and labels Read mail__list_messages List recent emails from Proton Mail inbox Read mail__search_messages Search emails by keyword in subject and body Read pass__get_item Get a credential from Proton Pass by name. Returns username, password, and URLs. Read pass__get_totp Generate the current TOTP authentication code for an item in Proton Pass. Use for autonomous 2FA. Read pass__list_items List credential names in a Proton Pass vault (no passwords returned) Read pass__list_vaults List available Proton Pass vaults Read pass__search_items Search Proton Pass items by keyword (no passwords returned) Read vpn__status Check VPN connection status — shows current IP, location, and whether traffic is routed through ProtonVPN

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Proton-MCP

Can an AI agent delete data through the Proton- MCP server? +

Yes. The Proton-MCP server exposes 4 destructive tools including calendar__delete_event, drive__delete, mail__delete_message. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Proton-MCP? +

The Proton-MCP server has 14 write tools including mail__forward_message, mail__star_message, calendar__create_event. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Proton-MCP.

How many tools does the Proton- MCP server expose? +

36 tools across 3 categories: Destructive, Read, Write. 18 are read-only. 18 can modify, create, or delete data.

How do I enforce a policy on Proton-MCP? +

Register the Proton- MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Proton-MCP tool call.

Deterministic rules across all 36 Proton-MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

36 Proton-MCP tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.