目录 / Faivelo Email
MCP
鉴权未知
未评级
已上架
Faivelo Email
Give your AI assistant a real email inbox on your own domain. Read, search, send and reply to email from Claude or any MCP client, with mailboxes hosted by Faivelo. Works with unlimited mailboxes, so each agent or role (support@, sales@, agent@) can have its own address. Setup handles DNS for you: connect a domain and MX, SPF, DKIM and DMARC are configured automatically. Learn more at https://faivelo.com/
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://mail--faivelo.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Faivelo Email": {
"url": "https://mail--faivelo.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| send_message | Send an email from one of the account's mailboxes. Counts against the plan's monthly send limit. |
| list_messages | List message summaries (sender, subject, date, snippet, uid) in a mailbox folder, newest first, paginated. |
| read_message | Read a single message in full: headers, plain-text and HTML body, and attachment metadata. Use the uid from list_messages. Ideal for extracting verification codes or sign-up links. |
| search_messages | Search a mailbox folder by free text and/or structured filters (from, to, subject, body, date range, attachments). At least one filter is required. Returns message summaries with uids. |
| list_folders | List the IMAP folders of a mailbox with message and unread counts (Inbox, Sent, Drafts, Trash, Junk, custom folders). |
| get_contacts | List the people this mailbox corresponds with (name, address, message count), derived from recent Inbox and Sent messages. |
| flag_message | Mark a message read/unread or star/unstar it. |
| move_message | Move a message to another folder (use list_folders for valid destinations). |
| mark_spam | Move a message to the Junk/Spam folder. |
| delete_message | Delete a message. By default it moves to Trash; from Trash/Drafts (or with permanent: true) it is deleted permanently. |
| list_mailboxes | List every mailbox this connection can operate, with its domain. Call this first instead of guessing addresses. |
| list_domains | List the domains this connection can see. Keys with the domains:read scope get the full account picture (verification, mailbox/alias counts); grant-scoped connections see the domains hosting their mailboxes. |
| get_account_summary | Overview of the account: reachable mailboxes/domains, plan tier, and the monthly send quotas (used / remaining / limit). monthlySends is the API/MCP quota that send_message draws from; campaigns are metered separately under campaignSends. Useful before large sends. |
| search_all_mailboxes | Run one search across every reachable mailbox (optionally limited to one domain) and get results tagged by mailbox. Same filters as search_messages; at least one filter required. Searches up to 15 mailboxes per call, in address order: when more are reachable the response names the ones it skipped and gives a nextOffset to pass back as offset. |
| list_aliases | List email aliases (forwarding addresses) and their destinations. Optionally filter by domain. |
| create_alias | Create a forwarding address (e.g. hello@yourdomain.com) that routes to up to 20 destination addresses. Grant-scoped connections may only route to their own mailboxes. |
| delete_alias | Delete a forwarding address. Mail sent to it afterwards bounces. |
| restore_message | Move a message out of Trash (or any folder) back to the Inbox or another folder. |
| empty_trash | Permanently delete every message in the Trash folder. Cannot be undone. |
| mark_all_read | Mark every message in a folder as read. |
| get_thread | Reconstruct the whole conversation a message belongs to (via Message-ID/References), including your own replies from the Sent folder, oldest first. Use read_message on the returned uids for full bodies. |
| get_attachment | Fetch an attachment from a message as base64 (max ~1.5 MB — larger files must be opened in webmail). Use the filename from read_message's attachment metadata. |
| get_delivery_status | Check whether a recipient address has bounced or complained about the account's mail, and whether it is on the suppression list (suppressed recipients are skipped by campaigns). Useful for "did my email to X arrive?" debugging. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。