pipehero for Claude Desktop
io.github.pipehero/pipehero
Debug webhooks from your AI agent: inspect and replay captured webhooks on localhost.
client:Claude Desktop
transport:streamable-http
tools:22
Install pipehero in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pipehero": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.pipehero.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- list_tunnels
- list_requests
- get_request
- replay_request
- send_test_webhook
- set_long_requests
- set_ws_passthrough
- list_api_collections
- get_api_collection
- get_api_endpoint
- create_api_collection
- upsert_api_endpoint
- add_api_example
- delete_api_endpoint
- import_api_spec
- export_api_collection
- run_api_endpoint
- save_captured_request
- list_api_monitors
- list_api_proposals
- check_api_drift
- list_api_runs