Webhook Catcher - The MCP-native webhook catcher for AI builders
• New in v2: your AI agent reads captures over MCP, so Claude Code or Cursor can debug the failing webhook for you
• Instantly create disposable webhook URLs — no sign-up
• Inspect every payload and customise responses
• Watch requests land live, then replay or forward to localhost
• Free forever — spend less time debugging, more time building


Replies
Webhook Catcher
How does the MCP integration actually work under the hood, does Claude Code need to spin up its own server to talk to the captures or is there a hosted endpoint I point it at?
Webhook Catcher
@tlinyankucgwqo claude doesn't need to spin up any server, just copy the from the dashboard with token and paste it in terminal that's it.
# Claude Code / Claude Desktop (remote MCP over HTTP)
claude mcp add --transport http webhook-catcher https://webhook.projext.in/api/mcp \
--header "Authorization: Bearer wcat_your_token"
Fired off a test webhook and saw the payload in seconds, zero setup was honestly kind of shocking. The MCP bit is clever too, got Cursor to walk through what went wrong without me copy-pasting anything.
Webhook Catcher
@eymenyabasoqjc Glad you liked it. Thanks
Finally something that makes webhook debugging not painful. The MCP integration actually works, had Claude Code walk through a Stripe payload and spot my missing event filter in under a minute. Being able to forward to localhost without yet another signup is a nice bonus.
how does the MCP integration actually work under the hood, does my agent need any specific setup to start reading the captures or does it just connect automatically
Webhook Catcher
finally something that lets claude look at my failing webhooks directly through MCP, absolute game changer
how does the MCP integration handle auth when my AI agent pulls in captures — is that gated behind a paid plan or open from the start?
How does the MCP integration actually expose the captured payloads to my agent, and does it stream in real time or only when I explicitly ask it to check for new requests?
How does the MCP integration actually work under the hood — does the agent pull captures on demand or stream them as they come in?