---
title: "List Mcp Auth Configs"
method: GET
path: "/v1/mcp-auth-configs/"
tags: ["v1", "protected", "mcp-auth-configs"]
---

# List Mcp Auth Configs

`GET /v1/mcp-auth-configs/`

List all MCP auth configs in the workspace.

## Response `200`

Successful Response

- MCPAuthConfigResponse[]
  - `auth_type` string, required
  - `config` object, required
  - `created_at` string, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `name` string, required
  - `updated_at` string, required

## Changes

- **2026-07-08** `8940d7f77282` — 2 breaking
  - the `items/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `items/updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/mcp-auth-configs/get.md)

---

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