---
title: "Begin Mcp Connect"
method: POST
path: "/api/py/mcp/begin-connect"
---

# Begin Mcp Connect

`POST /api/py/mcp/begin-connect`

## Request body

- BeginMCPConnectRequest
  - `server_url` string, required
  - `redirect_uri` string, required
  - `connection_id` string, nullable
  - `client_id` string, nullable
  - `client_secret` string, nullable
  - `token_endpoint_auth_method` 'client_secret_post' | 'client_secret_basic', nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
