MCP Server
MCP
UnCorreoTemporal
Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups.
Install
uvx uncorreotemporal-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "uncorreotemporal-mcp",
"version": "0.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your UnCorreoTemporal API key (get one at https://uncorreotemporal.com). Format: uct_...",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UCT_API_KEY"
},
{
"description": "API base URL. Defaults to https://uncorreotemporal.com",
"format": "string",
"name": "UCT_API_BASE"
},
{
"description": "Transport mode: stdio (default), streamable-http, or sse",
"format": "string",
"name": "UCT_MCP_TRANSPORT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment