List tunnels
tunnel.listList all active HTTPS tunnels in the current session, including port and public URL, to identify which tunnel to stop.
Instructions
List HTTPS tunnels started by this MCP process in the current session. Returns port, public_url, and started_at for each tunnel. Call this before tunnel.stop to confirm which port to close.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tunnels to return. Omit to return all active tunnels in this process. |