Skip to content
Community listing

Agent Email List MCP

v0.1.0

com.agentemaillist/agent-email-list

Email sending and receiving for AI agents, with a Mailgun-shaped API. An agent can open a free account on its own with create_account, add and verify a sending domain, send mail with a test mode, and read inbox messages and delivery events. Authenticate later calls with the returned API key as a bearer token.

transport:streamable-http tools:8

Target client

run in your project directory

claude mcp add --transport http agent-email-list https://ai.agentemaillist.com/mcp

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

create_account Mutating

create account

list_domains Read-only

list domains

add_domain Mutating

add domain

verify_domain

verify domain

send_email Mutating

send email

get_sending_limits Read-only

get sending limits

list_messages Read-only

list messages

get_delivery_events Read-only

get delivery events

Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. Check the server's own documentation before granting access.