mcpbeat Sign in

Sendraven MCP Server

by sendraven Your server? Claim it
answering

Sendraven is answering right now. Last checked 2 min ago. 709 installs a week from npm. It exposes 51 tools. Last commit 8 Sep 2026.

Email for AI agents: send, read replies as threads, run campaigns, with per-key limits.

Installs per day peak 309 · avg 24
a month agotoday
Uptime history 8 days of history
8 days agonow
100.0%
Uptime 24h
93 of 93 checks
51
Tools
read from the server
414 ms
Response time
average over 24h
709
Installs / week
npm and PyPI

What changed 37

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 4 September 2026. No other catalogue keeps this.

8 Sep 2 tool descriptions were rewritten list_sending_domains, verify_sending_domain
8 Sep a tool appeared mark_thread_handled
7 Sep 14 tools changed the parameters they ask for18 times that day add_contact, create_broadcast, delete_contact and 11 more
7 Sep 2 tool descriptions were rewritten add_sending_domain, find_contact
6 Sep 6 tool descriptions were rewritten add_contact, get_broadcast, list_broadcasts and 3 more
6 Sep 3 tools appeared create_broadcast, import_contacts, pick_broadcast_winner
6 Sep a tool changed the parameters it asks for add_contact
4 Sep 2 tools appeared get_broadcast, resume_broadcast
4 Sep 2 tool descriptions were rewritten list_broadcasts, send_broadcast
and 4 more, back to 4 September 2026

Nothing serious here today

Today is the operative word: we check Sendraven every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.sendraven.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.sendraven.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.sendraven.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.sendraven.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.sendraven.ai/mcp"
    }
  }
}

Available tools 51

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

contact
add_contact
Add someone to an audience. A contact exists once per workspace and can be on any number of audiences, so adding an address that already exists joins them to this list rather than creating a second copy. Pass status when the person has opted out elsewhere — it writes the suppression as well as the flag, and an add never resubscribes someone who opted out here. Safe to retry. For more than a handful of people use import_contacts.
delete_contact
Remove a person from the workspace entirely, along with every audience membership. Their suppression and topic preferences are kept on purpose — an opt-out has to outlive the contact record, or the next import silently puts them back on the list. To take someone off a single audience use remove_from_audience instead.
find_contact
Find a contact by address across every audience, without knowing which list they are on. Use email for an exact match, or q for a prefix. A person exists once per workspace, so each row is one contact with audience_ids listing every list they are on, first_name, last_name, tags, attributes and whether they are unsubscribed.
get_contact
Fetch one contact by id, with their audience memberships, custom properties and engagement dates.
update_contact
Update a contact. Attributes are merged, so sending one field does not clear the rest.
email
get_email
Fetch one message with its full event timeline (send, delivery, bounce, complaint, open, click). This is the tool to reach for when asked why an email didn't arrive.
get_email_metrics
Delivery and engagement over a window. Open and click rates are over delivered, not sent — a low open rate with a high bounce rate is a deliverability problem, not an engagement one.
get_email_preferences
What one person has chosen to receive. Check this before asking a human why someone isn't getting a particular kind of email — an opt-out looks identical to a delivery failure from the outside.
set_email_preferences
Set which topics a person receives. Only do this when they have actually asked — silently re-subscribing someone who opted out is what generates spam complaints.
broadcast
create_broadcast
Create a campaign as a draft. Nothing is sent: follow with preview_broadcast, then send_broadcast. identity_id must be a marketing sending domain (see list_sending_domains; risk_class 'marketing'). To A/B test, pass 2 to 10 'variants' that differ in subject, from_name or send_at, and optionally 'ab_test'. A subject or from-name test sends sample_share of the audience (default 0.2) split evenly across the variants, waits decide_after_minutes (default 240) after the sample is out, picks the variant with the best unique open rate (or click rate with metric 'click'), and sends the rest to it. Each variant needs at least 100 recipients in the sample or the send is refused — preview_broadcast shows the number. Metric 'click' only works once the domain has click tracking; until then every variant shows zero clicks and the first variant wins by default.
get_broadcast
One campaign, with a 'progress' object while it is sending, paused or testing: how many addresses are still pending, sent, failed, or skipped because the person opted out after the campaign started. This is how you tell a paused campaign that is still making progress from one waiting on quota. An A/B test carries 'ab_test' with live per-variant results — sent, unique opens, unique clicks and their rates — plus 'decide_at' and, once decided, 'winner' and 'decided_by'. Status 'testing' means the sample is out and the rest of the audience is waiting on the decision.
list_broadcast_recipients
Who a campaign reached and what happened to each message.
send
send_broadcast
Send a campaign now, or schedule it with scheduled_at. This mails every contact in the segment and cannot be undone once started — run preview_broadcast first. A campaign bigger than the day's remaining quota is not rejected: it sends what it can and stops as 'paused', then continues later. That is expected, not an error to retry. An A/B test sends its sample, goes to 'testing', and sends the rest to the winner after decide_after_minutes or when pick_broadcast_winner is called. A send-time test is scheduled by its variants' send_at and does not accept scheduled_at.
send_email
Send a transactional email, immediately or scheduled. Use scheduled_at with a relative phrase like 'in 3 days' or an ISO timestamp. The From domain must already be verified.
send_template_email
Send an email built from a stored template. Variable values are HTML-escaped on substitution, so they are safe to fill from user-supplied text.
sending
add_sending_domain
Register a sending domain and get back the DNS records to publish. Give the domain you send from — mail.<domain> and news.<domain> are provisioned beneath it and the right one is chosen per message, so a marketing complaint spike can never affect password reset delivery. Pass risk_class only to provision one of the two on its own. Two records come back marked optional: an inbound MX so replies land in threads, and a link. CNAME that turns on click tracking on the customer's own name once its certificate is issued.
list_sending_domains
List sending domains with their verification status and the DNS records each one needs. Each record shows what is currently published, so this diagnoses a stuck verification. mail_from says whether SES has adopted the bounce. subdomain as the Return-Path: pending for up to 72 hours after the MX appears, then active. A verified domain sends fine meanwhile; only SPF alignment waits.
suppression
add_suppression
Stop sending to an address. Scope 'marketing' leaves transactional mail working.
remove_suppression
Remove a suppression so the address can be mailed again. Be careful with hard bounces — the address was rejected by the receiving server, and re-sending raises the bounce rate that AWS enforces on.
api
list_api_keys
List this workspace's API keys with their scopes and limits. Never returns key values.
audiences
list_audiences
List contact lists and how many contacts each holds.
automations
list_automations
List multi-step email sequences and how many people are currently in each. Use this to find the right automation before enrolling someone.
broadcasts
list_broadcasts
List campaigns with their status and send progress. A campaign showing 'paused' is not broken: it ran out of the day's sending quota part way and is waiting to continue. One showing 'testing' is an A/B test whose sample has gone out and whose winner is not yet decided. Use get_broadcast to see how much is left or how each variant is doing, and resume_broadcast to continue a paused one now.
cancel
cancel_scheduled_email
Cancel a scheduled email before it sends. Only works while status is 'scheduled'.
count
count_segment
How many contacts a segment currently matches. Run this before building a campaign around it — a filter that matches nobody is easier to spot here than after a send.
decide
decide_approval
Approve or reject a held message. Approving sends it immediately. Only use this when a human has explicitly told you which decision to make — the hold exists precisely so that an agent is not the one deciding.
emails
list_emails
List recent messages with their delivery status. Filter by status (queued, scheduled, sent, delivered, bounced, complained, rejected) or recipient.
emit
emit_event
Emit a named event, starting every automation that waits on it — for example 'trial_started' or 'invoice_overdue'. Use this when you want the configured sequences to decide what happens, rather than naming an automation yourself.
enroll
enroll_in_automation
Put someone into a multi-step sequence. Prefer this over scheduling several emails yourself: the sequence stops on its own if they unsubscribe, reply, or hard bounce, which you would otherwise have to track and cancel by hand. Enrolling the same person twice is a no-op, so it is safe to retry a call you are unsure about.
from
remove_from_audience
Take a contact off one audience. They stay in the workspace and keep every other audience, their suppression and their engagement history. To remove the person entirely use delete_contact — leaving a list and being forgotten are different things.
import
import_contacts
Import up to 5,000 contacts into an audience in one call, with names, tags, custom properties and subscription status. This is the migration tool: send the previous provider's unsubscribed, bounced and complained lists with the matching status *before* the first campaign, or the new domain mails people who opted out and loses its reputation in a day. Existing contacts are updated rather than duplicated, and nobody who opted out here is resubscribed, so re-running an import is safe. Returns counts: inserted, updated, skipped, unsubscribed, bounced, complained, suppressed, properties_created.
mark
mark_thread_handled
Clear a conversation's awaiting_reply flag without sending anything. Use it when the last inbound message needs no answer — a "thanks, all sorted" — so it stops appearing in list_threads with awaiting_reply=true. Do not reply just to clear the flag; that mails a person for bookkeeping. The next message they send flags the thread again.
pending
list_pending_approvals
List messages held for human approval, with their full content. A key configured to require approval drafts rather than sends; a person releases it. If your send returned status 'pending_approval', it is waiting here — do not retry the send.
pick
pick_broadcast_winner
Decide an A/B test now instead of waiting for decide_at. Pass 'variant' to choose a key yourself, or omit it to have the metric decide on the figures so far. The rest of the audience is then sent to the winner and cannot be redirected. Only a campaign in status 'testing' can be decided; anything else answers 409. Read get_broadcast first — a variant with a handful of opens more is not a result, and the worker decides on its own at decide_at.
preview
preview_broadcast
How many contacts a campaign would reach, and whether the reputation gate would allow it. Always run this before sending — it is the only way to see the size of a campaign without starting it. For an A/B test it also reports the sample size and per-variant count against the 100-per-variant floor; a send below the floor is refused.
render
render_template
Render a template with values, without sending. Use this to check your copy reads correctly before mailing a real person. Returns an error listing any missing variables.
reply
reply_to_message
Reply to a message, keeping it on the same conversation. Sets the threading headers so the recipient's mail client shows it as part of the existing exchange rather than a new one. Prefer this over send_email whenever you are answering something.
resume
resume_broadcast
Continue a campaign left 'paused' by the daily sending quota. It mails only the addresses still pending — the audience was frozen when the campaign started and everyone already reached is marked — so calling this twice cannot double-send. Only works on a paused campaign; anything else answers 409. A background worker also resumes paused campaigns on its own once quota frees up, so use this only when waiting is not acceptable. An A/B test paused mid-sample resumes the sample; one paused after the decision resumes the winner.
scheduled
list_scheduled_emails
Messages queued to send later but not yet sent. Cancel one with cancel_scheduled_email.
segments
list_segments
List saved audience filters. Use a segment id when creating a campaign rather than describing the filter inline, so the same definition can be reused and counted.
suppress
suppress_many
Stop sending to many addresses at once — the path for importing another provider's unsubscribe list before a first campaign. Without it, everyone who already opted out there gets mailed again here.
suppressions
list_suppressions
List addresses we refuse to mail and why (hard_bounce, complaint, unsubscribe, manual). Check here first when someone reports not receiving email.
tag
tag_contact
Add or remove tags on a contact. Tags are flat labels — vip, beta, churned — as opposed to custom properties, which are declared fields with a value. They are lower-cased and spaces become hyphens, so VIP and vip are the same tag. Tagging reaches the person across every audience they are on. Call list_tags first to see what the workspace already uses, rather than inventing a synonym for an existing tag.
tags
list_tags
Every tag in use in the workspace, with how many contacts carry each. Tags are free-form, so this is the only way to know what exists before applying one.
templates
list_templates
List stored email templates and the variables each one needs. Prefer sending via a template over composing HTML yourself — templates carry the brand styling and the unsubscribe footer.
thread
get_thread
Read a conversation as a chronological transcript of outbound and inbound messages. Inbound text already has quoted history and signatures stripped, so read `text`; `raw_text` holds the untrimmed body if the stripped version looks wrong. Check spf_verdict and dkim_verdict before trusting a reply's claimed sender.
threads
list_threads
List email conversations. Pass awaiting_reply=true to get only the threads where someone has written to you and you haven't answered — this is the tool to poll when deciding what needs a response.
topics
list_topics
List subscription topics — the categories a person can opt out of individually. Pass a topic when sending marketing mail so recipients can unsubscribe from that kind alone rather than from everything.
usage
get_usage
This workspace's plan, how many emails it has sent this month, and how many are left. Check before a large batch: a send that would cross the included allowance on a plan without overage is refused whole, so it is better to know first than to discover it halfway through a campaign.
verify
verify_sending_domain
Re-check a domain's DNS records now instead of waiting for the background monitor. Also restarts bounce-path (mail_from) verification when SES gave up before the MX record existed.
webhook
list_webhook_deliveries
Recent delivery attempts for a webhook endpoint, with status codes and errors. This is how to tell 'we never sent it' from 'your endpoint returned 500'.

Endpoints

URLTransportStateLatencyChecked
https://mcp.sendraven.ai/mcp streamable-http answering 325 ms 2 min ago

Alternatives to Sendraven

same job, measured the same way
Engagelab Email
by r1ghtherewaiting

Send, receive, monitor and reply to email from AI agents with threaded inbox context.

488 installs/wk local only
Sentvia
by sentvia

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

26 installs/wk local only
Lockally Email
by lockally

Stateful email for AI agents — read inboxes, reply in-thread, draft with approval.

answering
Sentfrom
by sentfrom

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

48 installs/wk local only
Unisender MCP
by theyahia

MCP server for UniSender API — email lists, campaigns, contacts. API key auth.

30 installs/wk local only
Campaignstack
by campaignstack

Run B2B outreach from your AI agent: 250+ tools for campaigns, leads, LinkedIn and email workflows.

answering
AgentMail
by agentmail

Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.

answering
MCP Email
by infoinlet-marketplace

Email for AI agents — read inbox (IMAP), search, and send (SMTP).

26 installs/wk local only

Sendraven — questions

Answers built from our own checks of this server.

What can Sendraven do?
It exposes 51 tools, read directly from the server on our last check. Among them: add_contact, add_sending_domain, add_suppression, cancel_scheduled_email, count_segment, create_broadcast and 45 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Sendraven mostly used for?
Its tools cluster around contact, email and broadcast. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Sendraven working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 414 ms. The bar chart above shows every period we have measured.
How do I connect Sendraven?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Sendraven need an API key?
No. Sendraven completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 51 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Sendraven?
It answers our handshake in 414 ms on average, which is faster than 39% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Sendraven?
The npm package @sendraven/mcp was installed 709 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sendraven open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.