---
title: "Create a tenant for an MCP Server"
method: POST
path: "/mcpservers/{mcpserver_id}/tenants"
tags: ["MCP Servers"]
---

# Create a tenant for an MCP Server

`POST /mcpservers/{mcpserver_id}/tenants`

## Path parameters

- `mcpserver_id` string, required

## Request body

- Tenant — Arbitrary key-value mapping. - Keys are strings. - Values are JSON objects with arbitrary properties.

## Response `200`

Tenant created

- Tenant — Arbitrary key-value mapping. - Keys are strings. - Values are JSON objects with arbitrary properties.

## Changes

- **2025-09-29** `496d9ca55872` — 1 breaking, 1 info
  - removed the success response with the status `204`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/inconvoai/apis/inconvo-conversations-api/changes/mcpservers/:mcpserver_id/tenants/post.md)

---

[API](https://skmtc.dev/inconvoai/apis/inconvo-conversations-api.md) · [All operations](https://skmtc.dev/inconvoai/apis/inconvo-conversations-api/llms.txt) · [OpenAPI document](https://skmtc.dev/inconvoai/apis/inconvo-conversations-api/revisions/a37f8029e8fa?raw)
