Developer Tools
pipehero.app
Manages Pipehero tunnels and captures, replays, and sends test webhooks for local development.
ENDPOINT 1
https://mcp.pipehero.app/mcp
MCP server metadata
- Name
- pipehero
- Version
- 0.1.12
Known tools 7
list_tunnelsList the user's Pipehero tunnels and whether each is currently online.
Inferred read-onlyget_requestGet the full request and response (headers + body) of one captured webhook by id.
Inferred read-onlyreplay_requestReplay a captured webhook to the user's localhost (the tunnel CLI must be running).
Inferred read-onlysend_test_webhookSend a generated test webhook to the user's localhost (the tunnel CLI must be running).
Potential side effectsset_long_requestsOpt a tunnel into a 120-second ingress timeout instead of the 30-second default — for tool calls that legitimately run long, e.
Inferred read-onlyset_ws_passthroughOpt a tunnel into WebSocket passthrough, so an application-level WebSocket connection (e.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pipehero.app was fetched 2026-09-05T15:43:14.132Z.
pipehero.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.