API Tools
webhook-studio.com
Manages webhook endpoints for capturing and inspecting HTTP requests.
ENDPOINT 1
https://webhook-studio.com/mcp
MCP server metadata
- Name
- webhook-studio
- Version
- 0.1.1
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_bucketProvision a new webhook endpoint (a "bucket") that captures incoming HTTP requests.
Inferred read-onlylatest_eventGet the single most recent event captured by a bucket, optionally filtered by provider and event type.
Inferred read-onlylist_eventsList 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-onlyget_eventFetch one captured event by id with its full headers, body, signature verification result (and failure reason), and every outbound delivery attempt.
Inferred read-onlywait_for_eventBlock until the next matching event arrives on a bucket, or until the timeout.
Inferred read-onlyreplay_eventRe-send a captured event to any URL — the test runner for a handler you just wrote.
Potential side effectslist_deliveriesList outbound delivery attempts for a bucket, newest first, with the full request and response of each.
Inferred read-onlyconfigure_verificationTurn on HMAC signature verification for a bucket using the provider's own signing secret (e.g.
Inferred read-onlylist_schemasList the payload schemas Webhook Studio has learned from this account's real traffic, optionally filtered by provider and event_type.
Inferred read-onlyget_schemaFetch 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-onlydiff_schemaCompare 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-onlygenerate_typesGenerate types, a runtime validator, or a full handler from a learned schema — the payoff of the knowledge layer.
Inferred read-onlyfind_correlation_keysList the correlation-key candidates for a learned schema — the fields that look like identifiers (e.g.
Inferred read-onlyCONNECT 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.
webhook-studio.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.