---
title: "Get Mcp Oauth User Credential Status"
method: GET
path: "/v1/mcp/server/{server_id}/oauth-user-credential/status"
tags: ["mcp"]
---

# Get Mcp Oauth User Credential Status

`GET /v1/mcp/server/{server_id}/oauth-user-credential/status`

Check whether the calling user has a stored OAuth2 credential for this MCP server

## Path parameters

- `server_id` string, required

## Response `200`

Successful Response

- MCPOAuthUserCredentialStatus — Describes whether the calling user has a stored OAuth credential.
  - `server_id` string, required
  - `has_credential` boolean, required
  - `expires_at` string, nullable
  - `is_expired` boolean
  - `connected_at` string, nullable

## Other responses

- `422` — Validation Error

---

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