# @sendraven/mcp

MCP server for SendRaven: send email, read replies as threads, run campaigns, and decide approvals, with per-key limits for agents.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.4.4
- **Author:** Common Ninja Ltd.
- **License:** MIT
- **npm:** @sendraven/mcp
- **Endpoints:** streamable-http https://mcp.sendraven.ai/mcp
- **Source:** https://github.com/CommonNinja/sendraven-mcp-server
- **Endpoint health:** reachable (last checked 2026-09-03T18:36:11.163Z, 1 sample) — uptime is not a security property and is not part of the trust score
- **Compatible clients:** claude-code, cursor, copilot, chatgpt, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-08T11:12:29.762Z
- **Version scanned:** 0.4.4
- **CVEs:** none found by OSV at scan time

## Tools

40 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `list_pending_approvals` — List messages held for human approval, with their full content. A key configured to
- `decide_approval` — Approve or reject a held message. Approving sends it immediately. Only use this when a
- `list_audiences` — List contact lists and how many contacts each holds.
- `add_contact` — Add someone to an audience. A contact exists once per workspace and can be on any number
- `import_contacts` — Import up to 5,000 contacts into an audience in one call, with names, tags, custom
- `get_contact` — Fetch one contact by id, with their audience memberships, custom properties and
- `update_contact` — Update a contact. Attributes are merged, so sending one field does not clear the rest.
- `list_segments` — List saved audience filters. Use a segment id when creating a campaign rather than
- `count_segment` — How many contacts a segment currently matches. Run this before building a campaign
- `find_contact` — Find a contact by address across every audience, without knowing which list they are on.
- `remove_from_audience` — Take a contact off one audience. They stay in the workspace and keep every other audience,
- `delete_contact` — Remove a person from the workspace entirely, along with every audience membership. Their
- `tag_contact` — Add or remove tags on a contact. Tags are flat labels — vip, beta, churned — as opposed to
- `list_tags` — Every tag in use in the workspace, with how many contacts carry each. Tags are free-form,
- `list_automations` — List multi-step email sequences and how many people are currently in each. Use this
- `enroll_in_automation` — Put someone into a multi-step sequence. Prefer this over scheduling several emails
- `emit_event` — Emit a named event, starting every automation that waits on it — for example
- `list_broadcasts` — List campaigns with their status and send progress. A campaign showing 'paused' is not
- `create_broadcast` — Create a campaign as a draft. Nothing is sent: follow with preview_broadcast, then
- `preview_broadcast` — How many contacts a campaign would reach, and whether the reputation gate would allow it.
- `get_broadcast` — One campaign, with a 'progress' object while it is sending, paused or testing: how many
- `pick_broadcast_winner` — Decide an A/B test now instead of waiting for decide_at. Pass 'variant' to choose a key
- `resume_broadcast` — Continue a campaign left 'paused' by the daily sending quota. It mails only the addresses
- `send_broadcast` — Send a campaign now, or schedule it with scheduled_at. This mails every contact in the
- `list_sending_domains` — List sending domains with their verification status and the DNS records each one needs.
- `add_sending_domain` — Register a sending domain and get back the DNS records to publish. Give the domain you
- `verify_sending_domain` — Re-check a domain's DNS records now instead of waiting for the background monitor.
- `send_email` — Send a transactional email, immediately or scheduled. Use scheduled_at with a relative
- `list_emails` — List recent messages with their delivery status. Filter by status
- `get_email` — Fetch one message with its full event timeline (send, delivery, bounce, complaint,
- `cancel_scheduled_email` — Cancel a scheduled email before it sends. Only works while status is 'scheduled'.
- `sendraven`
- `get_email_metrics` — Delivery and engagement over a window. Open and click rates are over delivered, not
- `list_scheduled_emails` — Messages queued to send later but not yet sent. Cancel one with cancel_scheduled_email.
- `suppress_many` — Stop sending to many addresses at once — the path for importing another provider's
- `list_webhook_deliveries` — Recent delivery attempts for a webhook endpoint, with status codes and errors. This
- `list_broadcast_recipients` — Who a campaign reached and what happened to each message.
- `list_api_keys` — List this workspace's API keys with their scopes and limits. Never returns key values.
- `get_usage` — This workspace's plan, how many emails it has sent this month, and how many are
- `list_suppressions` — List addresses we refuse to mail and why (hard_bounce, complaint, unsubscribe, manual).

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@sendraven/mcp\"\n      ],\n      \"env\": {\n        \"SENDRAVEN_API_KEY\": \"<YOUR_SENDRAVEN_API_KEY>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `SENDRAVEN_API_KEY` — Sendraven API Key (required)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (1 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; runs locally and hosted.
- Floor 57, ceiling 57 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40sendraven%2Fmcp
- Install plan: https://forgeregistry.com/api/v1/packages/%40sendraven%2Fmcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40sendraven%2Fmcp
- HTML page: https://forgeregistry.com/registry/%40sendraven%2Fmcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
