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

---

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