---
title: "Mcp Endpoint"
method: POST
path: "/mcp"
tags: ["mcp"]
---

# Mcp Endpoint

`POST /mcp`

Main MCP HTTP transport endpoint.

This endpoint handles all MCP protocol messages following the standard
HTTP transport specification for MCP servers.

Args:
    request: The FastAPI request object
    body: The MCP request body containing method and params
    token: The authenticated Bearer token

Returns:
    JSONResponse with the MCP protocol response

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
