INDIVIDUAL MCP TOOL
verify_sending_domain
Re-check a domain's DNS records now instead of waiting for the background monitor.
LIVE ENDPOINT
https://mcp.sendraven.ai/mcp
Connect to this endpoint to inspect the live schema for verify_sending_domain and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.list_suppressions— List addresses we refuse to mail and why (hard_bounce, complaint, unsubscribe, manual).add_suppression— Stop sending to an address.