Keyless webhook endpoints: capture, wait, replay, forward, and generate types from real traffic.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A webhook pipeline your agent can drive β keyless. Provision a real endpoint, wait for the provider event, replay it into localhost, forward it to your app, and generate types from your actual captured payloads. Built for humans debugging webhooks and for AI agents building the integration.
β App: https://webhook-studio.com Β Β·Β Docs: https://webhook-studio.com/docs Β Β·Β Agent spec (llms.txt): https://webhook-studio.com/llms.txt
Webhook Studio is a remote MCP server (Streamable HTTP, stateless). Add one URL:
That curl mints a keyless read + replay token (no signup) bound to a fresh 3-day endpoint. For
full access β create endpoints, configure verification, stand up forwards β use a ws_live_β¦ key
from your dashboard.
Or add it to your client's MCP config (~/.cursor/mcp.json, .vscode/mcp.json,
claude_desktop_config.json) β full setup for every client at https://webhook-studio.com/mcp/setup:
The Authorization header is optional β omit it for a public connection (the read/replay tools that
accept a ws_anon_β¦ token), or set a ws_live_β¦ key for the full toolset.
Listed in the official MCP Registry as com.webhook-studio/webhooks.
The manifest is server.json in this repo.
Task-shaped, not resource-shaped β reach for them by intent:
create_bucket Β· list_buckets Β· get_bucket Β· delete_bucket | Provision and manage endpoints |
latest_event Β· list_events Β· get_event Β· wait_for_event | Read events; block until one arrives |
replay_event Β· forward_bucket Β· list_deliveries | Replay to localhost, forward, check results |
configure_verification | Turn on HMAC with the provider's real secret |
list_schemas Β· get_schema Β· diff_schema Β· generate_types Β· find_correlation_keys | The knowledge layer |
Each tool maps 1:1 onto a /v1 REST route, so the REST reference
is also the tool reference.
Point a provider at ingest_url, hand the human inbox_url, and use api_token to read + replay
over /v1 or /mcp. Full agent guide: https://webhook-studio.com/llms.txt
One-click test URLs and correct signature-verification snippets per provider:
Documentation and examples in this repo are MIT. The hosted product is proprietary.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/webhook-studio-2)<a href="https://allmcps.com/mcp/webhook-studio-2"><img src="https://allmcps.com/api/badge/webhook-studio-2?style=directory" alt="Webhook Studio on AllMCPs" /></a>