
Pipehero - Webhooks, Debugged by AI
AI-powered webhook tunnels inspect, explain and replay in RT
8 followers
AI-powered webhook tunnels inspect, explain and replay in RT
8 followers
Pipehero tunnels your localhost to receive real webhooks from Stripe, GitHub, or any provider - with an AI copilot built in. Ask Pipehero to explain any incoming webhook in plain text, generate realistic fake events on demand, and get AI-suggested fixes when a signature fails or a payload doesn't match the schema. On top of that: live tail with sub-100ms updates, one-click replay, signature verification, and alerts when error rates spike, or a source goes silent - let the AI read it for you.


Love how the AI breaks down incoming webhooks in plain language, that alone would save me tons of debug time. One thing I'd really appreciate is a way to share a webhook session with a teammate via a read-only link, so when I'm stuck I can just drop it in Slack and they can see the same live tail without needing an account.
@mcahitkjcr Really glad the plain-language breakdown is landing well, that's exactly the debug-time problem I built it for.
The read-only share link is a great call, and the Slack use case makes total sense (no reason a teammate should need to spin up an account just to look at a live tail with you). Adding it to the roadmap, appreciate
you flagging it!
👋 Update from the Pipehero team!
Since launching, one request kept coming up: "this is great for webhooks,
but can I use it to expose an MCP server I'm building?"
Now you can. New: MCP server tunnel — give a local Streamable HTTP MCP
server a public URL in one command, so you can test it against Claude.ai
or ChatGPT (cloud-only clients that have no way to reach your machine).
pipehero start myserver --port 3000 --long-requests
We also added a per-tunnel opt-in for a 120s timeout (vs the 30s default),
since MCP tool calls can legitimately run longer than a typical webhook —
without raising it globally for every other tunnel on the platform.
Try it: https://pipehero.app/mcp-server-tunnel
Thanks for all the feedback so far — keep it coming 🙏
Finally something that explains why my Stripe signature keeps failing without me digging through docs. The plain-text webhook breakdown is genuinely useful when you're stuck at 11pm.
The signature fix suggestions actually nailed a Stripe issue I had been debugging for an hour. Live tail with sub-100ms updates makes iterating on webhook handlers feel almost instant.
the one thing i'd love here is a way to record full request and response history with easy diffs between replays, so when something breaks in production i can see exactly what changed between what pipehero sent and what my endpoint actually handled
the AI explaining incoming webhooks in plain text is genuinely useful when you're neck deep in a stripe integration at 2am. caught a signature mismatch in seconds that would've taken me way longer to debug on my own.