How to Use the Hookdeck MCP in Claude Code
Pipe Hookdeck MCP Server tools directly into your CLI workflow to manage webhook routing and retries from the terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Hookdeck MCP to Claude Code
Create your Vinkius account to connect Hookdeck to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Control event routing from Claude Code
The Hookdeck MCP Server turns Claude Code into a headless command center for your event-driven infrastructure. You can query your entire webhook topology by running `list_connections` and `list_sources` directly from your shell prompt. This eliminates the need to context-switch to a browser during an active incident. When you need to spin up a new environment, the agent executes `create_source` and `create_connection` instantly. It outputs the clean JSON payloads, allowing you to pipe the results directly into other terminal utilities or configuration files.
Bulk retry and debug webhook failures
Resolving bulk webhook drops during an outage is highly efficient when managed through CLI-based automation. Claude Code scans for failed deliveries by executing `list_attempts` with specific status filters. It isolates the exact event IDs that timed out or returned error codes. To fix the backlog, the agent triggers `retry_event` or `retry_request` on the filtered list. If you need to stop scheduled retries for a specific set of events to prevent log spam, Claude Code calls `cancel_event` across the target IDs.
Monitor queue depth and latency metrics
Keeping tabs on ingestion pipelines requires immediate access to raw queue statistics. This toolset lets you query `get_metrics_queue_depth` to check if your downstream workers are keeping up with incoming traffic spikes. You see the queue size in real time without loading heavy monitoring dashboards. To analyze transformation bottlenecks, the agent runs `get_metrics_transformations` to pull execution latency. It correlates this data with `get_metrics_requests` to ensure your global ingestion rates stay within safe operational limits.
Set up Hookdeck MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seehookdeck-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Hookdeck transactions." It will automatically discover and invoke the available Hookdeck tools.
claude mcp add --transport http hookdeck-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Hookdeck MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Hookdeck MCP today
We host it, we monitor it, we maintain it. You just paste one token.