---
title: "List teams available to the MCP user"
method: GET
path: "/v3/mcp/teams"
tags: ["MCP"]
---

# List teams available to the MCP user

`GET /v3/mcp/teams`

List the brands/teams the authenticated user can access. ALWAYS call this first to obtain a `teamId` for any team-scoped tool: show the user the teams and let them pick the brand by name, then pass that `teamId`. Never ask the user to find, paste, or guess a raw team ID.

## Response `200`

Default Response

- object
  - `teams` object[], required
    - `teamId` string, required
    - `name` string, required
    - `website` string, nullable
    - `organizationId` string, required
    - `organizationName` string
    - `role` string, required
    - `isArchived` boolean

## Other responses

- `401` — Default Response

---

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