> ## Documentation Index
> Fetch the complete documentation index at: https://rollout.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Mcp

> POST /mcp

`POST /mcp`

Base URL: `https://universal.rollout.com/api`

## Parameters

No parameters.

## Responses

| Status | Description |
| ------ | ----------- |
| `200`  | OK          |

## OpenAPI Source

`/openapi/rollout.json POST /mcp`


## OpenAPI

````yaml /openapi/rollout.json POST /mcp
openapi: 3.0.3
info:
  title: Universal API Documentation
  description: Development documentation
  version: '1.0'
servers:
  - url: https://universal.rollout.com/api
security: []
paths:
  /mcp:
    post:
      summary: Create Mcp
      operationId: post_mcp
      responses:
        '200':
          description: OK

````