mcpbeat Sign in

Agent Email List MCP Server

answering

Agent Email List is answering right now. Last checked 16 min ago. It exposes 8 tools. Last commit 15 Sep 2026.

Free email for agents. create_account needs no credentials, so an agent can sign itself up.

Uptime history 4 days of history
4 days agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
274 ms
Response time
average over 24h
1
Stars
last commit 15 Sep 2026

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 15 September 2026. No other catalogue keeps this.

15 Sep a tool description was rewritten get_sending_limits
15 Sep a tool changed the parameters it asks for get_sending_limits

What the code does

We read the source, 20 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  # read it as, or the update matches nothing and someone else has it.
  defp claim(%Message{} = message) do

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 16 min ago.

run in your terminal
claude mcp add agent-email-list --transport http https://ai.agentemaillist.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-email-list": {
      "url": "https://ai.agentemaillist.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-email-list]
url = "https://ai.agentemaillist.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-email-list": {
      "url": "https://ai.agentemaillist.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-email-list": {
      "url": "https://ai.agentemaillist.com/mcp"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

account
create_account
Create an account on this email service and get an API key back. Needs no existing credentials, so an agent with nothing can call this first. The key is returned once and never again. Free, with no card and no trial clock.
delivery
get_delivery_events
What happened to messages on this domain: accepted, delivered, failed, and so on. A send returning success means queued, not delivered; this is where the delivery outcome actually appears.
domain
add_domain
Register a domain to send from, and get the DNS records that must be published before it will work. Publishing DNS usually needs a human with registrar access, so start this early. The domain cannot send until verify_domain succeeds.
domains
list_domains
List the sending domains on this account, with their verification state and how much of today's sending allowance each has left.
messages
list_messages
Recent messages for a domain, sent and received. Use direction to filter, and folder to separate inbox from spam on received mail.
send
send_email
Send a message. The domain must be verified and the from address must belong to it. Counts one against the daily allowance per recipient. Set test_mode true to run the whole pipeline, including content screening, without sending anything and without spending allowance — do that first when building.
sending
get_sending_limits
How much this domain may send today and what graduates it to the next rung, plus this account's standing: how many domains it may hold and whether sending is paused. New domains start at a low daily cap and climb as they prove themselves, so check this before planning a bulk send rather than discovering it part-way. Call it with no domain for the account-level answer alone.
verify
verify_domain
Re-read DNS now and mark the domain active if its SPF and DKIM records are visible. DNS takes minutes to hours to propagate; poll this every few minutes, not every few seconds.

Endpoints

URLTransportStateLatencyChecked
https://ai.agentemaillist.com/mcp streamable-http answering 219 ms 16 min ago

Alternatives to Agent Email List

same job, measured the same way
Agent Email List — Free SMTP Relay for AI Agents
by agentemaillist-ai

Free transactional email + SMTP relay. Agents self-signup, no API key needed to start.

8 tools answering
ZeroDrop
by zerodrop

Disposable email inboxes for AI agents — OTPs and magic links auto-extracted. No signup needed.

57 installs/wk local only
Presidio Hardened X402 MCP
by presidio-v

Pre-payment PII screener for x402 — catches emails, SSNs, names before agents sign.

57 installs/wk local only
Broke2built Skills MCP
by lordbasilaiassistant-sudo

29 live data skills for agents: email/DNS/domain intel, web audits, EVM reads. Free tier.

48 installs/wk local only
UnCorreoTemporal
by francofuji

Temporary email for AI agents: create inboxes, wait for emails, extract OTPs, verify signups.

58 installs/wk local only
Openagentemail
by openagentemail

Unlimited agent mailboxes — create identities, read/wait for mail, extract OTPs, send email.

340 installs/wk local only
Thunderbird CLI
by vitalio-sh

Give AI agents full read/write email access via Mozilla Thunderbird. Zero credentials.

285 installs/wk local only
UseWait
by usewait

Create and manage waitlists from your AI agent: page, custom domain, emails, signups, broadcasts.

answering

Agent Email List — questions

Answers built from our own checks of this server.

What can Agent Email List do?
It exposes 8 tools, read directly from the server on our last check. Among them: add_domain, create_account, get_delivery_events, get_sending_limits, list_domains, list_messages and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Agent Email List working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 274 ms. The bar chart above shows every period we have measured.
How do I connect Agent Email List?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agent Email List need an API key?
No. Agent Email List completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agent Email List?
It answers our handshake in 274 ms on average, which is faster than 54% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Agent Email List open source?
We cannot say either way: written in Elixir and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.