INDIVIDUAL MCP TOOL
replay_request
Replay a captured webhook to the user's localhost (the tunnel CLI must be running).
LIVE ENDPOINT
https://mcp.pipehero.app/mcp
Connect to this endpoint to inspect the live schema for replay_request and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pipehero]
url = "https://mcp.pipehero.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pipehero": {
"type": "http",
"url": "https://mcp.pipehero.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pipehero
Remote MCP URL: https://mcp.pipehero.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pipehero": {
"url": "https://mcp.pipehero.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pipehero": {
"type": "http",
"url": "https://mcp.pipehero.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pipehero",
"transport": "streamable-http",
"url": "https://mcp.pipehero.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_tunnels— List the user's Pipehero tunnels and whether each is currently online.list_requests— List recent webhooks/requests captured for a tunnel.get_request— Get the full request and response (headers + body) of one captured webhook by id.send_test_webhook— Send a generated test webhook to the user's localhost (the tunnel CLI must be running).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.set_ws_passthrough— Opt a tunnel into WebSocket passthrough, so an application-level WebSocket connection (e.