AgentMail (verified)
AgentMail is the email inbox API for AI agents. It gives agents their own email inboxes, like Gmail does for humans.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add agentmail
# Browse available tools
npx -y smithery tool list agentmail
# Get full schema for a tool
npx -y smithery tool get agentmail list_inboxes
# Call a tool
npx -y smithery tool call agentmail list_inboxes '{}'Direct MCP Connection
Endpoint: https://agentmail.run.tools
Optional config:
apiKey(query) — Your API key from the AgentMail Console
Tools (11)
list_inboxes— List inboxesget_inbox— Get inboxcreate_inbox— Create inboxdelete_inbox— Delete inboxlist_threads— List threads in inboxget_thread— Get threadget_attachment— Get attachmentsend_message— Send messagereply_to_message— Reply to messageforward_message— Forward messageupdate_message— Update message
# Get full input/output schema for a tool
npx -y smithery tool get agentmail