---
title: "List Custom Mcp Connections"
method: GET
path: "/api/custom-mcp-connections"
tags: ["custom-mcp-connections"]
---

# List Custom Mcp Connections

`GET /api/custom-mcp-connections`

## Response `200`

Successful Response

- CustomMCPConnectionListResponse
  - `connections` CustomMCPConnectionResponse[], required
    - `id` string, required
    - `runtime_key` string, required
    - `display_name` string, required
    - `endpoint_url` string, required
    - `auth_kind` 'none' | 'static_headers' | 'oauth', required
    - `connection_status` string, required
    - `config_revision` integer, required
    - `tool_catalog` object[], required
    - `server_info` object, required
    - `last_tested_at` string, nullable
    - `last_used_at` string, nullable
    - `last_error` string, nullable
    - `is_active` boolean, required
    - `approval_required` boolean, required
    - `catalog_changed` boolean, required
    - `has_approved_catalog` boolean, required
    - `created_at` string, nullable
    - `updated_at` string, nullable
  - `can_manage` boolean, required
  - `enabled` boolean

## Changes

> 23 revisions in range; 15 could not be searched.

- **2026-08-05** `e1deee326031` — 1 info
  - added the optional property `enabled` to the response with the `200` status
- **2026-07-26** `13940b6986a4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/every/apis/every-api/changes/api/custom-mcp-connections/get.md)

---

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