FreeCustom.Email MCP — AI Email + OTP Automation for Agents

by DishIs

293 downloads
Not rated
GitHub

About

AI-native disposable email + OTP extraction for LLM agents.

Details

Author
DishIs
Downloads
293
Categories
Communication, AI, Automation, Developer Tools

- Generate inbox and wait for OTP in one call
- Fetch full email data (sender, subject, body)
- Get OTP or verification link instantly
- No polling, parsing, or regex required

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name FreeCustom.Email MCP — AI Email + OTP Automation for Agents
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Invoke the MCP tools via your MCP client. For example, call create_and_wait_for_otp with a timeout parameter to generate an inbox and wait for an OTP in one step. No polling, parsing, or regex is required.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "freecustom.email mcp \u2014 ai email + otp automation for agents": {
            "fce-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "fce-mcp-server"
                ],
                "env": {
                    "FCE_API_KEY": "your_api_key_here"
                }
            }
        }
    }
}

McpServers

{
    "fce-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "fce-mcp-server"
        ],
        "env": {
            "FCE_API_KEY": "your_api_key_here"
        }
    }
}

✉️ 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

```js const { otp } = await mcp.create_and_wait_for_otp({ timeout: 30 });
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.