Connection check
verified live · 27h ago
pipehero
Debug webhooks from your AI agent: inspect and replay captured webhooks on localhost.
Tools
7
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
7 toolsRead from the running server on 27h ago.
get_request
read-only
id*subdomain*
Get the full request and response (headers + body) of one captured webhook by id. Get the full request and response (headers + body) of one captured webhook by id.
list_requests
read-only
subdomain*
List recent webhooks/requests captured for a tunnel. Returns id, method, path, status and bodies. List recent webhooks/requests captured for a tunnel. Returns id, method, path, status and bodies.
list_tunnels
read-only
List the user's Pipehero tunnels and whether each is currently online. List the user's Pipehero tunnels and whether each is currently online.
replay_request
can modify data
id*subdomain*
Replay a captured webhook to the user's localhost (the tunnel CLI must be running). Replay a captured webhook to the user's localhost (the tunnel CLI must be running).
send_test_webhook
can modify data
bodyeventprovider*subdomain*
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, lemonsqu… 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
enabled*subdomain*
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… 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
enabled*subdomain*