AgenticEmail
@AgenticEmail
AgenticEmail について
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"agenticemail": {
"url": "https://api.agenticemail.dev/mcp",
"headers": {
"Authorization": "Bearer ${AGENTICEMAIL_API_KEY}"
}
}
}
}ツール
9Create a new inbox. Omit username for a random one; omit domain to use the default (or only verified) domain.
List all inboxes in the account.
List conversation threads, optionally scoped to an inbox.
Get a thread with all its messages.
List recent messages in an inbox.
Get a single message by id, including attachment metadata. Use read_attachment to read attachment contents.
Read an attachment as structured content: PDFs are converted to markdown (scanned pages are flagged via pages_needing_ocr), text attachments are returned as-is. Binary types (images, archives, office docs) are not supported - download those via the REST attachment endpoint.
Send a new email from an inbox.
Reply to a message; recipients, subject and threading are set automatically.
概要
What is AgenticEmail?
AgenticEmail is a hosted email service for AI agents over the Model Context Protocol. It allows any MCP-compatible agent (Claude, Cursor, Codex, custom agents) to create inboxes and send, receive, and reply to real email as native tool calls.
How to use AgenticEmail?
The server is remote (streamable HTTP) with nothing to install locally. Configure your MCP client with the URL https://api.agenticemail.dev/mcp and an Authorization: Bearer <API_KEY> header. Tools include create_inbox, list_inboxes, list_threads, get_thread, list_messages, get_message, send_message, and reply_to_message.
Key features of AgenticEmail
- Hosted email service; no local installation required
- Native MCP tool calls for sending, receiving, replying
- Scoped API keys to limit inbox access
- Real-time events via webhooks or WebSocket streams
- Supports custom domains and SMTP compatibility
- Also available as REST API with official SDKs
Use cases of AgenticEmail
- Automate onboarding workflows by creating inboxes and sending welcome emails
- Let an AI agent handle customer support replies in existing threads
- Integrate email sending/receiving into custom MCP-compatible agents
- Build email‑based notification systems with real‑time event streams
FAQ from AgenticEmail
What dependencies does AgenticEmail require?
None. The server is hosted; there is nothing to install or run locally. Only an API key is needed.
How do I authenticate an agent with AgenticEmail?
Pass an API key in the Authorization header as a Bearer token. Scoped keys limit the agent to specific inboxes.
Where are emails stored and processed?
All data lives on AgenticEmail’s hosted platform. The server uses streamable HTTP with no local storage.
Is there a free tier?
Yes, the service is free while you build. Get an API key at agenticemail.dev.
Does AgenticEmail support features beyond MCP?
Yes. The same platform offers a REST API, webhooks, real‑time events, custom domains, SMTP compatibility, and official TypeScript and Python SDKs.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント