loicfontaine-max/qorami-sdk
🔌 MCP Serverloicfontaine-max
Pre-flight email check for AI agents: send/ask-human/block with prompt-injection detection.
The Qorami MCP SDK (loicfontaine-max/qorami-sdk) provides a Model Context Protocol (MCP) server for email safety checks. When an AI agent intends to send an email, this server inspects the content and returns a verdict: 'send' for safe emails, 'ask-a-human' for emails that require human review, or 'block' for malicious content. It also returns machine reason codes and detects prompt-injection attacks. This helps prevent AI agents from sending harmful, inappropriate, or unauthorized emails. The SDK is designed to integrate seamlessly with MCP-based agent workflows, providing a simple API for email vetting. It is open-source and available on GitHub.
💡Highlights
- ├─Returns send/ask-human/block verdicts
- ├─Detects prompt injection attacks
- └─Provides machine reason codes
🎯For
- ├─AI agent developers
- ├─Email automation engineers
- └─Security-conscious AI teams