Mmcp.market

MCP server

by sentfrom.ai·ai.sentfrom/mcp·v0.3.0

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

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

0 stars25 downloads/wk

Reviews

Write one

Nobody has reviewed MCP yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

MCP tools (21, 8 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • add_address_rule

    Add an allow or block rule for an email address or bare domain. Block rules are enforced on both send and receive.

  • add_domain

    Add a custom sending domain. Returns the DNS records to add to your DNS; verification is automatic once they propagate.

  • create_draftwrite action

    Create a draft (optionally scheduled, optionally a reply). Does not send.

  • create_inboxwrite action

    Create a new email inbox. Defaults to the managed mail.sentfrom.ai domain.

  • create_webhookwrite action

    Register a webhook endpoint for delivery events. The signing secret is returned once on creation — store it.

  • delete_address_rulewrite action

    Delete an allow/block rule.

  • delete_inboxwrite action

    Delete an inbox. Mail to its address stops being accepted.

  • delete_webhookwrite action

    Delete a webhook endpoint.

  • forward_message

    Forward a message to new recipients in a fresh thread, quoting the original and re-attaching its files.

  • get_domain

    Get a domain’s verification status and required DNS records.

  • get_message

    Fetch a single message by id, including body and attachment links.

  • get_thread

    Fetch a thread and all its messages in order.

  • list_address_rules

    List allow/block rules for this tenant.

  • list_drafts

    List drafts for this tenant.

  • list_inboxes

    List all inboxes for this tenant.

  • list_threads

    List conversation threads, most recently active first.

  • list_webhooks

    List webhook endpoints (signing secrets omitted).

  • reply_to_message

    Reply to a message, staying in its thread (sets In-Reply-To/References automatically).

  • search_messages

    Search messages across the tenant. mode: keyword (default), semantic (by meaning), or hybrid. No query returns recent messages.

  • send_draftwrite action

    Send an existing draft immediately.

  • send_messagewrite action

    Send a new email from one of your inboxes.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

no findings
  • Code scan2 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the MCP repository's README, as published. We do not edit it. Read it on GitHub

sentfromai-mcp

MCP server for SentFromAI — email infrastructure for AI agents.

Gives any MCP-capable agent (Claude Code, Claude Desktop, Cursor, VS Code, Gemini CLI, Codex, OpenClaw, or your own MCP host) email as native tools: create inboxes, send, reply, forward, search, read threads, manage drafts, custom domains, webhooks, and allow/block rules — 21 tools, each a thin wrapper over the SentFromAI REST API. Every tool carries MCP annotations (read-only / write / send / delete) so hosts can group them and confirm the irreversible ones.

You need a SentFromAI API key (sflive…) from the console. Free plan: 5 inboxes, 5,000 emails/month, no card.

Let your agent install it

Paste this into your agent (Claude Code, OpenClaw, Gemini CLI, any MCP-capable agent):

Set up SentFromAI email for yourself: fetch https://docs.sentfrom.ai/agent-install.md
and follow it. Ask me for the API key when you need it.

Install

Claude Code

As a plugin (asks for the key when you enable it, and adds a skill that teaches Claude email etiquette):

claude plugin marketplace add sentfromai/sentfromai-mcp
claude plugin install sentfromai@sentfromai

Or as a plain MCP server:

claude mcp add sentfromai --env SENTFROMAI_API_KEY=sf_live_… -- npx -y sentfromai-mcp

Claude Desktop, Cursor, Windsurf, Cline, any JSON-config host

{
  "mcpServers": {
    "sentfromai": {
      "command": "npx",
      "args": ["-y", "sentfromai-mcp"],
      "env": { "SENTFROMAI_API_KEY": "sf_live_…" }
    }
  }
}

Cursor one-click (then paste your key into the generated config):

VS Code

code --add-mcp '{"name":"sentfromai","command":"npx","args":["-y","sentfromai-mcp"],"env":{"SENTFROMAI_API_KEY":"sf_live_…"}}'

Gemini CLI

gemini extensions install https://github.com/sentfromai/sentfromai-mcp

Gemini asks for the API key on install and keeps it in your keychain.

Codex CLI

codex mcp add sentfromai --env SENTFROMAI_API_KEY=sf_live_… -- npx -y sentfromai-mcp

OpenClaw

openclaw mcp add sentfromai --command npx --arg -y --arg sentfromai-mcp --env SENTFROMAI_API_KEY=sf_live_…
openclaw skills install git:sentfromai/sentfromai-mcp

Full guide: docs.sentfrom.ai/frameworks/openclaw.

Hosted endpoint (no install)

The same 21 tools are served over Streamable HTTP at https://api.sentfrom.ai/mcp for hosts that only speak remote MCP (claude.ai connectors, ChatGPT apps, Meta Muse, Cursor remote servers, MCP Inspector). Authenticate with Authorization: Bearer sflive… (an x-api-key header also works), or let OAuth-capable hosts sign you in: the endpoint publishes RFC 9728 resource metadata pointing at SentFromAI's authorization server.

claude mcp add --transport http sentfromai https://api.sentfrom.ai/mcp --header "Authorization: Bearer sf_live_…"

Tools

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y sentfromai-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add mcp -- npx -y sentfromai-mcp
Add to Cursor

MCP: common questions

Is MCP server safe?
Mostly: it is graded B (83/100). Read the MCP safety report
How do I install MCP?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does MCP need an API key?
Yes. The registry entry asks for SENTFROMAI_API_KEY.
Is MCP maintained?
The last commit was in the last day (2026-09-23). The latest release is v0.3.0.
What can I use instead of MCP?
Servers from other publishers that do the same job: Imap MCP server, MCP server and Shipmail MCP server. Compare all MCP alternatives.

Alternatives to MCP

Same job from other publishers: the closest match first, then the best rated.

All MCP alternatives →
  • Imap
    IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants
    A
  • MCP
    Email infrastructure for AI agents: send, read replies as threads, campaigns, per-key limits.
    B
  • Shipmail
    Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
    A
  • Microsoft 365 Mail
    Microsoft 365 Outlook mail via Graph: read, search, send, reply, forward, draft, move, delete.
    A
  • Ray notifications
    Send email, push, Slack, Discord, Telegram and webhook notifications and manage templates with Ray.
    A

More from sentfrom.ai