Webhook Studio
REMOTE · WEBHOOK-STUDIO.COM · SCANNED AUG 3
Keyless webhook endpoints: capture, wait, replay, forward, and generate types from real traffic.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →
Endpoint Security57
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 17 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability76
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2163 tokens (~127/item across 17 items; 17 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
remote · webhook-studio.com
claude mcp add --transport http com-webhook-studio-webhooks https://webhook-studio.com/mcp
[mcp_servers.com-webhook-studio-webhooks] url = "https://webhook-studio.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-webhook-studio-webhooks": {
"type": "remote",
"url": "https://webhook-studio.com/mcp",
"enabled": true
}
}
} openclaw mcp add com-webhook-studio-webhooks --url https://webhook-studio.com/mcp --transport streamable-http
mcp_servers:
com-webhook-studio-webhooks:
url: "https://webhook-studio.com/mcp" {
"mcpServers": {
"com-webhook-studio-webhooks": {
"type": "http",
"url": "https://webhook-studio.com/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 31 Jul 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 28 Jul 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.
- 27 Jul 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 26 Jul 26 63
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Probed https://webhook-studio.com/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=webhook-studio.com | CN=YE1,O=Let's Encrypt,C=US | 16 Jul 2026 | 14 Oct 2026 | ECDSA 256 | ECDSA-SHA384 | 570361e065cf14adfba7f48ea38967f2cfe |
| SANs: webhook-studio.com | ||||||
| CN=YE1,O=Let's Encrypt,C=US (CA) | CN=Root YE,O=ISRG,C=US | 3 Sept 2025 | 2 Sept 2028 | ECDSA 384 | ECDSA-SHA384 | 5ddd70dd31f801c85c186a7a04b80afe |
| CN=Root YE,O=ISRG,C=US (CA) | CN=ISRG Root X2,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | ECDSA 384 | ECDSA-SHA384 | 872165fc34b6e5fba8add5b3705fb53a |
| CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) | CN=ISRG Root X1,O=Internet Security Research Group,C=US | 13 May 2026 | 2 Sept 2032 | ECDSA 384 | SHA256-RSA | 6c8f1dc727c7117f7baf853ac980f9cd |
DNSSEC insecure
Validation of webhook-studio.com. — Not signed
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| webhook-studio.com. | absent | Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://webhook-studio.com/mcp | Verified | 200 | |
| http (plaintext) | http://webhook-studio.com/mcp | HTTPS enforced | 301 | https://webhook-studio.com/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
configure_verification ~164
Turn on HMAC signature verification for a bucket using the provider's own signing secret (e.g. Stripe's whsec_). This is how you finish a "verified webhook" integration end to end. Set secret to the provider secret and hmac_enabled:true in the same call; the signature scheme is auto-detected from the header shape.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_id | string | yes | The endpoint id. |
| header_name | string | — | Signature header to read (auto-detected if omitted). |
| hmac_enabled | boolean | — | Enable verification. |
| on_failure | string | — | What to do with a failed signature. |
| secret | string | — | The provider's signing secret (≥16 chars). |
| tolerance_seconds | number | — | Max timestamp skew allowed, in seconds. |
No output schema declared.
No examples provided.
create_bucket ~136
Provision a new webhook endpoint (a "bucket") that captures incoming HTTP requests. Returns its id, public ingest url to point a provider at, inbox_url (the live human view to hand back), and signing secret. Pass external_ref — your own stable name like "acme-api:stripe" — so you can re-find this exact bucket later with list_buckets after losing context.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | — | Deployment environment. |
| external_ref | string | — | Your own stable identifier (unique per account) for idempotent re-provisioning and re-finding. |
| name | string | — | Human label for the bucket. |
No output schema declared.
No examples provided.
delete_bucket ~30
Permanently delete a webhook endpoint and its captured events.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_id | string | yes | The endpoint id. |
No output schema declared.
No examples provided.
diff_schema ~107
Compare two versions of a learned schema and get exactly which fields were added, removed or changed type, each flagged as breaking or not. This is the "why did my handler start failing" answer, produced without reading a single payload. from defaults to the version before to.
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | Baseline version number (defaults to the one before "to"). |
| schema_id | string | yes | The schema id. |
| to | string | — | Target version number, or "current". |
No output schema declared.
No examples provided.
find_correlation_keys ~115
List the correlation-key candidates for a learned schema — the fields that look like identifiers (e.g. data.object.id), ranked by how consistently they appear. These are the fields to group events by when reconstructing a lifecycle (a Stripe payment_intent across created -> succeeded, a GitHub PR across its events). Derived from real traffic, so it reflects what THIS account actually receives.
| Name | Type | Req | Description |
|---|---|---|---|
| schema_id | string | yes | The schema id. |
| version | string | — | Version number, or "current" (the default). |
No output schema declared.
No examples provided.
forward_bucket ~155
Set up standing forwarding from a bucket to a URL. Pass forward_all:true to forward every event, or condition_tree to forward only matching events (same AND/OR condition grammar the routing engine uses). Creates the destination and routing rule in one call.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_id | string | yes | The endpoint id. |
| condition_tree | object | — | A condition tree (AND/OR of field comparisons) to forward only matching events. Mutually exclusive with forward_all. |
| forward_all | boolean | — | Forward every event unconditionally. |
| name | string | — | Optional label for the destination. |
| rule_name | string | — | Optional name for the routing rule when using condition_tree. |
| url | string | yes | Destination URL to forward to. |
No output schema declared.
No examples provided.
generate_types ~175
Generate types, a runtime validator, or a full handler from a learned schema — the payoff of the knowledge layer. Everything is derived from the payloads this account ACTUALLY received, with genuinely-optional fields marked optional, instead of a plausible-but-wrong guess from a model's memory of the provider docs. Pass lang for a bare type (typescript / json-schema / zod), or framework (next / express) for a ready-to-paste handler that validates and hands back a fully-typed event.
| Name | Type | Req | Description |
|---|---|---|---|
| framework | string | — | Return a ready-to-paste handler scaffold instead of a bare type. Overrides lang. |
| lang | string | — | Output format for a bare type. |
| schema_id | string | yes | The schema id. |
| version | string | — | Version number, or "current" (the default). |
No output schema declared.
No examples provided.
get_bucket ~33
Fetch one webhook endpoint by id, including its url and inbox_url.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_id | string | yes | The endpoint id. |
No output schema declared.
No examples provided.
get_event ~64
Fetch one captured event by id with its full headers, body, signature verification result (and failure reason), and every outbound delivery attempt. This is how you find out whether your forward actually reached its target and what came back.
| Name | Type | Req | Description |
|---|---|---|---|
| event_id | string | yes | The event id. |
No output schema declared.
No examples provided.
get_schema ~79
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.
| Name | Type | Req | Description |
|---|---|---|---|
| schema_id | string | yes | The schema id. |
| version | string | — | Version number, or "current" (the default). |
No output schema declared.
No examples provided.
latest_event ~124
Get the single most recent event captured by a bucket, optionally filtered by provider and event type. Returns one event with its headers, body and delivery results — the one-shot answer to "what did Stripe last send me". 404 if nothing matches, so you never index into an empty list.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_id | string | yes | The endpoint id. |
| provider | string | — | Filter to a provider attributed at ingest (e.g. stripe, github). |
| type | string | — | The provider's own event name, matched exactly (e.g. payment_intent.succeeded). |
No output schema declared.
No examples provided.
list_buckets ~68
List your webhook endpoints. Pass external_ref to fetch the specific bucket you created earlier under that name — this is how you re-anchor after losing the conversation, since you never need to have stored the bucket id.
| Name | Type | Req | Description |
|---|---|---|---|
| external_ref | string | — | Return only the bucket with this exact external_ref. |
No output schema declared.
No examples provided.
list_deliveries ~123
List outbound delivery attempts for a bucket, newest first, with the full request and response of each. Pass success:false to see only failures — the direct answer to "which of my forwards are broken and why".
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_id | string | yes | The endpoint id. |
| cursor | string | — | Pagination cursor from a previous response. |
| limit | number | — | Max deliveries to return (1–100, default 20). |
| source | string | — | Delivery source. |
| success | boolean | — | Filter to succeeded (true) or failed (false) deliveries. |
No output schema declared.
No examples provided.
list_events ~237
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). Use cursor for the next page.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_id | string | yes | The endpoint id. |
| cursor | string | — | Pagination cursor from a previous response. |
| limit | number | — | Max events to return (1–100, default 20). |
| method | string | — | HTTP method (GET, POST, ...). |
| provider | string | — | Filter to a provider (e.g. stripe, github). |
| q | string | — | Case-insensitive substring search over body/content-type/method/type/labels. |
| signature_valid | boolean | — | Only events whose signature verification passed/failed. |
| since | string | — | Only events at or after this time (ISO 8601 or YYYY-MM-DD). |
| type | string | — | The provider's own event name, matched exactly. |
| until | string | — | Only events at or before this time. |
No output schema declared.
No examples provided.
list_schemas ~101
List the payload schemas Webhook Studio has learned from this account's real traffic, optionally filtered by provider and event_type. These outlive the payloads they were learned from, so this answers "what shapes do I know about" even after old events are gone. Start here to discover what you can generate types or diffs for.
| Name | Type | Req | Description |
|---|---|---|---|
| event_type | string | — | The provider's own event name. |
| provider | string | — | Filter to a provider. |
No output schema declared.
No examples provided.
replay_event ~211
Re-send a captured event to any URL — the test runner for a handler you just wrote. preserve_headers defaults to true so the original signature header (e.g. Stripe-Signature) arrives intact. If you changed the body or the receiver verifies with a different secret, pass resign_with (the dev's own signing secret) so the payload is re-signed and their verification code passes unmodified. Returns the response status, latency and body.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | Replacement request body (defaults to the captured body). |
| event_id | string | yes | The event id to replay. |
| headers | object | — | Header overrides layered on top of the preserved set. |
| preserve_headers | boolean | — | Replay the captured headers verbatim (default true). |
| resign_with | string | — | Signing secret to re-sign the payload with (≥16 chars). |
| signature_header | string | — | Header name for resign_with (default x-signature). |
| url | string | yes | Destination URL to send it to. |
No output schema declared.
No examples provided.
wait_for_event ~145
Block until the next matching event arrives on a bucket, or until the timeout. Use this to turn "go click Send test webhook in Stripe" into a synchronous step: call it, tell the human to trigger the event, and it returns as soon as one arrives. Filters (provider, type) mean unrelated traffic does not wake it. Returns the event, or nothing if it times out.
| Name | Type | Req | Description |
|---|---|---|---|
| bucket_id | string | yes | The endpoint id. |
| provider | string | — | Only resolve on an event from this provider. |
| timeout | number | — | Seconds to wait (1–55, default 30). |
| type | string | — | Only resolve on this event type. |
No output schema declared.
No examples provided.