---
title: "Authorize"
method: GET
path: "/{mcp_server_name}/authorize"
tags: ["mcp"]
---

# Authorize

`GET /{mcp_server_name}/authorize`

## Path parameters

- `mcp_server_name` string, nullable, required

## Query parameters

- `redirect_uri` string, required
- `client_id` string, nullable
- `state` string
- `code_challenge` string, nullable
- `code_challenge_method` string, nullable
- `response_type` string, nullable
- `scope` string, nullable

## Response `200`

Successful Response

- unknown

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