
pipehero
Debug webhooks from your AI agent: inspect and replay captured webhooks on localhost.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Debug webhooks from your AI agent: inspect and replay captured webhooks on localhost.
Server tool list (7)
Raw names from tools/list. Only developers need these.
| list_tunnels | List the user's Pipehero tunnels and whether each is currently online. |
| list_requests | List recent webhooks/requests captured for a tunnel. Returns id, method, path, status and bodies. |
| get_request | Get the full request and response (headers + body) of one captured webhook by id. |
| replay_request | Replay a captured webhook to the user's localhost (the tunnel CLI must be running). |
| send_test_webhook | Send a generated test webhook to the user's localhost (the tunnel CLI must be running). Provide a `provider` (stripe, github, shopify, clerk, slack, resend, paddle, polar, lemonsqueezy) and optional `event` for a realistic sample payload, or pass a custom JSON `body`. Pro plan required. |
| set_long_requests | Opt a tunnel into a 120-second ingress timeout instead of the 30-second default — for tool calls that legitimately run long, e.g. an MCP server exposed through the tunnel. Persists on the tunnel; pass enabled: false to revert to the 30-second default. |
| set_ws_passthrough | Opt a tunnel into WebSocket passthrough, so an application-level WebSocket connection (e.g. a mobile/web app's own realtime feature) can be relayed to your localhost. Pro/Team plan required to enable; pass enabled: false to disable on any plan. |