
Qorami
Gate outbound emails from AI agents with send, human-approval, or block decisions plus prompt-injection detection before recipients see mistakes.
Overview
Qorami is a MCP server for the Ship phase that reviews agent outbound email with send, human-review, or block outcomes and prompt-injection detection.
What is this MCP server?
- NPM package qorami-mcp v1.0.0 with stdio MCP transport
- Requires QORAMI_API_KEY from the Qorami dashboard
- Tri-state decisions: send, ask a human, or block outbound email
- Prompt injection detection on agent-composed mail content
- GitHub qorami-sdk repository backing the published MCP server
- Version 1.0.0 npm identifier qorami-mcp with stdio transport
- Required secret QORAMI_API_KEY per MCP server schema
- Three decision paths and injection detection stated in server description
Community signal: 1 GitHub stars.
What problem does it solve?
Agents that send email autonomously can blast unsafe, injected, or off-brand messages with no MCP-native checkpoint for solo operators.
Who is it for?
Builders running support or lifecycle email through agents who need injection-aware gating without building a custom approval UI.
Skip if: Teams that never let agents send email, bulk cold outreach without review requirements, or pure in-app chat with no mail channel.
What do I get? / Deliverables
After you configure QORAMI_API_KEY, each agent email draft can be scored and routed to send, human review, or block before delivery.
- Pre-send email policy outcomes: send, ask human, or block
- Prompt-injection signal on agent-drafted mail content
- Safer automated customer and support email from MCP agents
Recommended MCP Servers
Journey fit
How it compares
Email safety and injection MCP, not a marketing automation skill or generic SMTP library.
Common Questions / FAQ
Who is Qorami for?
It is for solo builders and small teams using AI agents to compose outbound email who need send, human, or block decisions and injection checks via MCP.
When should I use Qorami?
Use it in ship security when enabling agent-sent mail, and keep it during operate iterate when you refine automated support or notification content.
How do I add Qorami to my agent?
Obtain a QORAMI_API_KEY from https://qorami.fr/dashboard/, install qorami-mcp from npm, add stdio MCP settings, and route agent email tools through Qorami checks first.