---
title: "List predefined External MCP Connection presets"
method: GET
path: "/v1/mcp-connections/presets"
tags: ["Capability Sources"]
---

# List predefined External MCP Connection presets

`GET /v1/mcp-connections/presets`

Common third-party MCP servers (Notion, Linear, Stripe, Slack, ...) an admin can add with one click, prefilled with a real name and URL.

## Response `200`

Presets.

- ExternalMcpPresetListResponse
  - `presets` ExternalMcpPresetResponse[], required
    - `presetId` string, required
    - `displayName` string, required
    - `description` string, required
    - `url` string, required
    - `authType` 'oauth' | 'apikey' | 'none', required
    - `requiresOAuthClient` boolean
    - `authorizationServerIssuer` string, uri
    - `defaultOAuthScopes` string[]

## Other responses

- `401` — The caller must be signed in.

## Changes

- **2026-08-05** `073bc652adfb` — 2 info
  - added the optional property `presets/items/authorizationServerIssuer` to the response with the `200` status
  - added the optional property `presets/items/defaultOAuthScopes` to the response with the `200` status

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/mcp-connections/presets/get.md)

---

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