Give Your AI Assistant the Power of Email
Free, instant, disposable email addresses for AI workflows. No signup. No inbox creation. Every email address @mailinator.com already exists and is ready to use.
Every email address @mailinator.com already exists. Your AI can use any inbox name instantlyâno registration, no API limits for public domain.
All public inboxes are accessible without authentication. Perfect for testing, verification workflows, and automated processes.
AI assistants can check any inbox and retrieve emails in real-time. Perfect for extracting verification codes, reset links, or confirmation emails.
Get emails as plain text, HTML, JSON, headers, or extract just the links. Choose the format that works best for your AI workflow.
Model Context Protocol (MCP) support means AI assistants like Claude can access Mailinator directly with tools and resources.
Mailinator subscribers can use their API token to access private custom domains for secure workflows. Keep all your emails private while maintaining the same simple API.
Verify email delivery in test workflows without manual inbox checking
Automatically fetch 2FA codes, OTPs, and confirmation tokens from emails
Pull password reset links, activation URLs, or any links from emails
Confirm notification systems are working correctly in automated processes
View complete delivery logs and headers for troubleshooting email issues
Let AI read and analyze email content for information extraction
Perfect for scripts, automation, and programmatic access from any environment.
# Install the CLI npm install -g mailinator-cli # List emails in any public inbox (no auth needed) mailinator-cli inbox testuser public # Subscribers: Access your private emails export MAILINATOR_API_KEY=your_token_here mailinator-cli inbox myinbox private # Get a specific email mailinator-cli email 1 text # Extract links from an email mailinator-cli email 1 links # Get full email data as JSON mailinator-cli email 1 full
Native integration for AI assistants like Claude Desktop via Model Context Protocol.
# Start the MCP server (public domain) mailinator-cli --start-mcp-server # Subscribers: Start with private domain access export MAILINATOR_API_KEY=your_token_here mailinator-cli --start-mcp-server # Configure in Claude Desktop (with private access) { "mcpServers": { "mailinator": { "command": "node", "args": ["/path/to/bin/index.js", "--start-mcp-server"], "env": { "MAILINATOR_API_KEY": "your_token_here" } } } } # Then just ask your AI: # "Check the joe@mailinator.com inbox" # "Show me emails in my private myinbox" # "Get the first email and extract any links"
Pick any name up to 50 characters. The inbox already exists at @mailinator.comâno creation needed.
Have your workflow send emails to that address, or check existing emails that arrived.
Your AI assistant lists the inbox and retrieves specific emails in any format needed.
Get verification codes, links, or content. AI can analyze and act on the email data.
Get started with Mailinator AI integration in minutes