Native MCP email server for AI agents — create temporary inboxes, wait for emails, extract OTPs, and automate email verification flows.
Server Config
{
"mcpServers": {
"uncorreotemporal": {
"command": "uvx",
"args": [
"uncorreotemporal-mcp"
],
"env": {
"UCT_API_KEY": "uct_your_key_here"
}
}
}
}