Native email tools for AI agents — send, track, and manage email through Model Context Protocol instead of brittle API glue code.
Server name
mailafrica-mcp
Auth
API key scoped per domain, passed via MCP server config — not per tool call.
Rate limits
Enforced server-side. Tool results surface rate_limit_remaining where relevant.
Everything an agent needs to send mail, work with templates, and understand delivery — without manual API wiring.
Send a transactional email from a verified domain address.
Trigger a predefined flow (OTP, welcome, invoice) without building HTML.
Confirm an email was delivered, opened, or bounced, and react accordingly.
Discover what templates exist before sending anything.
Build a new transactional template on the fly.
Pull and process parsed inbound messages from hosted inboxes.
Check domain verification and deliverability health.
Add the server to your MCP config and point an agent at real email infrastructure. Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible client.
For AI agents{
"mcpServers": {
"mailafrica": {
"command": "npx",
"args": ["-y", "@mailafrica/mcp-server"],
"env": { "MAILAFRICA_API_KEY": "your_key_here" }
}
}
}