← Registry

API Tools

webhook-studio.com

Manages webhook endpoints for capturing and inspecting HTTP requests.

1 endpoint17 known toolsFirst detected July 24, 2026Last detected July 24, 2026

ENDPOINT 1

https://webhook-studio.com/mcp

No auth detected

MCP server metadata

Name
webhook-studio
Version
0.1.0
Capabilities
tools
Server instructions

Webhook Studio: capture, forward, replay and learn the shape of webhooks. Provision with create_bucket (pass external_ref to re-find it later), point a provider at the returned url, then wait_for_event / latest_event to see traffic. Prove a handler with replay_event (preserve_headers or resign_with), confirm forwards with list_deliveries, and turn real payloads into types with generate_types. Hand the human the inbox_url when done.

Known tools 17

create_bucket

Provision a new webhook endpoint (a "bucket") that captures incoming HTTP requests.

list_buckets

List your webhook endpoints.

get_bucket

Fetch one webhook endpoint by id, including its url and inbox_url.

delete_bucket

Permanently delete a webhook endpoint and its captured events.

latest_event

Get the single most recent event captured by a bucket, optionally filtered by provider and event type.

list_events

List events captured by a bucket, newest first, with composable filters: since/until (ISO 8601 or YYYY-MM-DD), provider, type, method, signature_valid, and q (case-insensitive substring over body, content type, method, type and labels).

get_event

Fetch one captured event by id with its full headers, body, signature verification result (and failure reason), and every outbound delivery attempt.

wait_for_event

Block until the next matching event arrives on a bucket, or until the timeout.

replay_event

Re-send a captured event to any URL — the test runner for a handler you just wrote.

forward_bucket

Set up standing forwarding from a bucket to a URL.

list_deliveries

List outbound delivery attempts for a bucket, newest first, with the full request and response of each.

configure_verification

Turn on HMAC signature verification for a bucket using the provider's own signing secret (e.g.

list_schemas

List the payload schemas Webhook Studio has learned from this account's real traffic, optionally filtered by provider and event_type.

get_schema

Fetch one learned schema with every field, its type, whether it is optional, and how often it actually appears — the real shape of the payload, derived from what this account received rather than guessed from training data.

diff_schema

Compare two versions of a learned schema and get exactly which fields were added, removed or changed type, each flagged as breaking or not.

generate_types

Generate types, a runtime validator, or a full handler from a learned schema — the payoff of the knowledge layer.

find_correlation_keys

List the correlation-key candidates for a learned schema — the fields that look like identifiers (e.g.