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

# Create a tenant for an MCP Server

`POST /agents/{agentId}/mcpservers/{mcpserver_id}/tenants`

## Path parameters

- `agentId` string, required
- `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

- **2026-01-26** `a08c0483f239` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/inconvoai/apis/inconvo-conversations-api/changes/agents/:agentId/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/2c68c14b2d01?raw)
