---
title: "Create A Toolkit"
method: POST
path: "/v1/toolkits"
tags: ["Toolkits"]
---

# Create A Toolkit

`POST /v1/toolkits`

## Request body

- CreateToolKit — A specification for a toolkit which comprises of tools
  - `name` string, required — Name of the toolkit
  - `description` string, required — Optional description of the toolkit
  - `mcp` MCPToolKitConfig
    - `source` 'files' | 'public-registry', nullable — Source of the MCP either file upload, github respository, or remote server
    - `server_url` string, nullable — URL of the MCP server (if source is remote
    - `transport` string, nullable — Transport protocol for remote MCP
    - `command` string, nullable — Command to start the MCP server
    - `args` string[], nullable — Startup arguments for the MCP server
    - `env` object, nullable — Environment variables to be set
    - `tools` union — List of tools to import from MCP. Use ['*'] to import all
      - string[]
      - '*'
    - `connections` object, nullable — details of the connections of the MCP toolkit

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/versions/82c114c37196/schema)
