---
title: "List Mcp User Env Var Status"
method: GET
path: "/v1/mcp/user-env-vars/status"
tags: ["mcp"]
---

# List Mcp User Env Var Status

`GET /v1/mcp/user-env-vars/status`

Per-user MCP env var status across every server the user can access. Used by the dashboard to highlight servers with missing per-user vars.

## Response `200`

Successful Response

- MCPUserEnvVarsStatus[]
  - `server_id` string, required
  - `server_name` string, nullable
  - `alias` string, nullable
  - `required` MCPUserEnvVarSpec[]
    - `name` string, required
    - `description` string, nullable
    - `is_set` boolean
  - `missing_count` integer
  - `setup_url` string, nullable

## Changes

- **2026-09-24** `731afbea6a1b` — 2 info
  - api tag `mcp` added
  - api tag `mcp_management` removed
- **2026-09-23** `7ed45f30a5f0` — 2 info
  - api tag `mcp_management` added
  - api tag `mcp` removed
- **2026-09-21** `6246f8d427b7` — 2 info
  - api tag `mcp` added
  - api tag `mcp_management` removed
- **2026-09-19** `c357baf422ab` — 2 info
  - api tag `mcp_management` added
  - api tag `mcp` removed
- **2026-09-18** `082b5fabd909` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/v1/mcp/user-env-vars/status/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/731afbea6a1b?raw)
