AI-native disposable email + OTP extraction for LLM agents.
FreeCustom.Email MCP lets agents create inboxes, receive emails, and extract OTPs or verification links in a single step — no polling, parsing, or regex.
Built for:
• AI agent signup automation
• CI/CD auth testing
• Multi-agent workflows
Works seamlessly with Claude, Cursor, LangChain, and any MCP-compatible client.
服务器配置
{
"mcpServers": {
"fce-mcp": {
"command": "npx",
"args": [
"-y",
"fce-mcp-server"
],
"env": {
"FCE_API_KEY": "your_api_key_here"
}
}
}
}