# Secure email inbox protected against prompt injection attempts, malware, viruses and more This MCP server acts as a secure gateway between your AI agents and email systems, protecting against common email-borne threats before content ever reaches your LLM. Every message is scanned for prompt injection attempts, malware, viruses, spam, and other malicious content, ensuring your agents only process trusted, sanitized emails. ## Features * **Prompt Injection Protection** – Detects and neutralizes prompt injection attacks embedded in email content. * **Malware & Virus Scanning** – Prevents AI agents from processing malicious attachments and infected messages. * **Spam & Phishing Detection** – Filters unwanted and deceptive emails before they reach your workflows. * **Secure MCP Integration** – Connect AI agents through the Model Context Protocol (MCP) for controlled, secure email access. * **Safe Email Processing** – Delivers clean, validated email content while blocking or quarantining suspicious messages. * **Enterprise Ready** – Designed for AI-powered automation, customer support, assistants, and autonomous workflows. ## Ideal For * AI customer support agents * Email automation workflows * Autonomous assistants * Enterprise AI applications * Security-conscious MCP deployments Keep your AI productive while ensuring email remains a trusted source of information.
How to connect
https://server.smithery.ai/afluffysquirrel/mail-guard/mcp
curl -X POST https://server.smithery.ai/afluffysquirrel/mail-guard/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'