---
title: "GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/mcpServers"
method: GET
path: "/api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/mcpServers"
---

# GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/mcpServers

`GET /api/v1/projects/{projectUuid}/aiAgents/{agentUuid}/mcpServers`

## Path parameters

- `projectUuid` string, required
- `agentUuid` string, required

## Response `200`

Success

- ApiAiMcpServerListResponse
  - `results` AiMcpServer[], required
    - `updatedAt` string, date-time, required
    - `createdAt` string, date-time, required
    - `connectedByUserUuid` string, nullable, required
    - `error` string, nullable, required
    - `connectionStatus` 'not_connected' | 'connecting' | 'connected' | 'error', required
    - `credentialScope` 'shared' | 'user', required
    - `hasCredentials` boolean, required
    - `allowOAuthCredentialSharing` boolean, required
    - `authType` 'none' | 'bearer' | 'oauth', required
    - `iconUrl` string, nullable, required
    - `url` string, required
    - `name` string, required
    - `projectUuid` string, required
    - `uuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
