List Tunnels
The Tunnels API is in research preview. It requires the anthropic-beta: mcp-tunnels-2026-06-22 header and may change without a deprecation period. It supersedes the Admin API endpoints at /v1/organizations/tunnels, which remain available during a migration window.
Lists tunnels. Results are ordered by creation time, newest first; archived tunnels are excluded unless include_archived is set.
Query parameters
Maximum number of tunnels to return per page. Defaults to 20, maximum 1000.
Opaque pagination cursor from a previous list_tunnels response.
Whether to include archived tunnels in the results. Defaults to false.
Headers
Response
Successful response (OK)
Changes
Changed in 3 of the 68 revisions of this API.25
- ▲
response property
data/items/display_namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
next_pagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
removed from the
//response propertyallOflist for the response statusresponse-property-all-of-removed
- ○
added
subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ▲
- ○
the
response property const valuetunnelwas added for the statusresponse-property-const-added
- ○
removed the
tunnelenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
- ○
endpoint added
endpoint-added
- ○