---
title: "Get Mcp Servers"
method: GET
path: "/public/mcp_hub"
tags: ["[beta] MCP", "public"]
---

# Get Mcp Servers

`GET /public/mcp_hub`

## Response `200`

Successful Response

- MCPPublicServer[]
  - `server_id` string, required
  - `name` string, required
  - `alias` string, nullable
  - `server_name` string, nullable
  - `transport` 'sse' | 'http' | 'stdio', required
  - `spec_path` string, nullable
  - `auth_type` 'none' | 'api_key' | 'bearer_token' | 'basic' | 'authorization' | 'oauth2' | 'aws_sigv4' | 'token' | 'oauth2_token_exchange' | 'oauth2_id_jag' | 'true_passthrough' | 'oauth_delegate', nullable
  - `mcp_info` object, nullable

## Changes

- **2026-09-18** `082b5fabd909` — 5 warning
  - removed the optional property `items/url` from the response with the `200` status
  - added the new `oauth2_id_jag` enum value to the `items/auth_type/anyOf[subschema #1]/` response property for the response status `200`
  - added the new `oauth2_token_exchange` enum value to the `items/auth_type/anyOf[subschema #1]/` response property for the response status `200`
  - added the new `oauth_delegate` enum value to the `items/auth_type/anyOf[subschema #1]/` response property for the response status `200`
  - …1 more

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/public/mcp_hub/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/b694deb1e459?raw)
