---
title: "Fetch All Mcp Servers"
method: GET
path: "/v1/mcp/server"
tags: ["mcp"]
---

# Fetch All Mcp Servers

`GET /v1/mcp/server`

Returns the mcp server list with associated teams

## Query parameters

- `team_id` string, nullable — Filter MCP servers by team scope. When provided, returns only servers the team has access to plus globally available (allow_all_keys) servers. Used by the Create Key UI to show team-scoped MCP servers.

## Response `200`

Successful Response

- LiteLLMMCPServerTable[]
  - `server_id` string, required
  - `server_name` string, nullable
  - `alias` string, nullable
  - `description` string, nullable
  - `url` string, nullable
  - `spec_path` string, nullable
  - `transport` 'sse' | 'http' | 'stdio', required
  - `auth_type` 'none' | 'api_key' | 'bearer_token' | 'basic' | 'authorization' | 'oauth2' | 'aws_sigv4' | 'token', nullable
  - `credentials` MCPCredentials
    - `auth_value` string, nullable
    - `client_id` string, nullable
    - `client_secret` string, nullable
    - `scopes` string[], nullable
    - `aws_access_key_id` string, nullable
    - `aws_secret_access_key` string, nullable
    - `aws_session_token` string, nullable
    - `aws_region_name` string, nullable
    - `aws_service_name` string, nullable
  - `created_at` string, date-time, nullable
  - `created_by` string, nullable
  - `updated_at` string, date-time, nullable
  - `updated_by` string, nullable
  - `teams` object[]
  - `mcp_access_groups` string[]
  - `allowed_tools` string[]
  - `tool_name_to_display_name` object, nullable
  - `tool_name_to_description` object, nullable
  - `extra_headers` string[]
  - `mcp_info` object, nullable
  - `static_headers` object, nullable
  - `status` 'healthy' | 'unhealthy' | 'unknown', nullable — Health status: 'healthy', 'unhealthy', 'unknown'
  - `last_health_check` string, date-time, nullable
  - `health_check_error` string, nullable
  - `command` string, nullable
  - `args` string[]
  - `env` object
  - `authorization_url` string, nullable
  - `token_url` string, nullable
  - `registration_url` string, nullable
  - `allow_all_keys` boolean
  - `available_on_public_internet` boolean
  - `is_byok` boolean
  - `byok_description` string[]
  - `byok_api_key_help_url` string, nullable
  - `has_user_credential` boolean, nullable
  - `source_url` string, nullable
  - `approval_status` string, nullable — Approval status: 'pending_review', 'active', 'rejected'
  - `submitted_by` string, nullable
  - `submitted_at` string, date-time, nullable
  - `reviewed_at` string, date-time, nullable
  - `review_notes` string, nullable

## Other responses

- `422` — Validation Error

---

[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/1e929292ddd5/schema)
