---
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
  - `url` string, nullable
  - `transport` 'sse' | 'http' | 'stdio', required
  - `spec_path` string, nullable
  - `auth_type` 'none' | 'api_key' | 'bearer_token' | 'basic' | 'authorization' | 'oauth2' | 'aws_sigv4' | 'token', nullable
  - `mcp_info` object, 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)
