← Registry

API Tools

webhook-studio.com

Manages webhook endpoints for capturing and inspecting HTTP requests.

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

ENDPOINT 1

https://webhook-studio.com/mcp

No auth detected

MCP server metadata

Name
webhook-studio
Version
0.1.1
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.

Inferred read-only
list_buckets

List your webhook endpoints.

Inferred read-only
get_bucket

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

Inferred read-only
delete_bucket

Permanently delete a webhook endpoint and its captured events.

Potential side effects
latest_event

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

Inferred read-only
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).

Inferred read-only
get_event

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

Inferred read-only
wait_for_event

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

Inferred read-only
replay_event

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

Potential side effects
forward_bucket

Set up standing forwarding from a bucket to a URL.

Inferred read-only
list_deliveries

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

Inferred read-only
configure_verification

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

Inferred read-only
list_schemas

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

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
generate_types

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

Inferred read-only
find_correlation_keys

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.webhook-studio]
url = "https://webhook-studio.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webhook-studio": {
      "type": "http",
      "url": "https://webhook-studio.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webhook-studio
Remote MCP URL: https://webhook-studio.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "webhook-studio": {
      "url": "https://webhook-studio.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webhook-studio": {
      "type": "http",
      "url": "https://webhook-studio.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webhook-studio",
  "transport": "streamable-http",
  "url": "https://webhook-studio.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for webhook-studio.com was fetched 2026-07-28T08:58:03.689Z and is being refreshed.

Trust status Trusted

webhook-studio.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.