---
title: "List MCP PAT scope catalog for a workspace"
method: GET
path: "/api/workspaces/{wid}/mcp/pats/scopes"
tags: ["MCP PATs"]
---

# List MCP PAT scope catalog for a workspace

`GET /api/workspaces/{wid}/mcp/pats/scopes`

Static capability scopes (mcp:read, mcp:exec). No dynamic workspace scopes — workspace binding is implicit in the route's {wid}.

## Path parameters

- `wid` string, required

## Response `200`

OK

- MCPPATScopesResponse
  - `scopes` MCPPATScopeDescriptor[], required
    - `available` boolean, required
    - `description` string, required
    - `name` string, required

## Other responses

- `401` — not authenticated
- `404` — not found (or not a member of the workspace)
- `500` — internal error

## Changes

- **2026-06-16** `af0f859e5eaf` — 1 info
  - endpoint added
- **2026-05-22** `1ba39f384b63` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentserver/apis/agentserver-api/changes/api/workspaces/:wid/mcp/pats/scopes/get.md)

---

[API](https://skmtc.dev/agentserver/apis/agentserver-api.md) · [All operations](https://skmtc.dev/agentserver/apis/agentserver-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentserver/agentserver-api/revisions/e8c329825b4e/schema)
