---
title: "List integrations for a team"
method: GET
path: "/v3/mcp/integrations"
tags: ["MCP"]
---

# List integrations for a team

`GET /v3/mcp/integrations`

Returns sanitized integration status grouped like the dashboard: CMS & Publishing, Analytics & Performance, and SEO & AI Tools. Use the CMS group publishTargets to choose a provider for publish_article or schedule_article. Secrets and raw provider data are never returned.

## Query parameters

- `teamId` string, required

## Response `200`

Default Response

- object
  - `teamId` string, required
  - `groups` object[], required
    - `key` 'cms-publishing' | 'analytics-performance' | 'seo-ai-tools' | 'other', required
    - `label` string, required
    - `integrations` object[], required
      - `id` string, required
      - `teamId` string, required
      - `provider` string, required
      - `label` string, required
      - `category` 'cms' | 'seo' | 'analytics' | 'performance' | 'indexing' | 'other', required
      - `isActive` boolean, required
      - `canPublish` boolean, required
      - `canSchedule` boolean, required
      - `connectedAt` string, nullable, required
      - `createdAt` string, required
      - `updatedAt` string, required
      - `details` object, required
    - `publishTargets` object[], required
      - `provider` string, required
      - `label` string, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — 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/aa8eaa9e34a0/schema)
