
Webhooks.cc - Everything webhooks
Webhook debugging that works with your code and your AI
1 follower
Webhook debugging that works with your code and your AI
1 follower
Open-source webhook testing with EU-hosted infrastructure. Capture and inspect payloads in real time, replay signed provider events, tunnel to localhost with the CLI, test in CI with the SDK, and let your AI coding tools debug via MCP. Privacy-first, developer-friendly.







Hey PH! I'm Sauer, I made webhooks.cc.
Quick backstory: I was working on a bigger project that needed to send and receive webhooks. Like everyone, I used webhook.site and ngrok. They're fine for quick stuff, but I kept hitting walls. I wanted a TypeScript SDK so I could actually write tests against my webhook integrations in code, not just stare at payloads in a browser. And I was using AI coding agents more and more, but there was no good way for them to see what was coming in on my webhook endpoints.
I started hacking together an internal tool to fix that. That tool got way more interesting than the project it was supposed to help with. It completely took over, and here we are.
webhooks.cc lets you capture and inspect webhooks in real time, send signed test events from providers like Stripe and GitHub, tunnel to localhost with a CLI called whk, write proper tests with a TypeScript SDK, and plug it into AI coding tools through MCP so they can actually debug webhook flows with you.
The core is open-source under AGPL, and the CLI, SDK, and MCP server are all MIT. Everything runs on EU infrastructure in Denmark. There's a free tier, and Pro is $8/month if you need more.
I'm really curious what providers or integrations people care about most, so let me know. Happy to talk about the tech side too if anyone's interested.