Hookdeck (Webhook Gateway)

Hookdeck (Webhook Gateway) MCP Connector for Claude

A+

Manage your webhook infrastructure via Hookdeck — monitor connections, route events, and control sources directly from any AI agent.

75 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Hookdeck account to any AI agent and take full control of your webhook gateway and event-driven architecture through natural conversation.

What you can do

  • Connection Management — List, create, and update connections that route events from sources to destinations with specific rules.
  • Operational Control — Instantly pause, unpause, enable, or disable connections to handle maintenance or traffic spikes without touching code.
  • Source Monitoring — Manage your webhook sources, retrieve their configurations, and monitor the flow of incoming events.
  • Infrastructure Auditing — Count active connections and sources to get a high-level overview of your integration health.
  • Lifecycle Actions — Delete or update existing infrastructure components as your project requirements evolve.

How it works

  1. Subscribe to this server
  2. Enter your Hookdeck API Key
  3. Start managing your webhook reliability from Claude, Cursor, or any MCP-compatible client

No more jumping between dashboards to pause a failing webhook or check a source configuration. Your AI acts as a dedicated DevOps engineer for your event pipeline.

Who is this for?

  • Backend Engineers — quickly debug and manage webhook routes without leaving the terminal or IDE.
  • DevOps & SREs — automate the enabling/disabling of connections during deployment windows or incidents.
  • Support Engineers — check source configurations and connection statuses to troubleshoot client integration issues.
webhooksevent-gatewayapi-managementevent-deliveryinfrastructure

75 tools expose this connector's capabilities to your AI agent.

bulk_cancel_events

Bulk cancel events

bulk_retry_events

Bulk retry events based on a query

bulk_retry_requests

Bulk retry rejected requests

cancel_bulk_retry_events

Cancel an ongoing bulk retry

cancel_event

Cancel a scheduled retry for an event

count_connections

Count connections

count_destinations

Count destinations

count_issues

Get issue count

count_sources

Count sources

count_transformations

Count transformations

create_bookmark

Create a bookmark

create_connection

Can include inline source/destination. Create a connection

create_destination

Create a destination

create_issue_trigger

Create an issue trigger

create_source

Create a source

create_transformation

Create a transformation

delete_bookmark

Delete a bookmark

delete_connection

Delete a connection

delete_destination

Delete a destination

delete_issue

Dismiss an issue

delete_issue_trigger

Delete an issue trigger

delete_source

Delete a source

delete_transformation

Delete a transformation

disable_connection

Disable a connection

disable_destination

Disable a destination

disable_source

Disable a source

enable_connection

Enable a connection

enable_destination

Enable a destination

enable_source

Enable a source

get_attempt

Retrieve a specific attempt

get_bookmark

Retrieve a bookmark

get_bulk_retry_events

Get status of a bulk retry

get_connection

Retrieve a specific connection

get_destination

Retrieve a destination

get_event

Retrieve a specific event

get_event_raw

Get event raw body data

get_issue

Retrieve an issue

get_issue_trigger

Retrieve an issue trigger

get_metrics_attempts

Delivery attempt pattern metrics

get_metrics_events

Event processing and success rate metrics

get_metrics_events_by_issue

Failures grouped by issue metrics

get_metrics_queue_depth

Monitor processing backlogs

get_metrics_requests

Request volume and status metrics

get_metrics_transformations

Transformation performance metrics

get_request

Retrieve a specific request

get_request_events

Retrieve events generated by a request

get_request_ignored_events

Retrieve ignored events for a request

get_request_raw

Get request raw body data

get_source

Retrieve a source

get_transformation_execution

Get a specific transformation execution

list_attempts

Retrieve delivery attempts

list_bookmarks

Retrieve bookmarks

list_connections

Retrieve connections

list_destinations

Retrieve destinations

list_events

Retrieve events

list_issues

Retrieve issues

list_issue_triggers

Retrieve issue triggers

list_requests

Retrieve requests

list_sources

Retrieve sources

list_transformation_executions

Get transformation executions

list_transformations

Retrieve transformations

pause_connection

Events will be marked as HOLD. Pause a connection

publish_event

Send events directly to Hookdeck

retry_event

Retry a specific event

retry_request

Retry a rejected request

test_transformation

Test a transformation

trigger_bookmark

Replay the bookmarked request

unpause_connection

Unpause a connection

update_bookmark

Update a bookmark

update_connection

Update a connection

update_destination

Update a destination

update_issue

Update issue status

update_issue_trigger

Update an issue trigger

update_source

Update a source

update_transformation

Update a transformation

See how to talk to your AI agent using Hookdeck (Webhook Gateway).

List all my current Hookdeck connections and their status.

I've retrieved your connections. You have 3 active connections: 'Shopify-Sync' (Enabled), 'Stripe-Webhooks' (Paused), and 'Auth0-Events' (Enabled). Would you like more details on any of these?

Disable the source with ID 'src_123abc'.

I have successfully disabled the source 'src_123abc'. It will no longer accept incoming webhook events until re-enabled.

Show me the details for connection 'conn_xyz789'.

Fetching details for 'conn_xyz789'... This connection routes from Source 'GitHub-Repo' to Destination 'Vercel-Deploy'. It currently has 2 active rules and is in 'Enabled' status.

Yes. Use the `pause_connection` tool with the Connection ID. This will hold incoming events until you use `unpause_connection` to resume delivery.

Related Connectors