UnCorreoTemporal MCP Server
io.github.francofuji/uncorreotemporal-mcp-server
What is the UnCorreoTemporal MCP server?
Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups.
How to install UnCorreoTemporal
Copy-paste configuration for popular MCP clients.
UCT_API_KEYrequiredsecretYour UnCorreoTemporal API key (get one at https://uncorreotemporal.com). Format: uct_...
UCT_API_BASEAPI base URL. Defaults to https://uncorreotemporal.com
UCT_MCP_TRANSPORTTransport mode: stdio (default), streamable-http, or sse
{
"mcpServers": {
"uncorreotemporal-mcp-server": {
"command": "uvx",
"args": [
"uncorreotemporal-mcp"
],
"env": {
"UCT_API_KEY": "<YOUR_UCT_API_KEY>",
"UCT_API_BASE": "<YOUR_UCT_API_BASE>",
"UCT_MCP_TRANSPORT": "<YOUR_UCT_MCP_TRANSPORT>"
}
}
}
}{
"mcpServers": {
"uncorreotemporal-mcp-server": {
"command": "uvx",
"args": [
"uncorreotemporal-mcp"
],
"env": {
"UCT_API_KEY": "<YOUR_UCT_API_KEY>",
"UCT_API_BASE": "<YOUR_UCT_API_BASE>",
"UCT_MCP_TRANSPORT": "<YOUR_UCT_MCP_TRANSPORT>"
}
}
}
}{
"mcpServers": {
"uncorreotemporal-mcp-server": {
"command": "uvx",
"args": [
"uncorreotemporal-mcp"
],
"env": {
"UCT_API_KEY": "<YOUR_UCT_API_KEY>",
"UCT_API_BASE": "<YOUR_UCT_API_BASE>",
"UCT_MCP_TRANSPORT": "<YOUR_UCT_MCP_TRANSPORT>"
}
}
}
}{
"servers": {
"uncorreotemporal-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"uncorreotemporal-mcp"
],
"env": {
"UCT_API_KEY": "<YOUR_UCT_API_KEY>",
"UCT_API_BASE": "<YOUR_UCT_API_BASE>",
"UCT_MCP_TRANSPORT": "<YOUR_UCT_MCP_TRANSPORT>"
}
}
}
}claude mcp add uncorreotemporal-mcp-server --env UCT_API_KEY=<YOUR_UCT_API_KEY> --env UCT_API_BASE=<YOUR_UCT_API_BASE> --env UCT_MCP_TRANSPORT=<YOUR_UCT_MCP_TRANSPORT> -- uvx uncorreotemporal-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.