---
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

---

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