---
title: "List Mcp User Credentials"
method: GET
path: "/v1/mcp/user-credentials"
tags: ["mcp"]
---

# List Mcp User Credentials

`GET /v1/mcp/user-credentials`

List all OAuth2 MCP credentials stored for the calling user

## Response `200`

Successful Response

- MCPUserCredentialListItem[]
  - `server_id` string, required
  - `server_name` string, nullable
  - `alias` string, nullable
  - `credential_type` string, required
  - `has_credential` boolean, required
  - `expires_at` string, nullable
  - `connected_at` string, nullable

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
