---
title: "Get Mcp Server Submissions"
method: GET
path: "/v1/mcp/server/submissions"
tags: ["mcp"]
---

# Get Mcp Server Submissions

`GET /v1/mcp/server/submissions`

Returns all MCP servers submitted by non-admin users (admin review queue). Mirrors GET /guardrails/submissions.

## Response `200`

Successful Response

- MCPSubmissionsSummary
  - `total` integer, required
  - `pending_review` integer, required
  - `active` integer, required
  - `rejected` integer, required
  - `items` LiteLLMMCPServerTable[], required
    - `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

---

[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)
