Integrations
MCP server
Connect any MCP-capable AI assistant to Taifa Mail and let it send, schedule and track email through natural language.
Taifa Mail hosts a Model Context Protocol (MCP) server, so an AI assistant that speaks MCP can send mail, check delivery and pull analytics on your behalf.
Use cases
- Let your assistant send a one-off or a batch from a chat prompt.
- Look up delivery status and analytics in natural language.
- Schedule, cancel and retry sends without leaving your AI tool.
Step 1: Get an API key
In the dashboard, create an API key with the scopes the assistant should use, for example
emails:send and emails:read.
Step 2: Add the server
Point your MCP client at the hosted endpoint with a Bearer token.
| Setting | Value |
|---|---|
| Server URL | https://mcp.govconnect.ke/mcp |
| Auth header | Authorization: Bearer tfm_k_live_... |
Step 3: Use the tools
The assistant now has tools such as send_email, send_batch, validate_email,
get_email_status, search_emails, get_analytics and list_senders.
The full list of MCP tools and the AI sending flow are documented in Sending with MCP.