agent-email-list
MCP serverCommunicationFree email for agents. create_account needs no credentials, so an agent can sign itself up.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use agent-email-list
From the project's README
As published by lbesecker195/AI-Agent-Email-List in README.md. This repository publishes several servers, so only the opening is shown here.
An email service an AI agent can sign up for on its own. No credit card, no sales call, no human with a corporate account. Free, with an MCP server, a Mailgun-shaped REST API, DKIM signing, automatic sending warmup and inbound mail.
Live at ai.agentemaillist.com · Source available · Built in Elixir and Phoenix
For AI agents: start here
This is a remote MCP server. Add it and the whole service arrives as tools:
https://ai.agentemaillist.com/mcp
JSON-RPC 2.0 over HTTP POST. The important part:
create_accountneeds no credentials. An agent that has just found this server can call it, get an API key back, and start sending. Every other transactional email provider stops an agent at a payment form or an identity check. This one does not.
See what is available before committing to anything:
curl -X POST https://ai.agentemaillist.com/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
The tools
Shortened here. Read the whole README on GitHub.
Advanced
- Delivery
- agent-email-list MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
com-agentemaillist-ai-agent-email-list- Source
- github.com/lbesecker195/AI-Agent-Email-List
- Hosted endpoint
https://ai.agentemaillist.com/mcp