API Tools
sendraven.ai
Provides email sending, retrieval, cancellation, and domain management capabilities via an API.
ENDPOINT 1
https://mcp.sendraven.ai/mcp
MCP server metadata
- Name
- sendraven
- Version
- 0.1.0
Known tools 45
get_emailFetch one message with its full event timeline (send, delivery, bounce, complaint, open, click).
Potential side effectslist_sending_domainsList sending domains with their verification status and the DNS records each one needs.
Inferred read-onlyadd_sending_domainRegister a sending domain and get back the DNS records to publish.
Potential side effectsverify_sending_domainRe-check a domain's DNS records now instead of waiting for the background monitor.
Inferred read-onlylist_suppressionsList addresses we refuse to mail and why (hard_bounce, complaint, unsubscribe, manual).
Inferred read-onlypreview_broadcastHow many contacts a campaign would reach, and whether the reputation gate would allow it.
Inferred read-onlyget_threadRead a conversation as a chronological transcript of outbound and inbound messages.
Inferred read-onlylist_pending_approvalsList messages held for human approval, with their full content.
Inferred read-onlylist_automationsList multi-step email sequences and how many people are currently in each.
Potential side effectsemit_eventEmit a named event, starting every automation that waits on it — for example 'trial_started' or 'invoice_overdue'.
Inferred read-onlylist_topicsList subscription topics — the categories a person can opt out of individually.
Inferred read-onlyget_contactFetch one contact by id, with their audience memberships, custom properties and engagement dates.
Inferred read-onlysuppress_manyStop sending to many addresses at once — the path for importing another provider's unsubscribe list before a first campaign.
Inferred read-onlylist_webhook_deliveriesRecent delivery attempts for a webhook endpoint, with status codes and errors.
Inferred read-onlylist_broadcast_recipientsWho a campaign reached and what happened to each message.
Potential side effectsget_usageThis workspace's plan, how many emails it has sent this month, and how many are left.
Inferred read-onlyfind_contactFind a contact by address across every audience, without knowing which list they are on.
Inferred read-onlydelete_contactRemove a person from the workspace entirely, along with every audience membership.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.