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.
其他 分类下的更多 MCP 服务器
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!
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论