{
  "markdown": "# Pipehero — MCP server + skill\n\n[**Pipehero**](https://pipehero.app) tunnels your `localhost` to a public URL and captures\nevery webhook, so you can **inspect, replay, and debug** them — including from your AI\nagent via MCP.\n\n> This repo is auto-published from Pipehero's source. It holds the public MCP manifest\n> and the agent skill. Issues/PRs welcome.\n\n- 🌐 Website: https://pipehero.app\n- 📚 Docs: https://pipehero.app/docs\n\n## Connect the MCP server\n\nLet an agent (Claude Code, Cursor, Copilot, Windsurf, Zed, …) list your tunnels, read\ncaptured webhooks, and replay them to localhost.\n\n### Remote — recommended (no install, OAuth)\n\n```bash\nclaude mcp add --transport http pipehero https://mcp.pipehero.app/mcp\n```\n\nYour client opens the browser to sign in and approve — no token to paste.\n\nFor CI/headless, pass a token from https://pipehero.app/dashboard/settings:\n\n```bash\nclaude mcp add --transport http pipehero https://mcp.pipehero.app/mcp \\\n  --header \"Authorization: Bearer <token>\"\n```\n\n### Local — via the CLI\n\n```bash\ncurl -fsSL https://pipehero.app/install | sh\npipehero login\nclaude mcp add pipehero -- pipehero mcp\n```\n\nAny MCP client works — add it to `.cursor/mcp.json`, `claude_desktop_config.json`, etc.:\n\n```json\n{ \"mcpServers\": { \"pipehero\": { \"command\": \"pipehero\", \"args\": [\"mcp\"] } } }\n```\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `list_tunnels` | Your tunnels and whether each is online. |\n| `list_requests(subdomain)` | Recent captured webhooks for a tunnel. |\n| `get_request(subdomain, id)` | Full request + response (headers + body). |\n| `replay_request(subdomain, id)` | Replay a webhook to your localhost. |\n| `start_tunnel(name, port)` | Expose a local port on a public URL (local MCP only). |\n| `stop_tunnel(name)` | Stop a tunnel started with `start_tunnel` (local MCP only). |\n\nBecause your agent has both the captured webhook and your codebase, it can explain *why*\na handler failed — then fix it and replay to confirm.\n\n## Skill\n\nInstall the skill so your agent knows *when and how* to use Pipehero:\n\n```bash\npipehero skill install\n```\n\nor copy [`SKILL.md`](./SKILL.md) into `~/.claude/skills/pipehero/SKILL.md`.\n\n## License\n\nMIT\n",
  "bytes": 2178,
  "sha": "3c806473558ae56e73a64ab2f33edb0f61b0c722be047a50391ac227c12d079e",
  "repo_slug": "pipehero/pipehero-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pipehero_pipehero_d2494397/readme"
}