← sendraven.ai

INDIVIDUAL MCP TOOL

update_contact

Update a contact.

sendraven.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.sendraven.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for update_contact and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

sendraven.ai

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.

Related tools

  • send_email — Send a transactional email, immediately or scheduled.
  • list_emails — List recent messages with their delivery status.
  • get_email — Fetch one message with its full event timeline (send, delivery, bounce, complaint, open, click).
  • cancel_scheduled_email — Cancel a scheduled email before it sends.
  • 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.
  • verify_sending_domain — Re-check a domain's DNS records now instead of waiting for the background monitor.
  • list_suppressions — List addresses we refuse to mail and why (hard_bounce, complaint, unsubscribe, manual).