← Registry

API Tools

sendraven.ai

Provides email sending, retrieval, cancellation, and domain management capabilities via an API.

1 endpoint45 known toolsFirst detected September 3, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.sendraven.ai/mcp

No auth detected

MCP server metadata

Name
sendraven
Version
0.1.0
Capabilities
tools.listChanged

Known tools 45

send_email

Send a transactional email, immediately or scheduled.

Potential side effects
list_emails

List recent messages with their delivery status.

Inferred read-only
get_email

Fetch one message with its full event timeline (send, delivery, bounce, complaint, open, click).

Potential side effects
cancel_scheduled_email

Cancel a scheduled email before it sends.

Potential side effects
list_sending_domains

List sending domains with their verification status and the DNS records each one needs.

Inferred read-only
add_sending_domain

Register a sending domain and get back the DNS records to publish.

Potential side effects
verify_sending_domain

Re-check a domain's DNS records now instead of waiting for the background monitor.

Inferred read-only
list_suppressions

List addresses we refuse to mail and why (hard_bounce, complaint, unsubscribe, manual).

Inferred read-only
add_suppression

Stop sending to an address.

Inferred read-only
remove_suppression

Remove a suppression so the address can be mailed again.

Potential side effects
list_broadcasts

List campaigns with their status and send progress.

Potential side effects
preview_broadcast

How many contacts a campaign would reach, and whether the reputation gate would allow it.

Inferred read-only
send_broadcast

Send a campaign now, or schedule it with scheduled_at.

Potential side effects
list_threads

List email conversations.

Potential side effects
get_thread

Read a conversation as a chronological transcript of outbound and inbound messages.

Inferred read-only
reply_to_message

Reply to a message, keeping it on the same conversation.

Potential side effects
list_templates

List stored email templates and the variables each one needs.

Potential side effects
render_template

Render a template with values, without sending.

Inferred read-only
send_template_email

Send an email built from a stored template.

Potential side effects
list_pending_approvals

List messages held for human approval, with their full content.

Inferred read-only
decide_approval

Approve or reject a held message.

Potential side effects
list_automations

List multi-step email sequences and how many people are currently in each.

Potential side effects
enroll_in_automation

Put someone into a multi-step sequence.

Inferred read-only
emit_event

Emit a named event, starting every automation that waits on it — for example 'trial_started' or 'invoice_overdue'.

Inferred read-only
list_topics

List subscription topics — the categories a person can opt out of individually.

Inferred read-only
get_email_preferences

What one person has chosen to receive.

Inferred read-only
set_email_preferences

Set which topics a person receives.

Inferred read-only
list_audiences

List contact lists and how many contacts each holds.

Inferred read-only
add_contact

Add someone to an audience.

Inferred read-only
get_contact

Fetch one contact by id, with their audience memberships, custom properties and engagement dates.

Inferred read-only
update_contact

Update a contact.

Potential side effects
list_segments

List saved audience filters.

Inferred read-only
list_tags

Every tag in use in the workspace, with how many contacts carry each.

Inferred read-only
count_segment

How many contacts a segment currently matches.

Inferred read-only
get_email_metrics

Delivery and engagement over a window.

Inferred read-only
list_scheduled_emails

Messages queued to send later but not yet sent.

Potential side effects
suppress_many

Stop sending to many addresses at once — the path for importing another provider's unsubscribe list before a first campaign.

Inferred read-only
list_webhook_deliveries

Recent delivery attempts for a webhook endpoint, with status codes and errors.

Inferred read-only
list_broadcast_recipients

Who a campaign reached and what happened to each message.

Potential side effects
list_api_keys

List this workspace's API keys with their scopes and limits.

Inferred read-only
get_usage

This workspace's plan, how many emails it has sent this month, and how many are left.

Inferred read-only
find_contact

Find a contact by address across every audience, without knowing which list they are on.

Inferred read-only
remove_from_audience

Take a contact off one audience.

Inferred read-only
delete_contact

Remove a person from the workspace entirely, along with every audience membership.

Potential side effects
tag_contact

Add or remove tags on a contact.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.sendraven]
url = "https://mcp.sendraven.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "sendraven": {
      "type": "http",
      "url": "https://mcp.sendraven.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: sendraven
Remote MCP URL: https://mcp.sendraven.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "sendraven": {
      "url": "https://mcp.sendraven.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "sendraven": {
      "type": "http",
      "url": "https://mcp.sendraven.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "sendraven",
  "transport": "streamable-http",
  "url": "https://mcp.sendraven.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.