AgenticEmail

Created By
AgenticEmail21 hours ago
Hosted email for AI agents over MCP. Create inboxes on the fly, then send, receive, and reply to real email with scoped API keys. Remote streamable HTTP server at https://api.agenticemail.dev/mcp - nothing to run locally. Docs: https://agenticemail.dev/docs/mcp
Overview

AgenticEmail logo

AgenticEmail MCP Server

Hosted email for AI agents over the Model Context Protocol

Website · Docs · MCP Registry: dev.agenticemail/mcp · Discord


AgenticEmail ships a hosted MCP server so any MCP-compatible agent (Claude, Cursor, Codex, custom agents) can create inboxes and send, receive, and reply to real email as native tool calls - no custom glue code.

The server is remote (streamable HTTP). There is nothing to install or run locally.

Connect

{
  "mcpServers": {
    "agenticemail": {
      "url": "https://api.agenticemail.dev/mcp",
      "headers": {
        "Authorization": "Bearer ${AGENTICEMAIL_API_KEY}"
      }
    }
  }
}

Get an API key at agenticemail.dev - free while you build. Scoped keys work here too, so an agent only sees the inboxes you grant it.

Tools

ToolDescription
create_inboxProvision a new addressable inbox
list_inboxesList inboxes the key can access
list_threads / get_threadBrowse conversations and load full thread history
list_messages / get_messageRead parsed inbound and outbound messages
send_messageSend a message from an inbox
reply_to_messageReply within an existing thread

Example

Create an inbox for the onboarding flow, send a welcome email to new@example.com, then watch for their reply.

The agent calls create_inbox, then send_message, and reacts to the reply through your webhook or WebSocket stream.

Beyond MCP

The same platform is available as a REST API, with webhooks, real-time events, custom domains, SMTP compatibility, and official TypeScript and Python SDKs.

Server Config

{
  "mcpServers": {
    "agenticemail": {
      "url": "https://api.agenticemail.dev/mcp",
      "headers": {
        "Authorization": "Bearer ${AGENTICEMAIL_API_KEY}"
      }
    }
  }
}
Project Info
Created At
21 hours ago
Updated At
20 hours ago
Author Name
AgenticEmail
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Routerbase Mcp

18 hours ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago