Home / Companies / Hookdeck / Blog / March 2026

March 2026 Summaries

5 posts from Hookdeck

Filter
Month: Year:
Post Summaries Back to Blog
The Model Context Protocol (MCP) is transforming how AI agents interact with external services by wrapping APIs like Stripe, GitHub, and Shopify, but its synchronous design poses challenges for handling asynchronous events. While the MCP framework efficiently manages synchronous operations, it struggles with asynchronous workflows where results, such as webhooks from third-party services, don't arrive instantly. Although the 2025 MCP specification introduced Tasks to address asynchronous state management from the agent's perspective, the infrastructure gap for reliably receiving and processing inbound webhooks remains unaddressed. Standard MCP transports like Streamable HTTP, though improved for scalability, don't naturally support inbound webhook communication, leading to a protocol mismatch. To solve this, an Event Gateway can be employed to handle webhook verification, deduplication, and delivery, thus allowing the MCP server to focus on mapping tool calls to API operations. As the MCP ecosystem evolves, addressing this infrastructure challenge will be crucial for production-level deployments, with the potential for future protocol enhancements focusing on asynchronous event handling.
Mar 30, 2026 1,635 words in the original blog post.
Phil Leggetter's Hookdeck CLI v2 introduces significant enhancements, including a built-in MCP server that allows AI agents to query, inspect, and debug webhooks via the Hookdeck gateway namespace. This version expands functionality beyond human developers, integrating AI agent workflows and adding new commands for handling issues and metrics. The CLI offers tools for investigating and diagnosing webhook failures, enabling agents to identify problems without accessing the Dashboard, and facilitates root-cause analysis through a series of tools. New features include the ability to manage issues directly from the CLI, enhanced metrics commands for detailed resource analysis, and a renamed configuration flag for clarity. The update also includes a local flag for authentication and introduces telemetry to understand usage patterns, with an opt-out option available. The CLI's MCP server sets the stage for future developments in Event Gateway operations, aiming to refine error handling and expand capabilities based on user feedback.
Mar 24, 2026 1,129 words in the original blog post.
Anthropic's new Claude Code Channels feature enables pushing external events directly into a running Claude Code session, allowing the system to react to real-time occurrences such as CI failures or GitHub notifications without user intervention. This research preview feature is particularly practical for webhook integration, although it requires a public URL, which is addressed by using the Hookdeck CLI to bridge local Claude Code sessions with external webhook providers like GitHub. A detailed walkthrough guides users through setting up a webhook channel server, using Hookdeck CLI to provide a stable public URL, and configuring Claude Code to respond to webhook events. This involves creating a simple server with Bun to receive webhooks and send notifications to Claude Code, using Hookdeck's stable URLs and event replay capabilities for efficient iteration, and customizing Claude's responses through a CLAUDE.md file. The potential for developing a more integrated Hookdeck plugin for Claude Code is also highlighted, promising further simplification and automation of the setup process.
Mar 20, 2026 2,622 words in the original blog post.
At Hookdeck, a platform that processes hundreds of millions of webhooks daily, a significant enhancement was achieved in payload search speed using ClickHouse, resulting in a 60-fold increase in performance, reducing average search latency to approximately 400 milliseconds. Initially, as data volumes grew, search queries began timing out, hampering a critical debugging tool for users. The improvement was realized through two key techniques: hash-bucketed payload storage and variable-window iterative scanning. The first method involved distributing data across multiple bucketed columns based on hashed values, reducing the amount of data scanned per query. The second technique involved issuing queries with expanding time windows until enough results were gathered, significantly reducing the number of rows scanned. This approach was complemented by adaptive granularity adjustments and probe queries to optimize scanning efficiency. These strategies collectively improved reliability, eliminated timeout-related failures, and transformed user experience by delivering faster, incremental search results.
Mar 13, 2026 2,939 words in the original blog post.
In February 2026, Hookdeck introduced several significant updates, including enhanced search capabilities, multi-factor authentication (MFA) features, and new CLI functionalities. The Event Gateway received a major search overhaul, transitioning from a filter-based system to fast, unstructured search, improving efficiency in debugging and event tracing. MFA was added to bolster security, allowing organizations to enforce authentication across all team members. The CLI v1.9.1 update brought comprehensive management capabilities for Event Gateway resources, alongside new analytics metrics for monitoring webhook infrastructure. Outpost v0.13.0 saw dashboard and alerting improvements, with API refactoring and new source types expanding webhook verification capabilities. Additional updates included new Agent Skills for AI coding, expanded webhook source types, and integrations for enhanced analytics and reliability. These changes aim to streamline webhook management and enhance security and functionality across Hookdeck's offerings.
Mar 04, 2026 943 words in the original blog post.