list_webhook_deliveries — mcp MCP Tool Read-only
list_webhook_deliveries
(list webhook deliveries) is one of 55 tools on the
mcp
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_webhook_deliveries from your client
- Claude Code mcp list_webhook_deliveries run in your project directory
- Claude Desktop mcp list_webhook_deliveries ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor mcp list_webhook_deliveries ~/.cursor/mcp.json
- VS Code mcp list_webhook_deliveries .vscode/mcp.json
- Zed mcp list_webhook_deliveries ~/.config/zed/settings.json
- Windsurf mcp list_webhook_deliveries ~/.codeium/windsurf/mcp_config.json
- Cline mcp list_webhook_deliveries ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI mcp list_webhook_deliveries ~/.gemini/settings.json
- Grok mcp list_webhook_deliveries .mcp.json (in your project root)
- ChatGPT mcp list_webhook_deliveries Settings → Connectors → Advanced → Developer mode
- Claude.ai mcp list_webhook_deliveries Settings → Connectors → Add custom connector
- LangChain mcp list_webhook_deliveries pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://mcp.sendraven.ai/mcp
Other tools on this server
- send_email
- list_emails
- get_email
- cancel_scheduled_email
- list_sending_domains
- add_sending_domain
- verify_sending_domain
- list_suppressions
- add_suppression
- remove_suppression
- create_broadcast
- get_broadcast
- list_broadcasts
- preview_broadcast
- send_broadcast
- pick_broadcast_winner
- resume_broadcast
- list_threads
- get_thread
- reply_to_message
- mark_thread_handled
- list_templates
- render_template
- send_template_email
- list_pending_approvals
- decide_approval
- list_automations
- get_automation
- list_automation_enrollments
- create_automation
- update_automation
- set_automation_status
- enroll_in_automation
- emit_event
- list_topics
- get_email_preferences
- set_email_preferences
- list_audiences
- add_contact
- import_contacts
- get_contact
- update_contact
- list_segments
- list_tags
- count_segment
- get_email_metrics
- list_scheduled_emails
- suppress_many
- list_broadcast_recipients
- get_usage
- find_contact
- remove_from_audience
- delete_contact
- tag_contact
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.