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.
概览
✉️ FreeCustom.Email MCP
AI-native email workflows for agents. Generate inboxes, receive emails, and extract OTPs — all via intent-driven MCP tools.
⚡ Key Features
- 🔥
create_and_wait_for_otp— generate inbox + wait for OTP in one call - 📩
get_latest_email— fetch full email data (sender, subject, body) - 🔑
extract_otp— get OTP or verification link instantly - 🚫 No polling, parsing, or regex required
🧠 Built For
- AI agent signup automation
- CI/CD authentication testing
- Multi-agent workflows
- QA & growth testing
🛠 Example
const { otp } = await mcp.create_and_wait_for_otp({
timeout: 30
});
服务器配置
{
"mcpServers": {
"fce-mcp": {
"command": "npx",
"args": [
"-y",
"fce-mcp-server"
],
"env": {
"FCE_API_KEY": "your_api_key_here"
}
}
}
}