← Registry

Developer Tools

pipehero.app

Manages Pipehero tunnels and captures, replays, and sends test webhooks for local development.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.pipehero.app/mcp

No auth detected

MCP server metadata

Name
pipehero
Version
0.1.12
Capabilities
tools

Known tools 7

list_tunnels

List the user's Pipehero tunnels and whether each is currently online.

Inferred read-only
list_requests

List recent webhooks/requests captured for a tunnel.

Inferred read-only
get_request

Get the full request and response (headers + body) of one captured webhook by id.

Inferred read-only
replay_request

Replay a captured webhook to the user's localhost (the tunnel CLI must be running).

Inferred read-only
send_test_webhook

Send a generated test webhook to the user's localhost (the tunnel CLI must be running).

Potential side effects
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.

Inferred read-only
set_ws_passthrough

Opt a tunnel into WebSocket passthrough, so an application-level WebSocket connection (e.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pipehero.app was fetched 2026-09-05T15:43:14.132Z.

Trust status Neutral

pipehero.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.