mcpserver.lol
registry/samuelar2-mcp
Connection check local install

samuelar2-mcp

Email for AI agents: inboxes, send/reply/forward, search, threads, webhooks — 21 SentFromAI tools.

Tools 22
GitHub stars
Installs / wk 85
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

22 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

add_address_rule from source
Add an allow or block rule for an email address or bare domain. Block rules are enforced on both send and receive.
add_domain from source
Add a custom sending domain. Returns the DNS records to add to your DNS; verification is automatic once they propagate.
create_draft from source
Create a draft (optionally scheduled, optionally a reply). Does not send.
create_inbox from source
Create a new email inbox. Defaults to the managed mail.sentfrom.ai domain.
create_webhook from source
Register a webhook endpoint for delivery events. The signing secret is returned once on creation — store it.
delete_address_rule from source
Delete an allow/block rule.
delete_inbox from source
Delete an inbox. Mail to its address stops being accepted.
delete_webhook from source
Delete a webhook endpoint.
forward_message from source
Forward a message to new recipients in a fresh thread, quoting the original and re-attaching its files.
get_domain from source
Get a domain’s verification status and required DNS records.
get_message from source
Fetch a single message by id, including body and attachment links.
get_thread from source
Fetch a thread and all its messages in order.
list_address_rules from source
List allow/block rules for this tenant.
list_drafts from source
List drafts for this tenant.
list_inboxes from source
List all inboxes for this tenant.
list_threads from source
List conversation threads, most recently active first.
list_webhooks from source
List webhook endpoints (signing secrets omitted).
reply_to_message from source
Reply to a message, staying in its thread (sets In-Reply-To/References automatically).
search_messages from source
Search messages across the tenant. mode: keyword (default), semantic (by meaning), or hybrid. No query returns recent messages.
send_draft from source
Send an existing draft immediately.
send_message from source
Send a new email from one of your inboxes.
sentfromai from source