# Create Redpanda Connect MCP Server **POST /v1/redpanda-connect/mcp-servers** Create a new Redpanda Connect MCP Server. ## Servers - Data Plane API: https://{dataplane_api_subdomain}.cloud.redpanda.com (Data Plane API) ## Authentication methods - Auth0 ## Parameters ### Body: application/json (object) - **description** (string) MCP server description. - **display_name** (string) User-friendly MCP server name. - **resources** (object) - **service_account** (object) - **tags** (object) Optional list of tags to attach to a MCP server. - **tools** (object) The Redpanda Connect MCP server configuration. ## Responses ### 201 OK #### Body: application/json (object) - **description** (string) Optional MCP server description. - **display_name** (string) User-friendly MCP server name. - **id** (string) MCP Server ID. - **resources** (object) - **service_account** (object) - **state** (string) State of the MCP server. - STATE_STARTING: The MCP server is starting. - STATE_RUNNING: The MCP server is running. - STATE_STOPPING: The MCP server is in the process of stopping. - STATE_STOPPED: The MCP server is stopped and in paused state. - STATE_ERROR: The MCP server encountered an error. - **status** (object) MCP server status may contain an error message. - **tags** (object) Tags are key-value pairs that can be assigned to a MCP server resource. They help organize MCP servers and enable filtering when listing them. - **tools** (object) The Redpanda Connect MCP server configuration. - **url** (string) ### 401 Unauthenticated. #### Body: application/json (object) - **code** (string(int32)) RPC status code, as described [here](https://github.com/googleapis/googleapis/blob/b4c238feaa1097c53798ed77035bbfeb7fc72e96/google/rpc/code.proto#L32). - **details** (array[object]) A list of messages that carries the error details. - **message** (string) Detailed error message. No compatibility guarantees are given for the text contained in this message. ### 500 Internal Server Error. Reach out to support. #### Body: application/json (object) - **code** (string(int32)) RPC status code, as described [here](https://github.com/googleapis/googleapis/blob/b4c238feaa1097c53798ed77035bbfeb7fc72e96/google/rpc/code.proto#L32). - **details** (array[object]) A list of messages that carries the error details. - **message** (string) Detailed error message. No compatibility guarantees are given for the text contained in this message. ### default An unexpected error response. #### Body: application/json (object) - **code** (string(int32)) RPC status code, as described [here](https://github.com/googleapis/googleapis/blob/b4c238feaa1097c53798ed77035bbfeb7fc72e96/google/rpc/code.proto#L32). - **details** (array[object]) A list of messages that carries the error details. - **message** (string) Detailed error message. No compatibility guarantees are given for the text contained in this message. [Powered by Bump.sh](https://bump.sh)