---
title: "Create Compound Mcp"
method: POST
path: "/v1/compound-mcps/"
tags: ["v1", "protected", "compound-mcps"]
---

# Create Compound Mcp

`POST /v1/compound-mcps/`

## Request body

- CompoundMCPCreateRequest
  - `description` string, nullable
  - `name` string, required
  - `routing_mode` string — parallel | fallback | conditional

## Response `201`

Successful Response

- CompoundMCPResponse
  - `created_at` string, date-time, required
  - `description` string, nullable, required
  - `id` string, uuid, required
  - `name` string, required
  - `routing_mode` string, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-30** `e9c153221160` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/compound-mcps/post.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/e9c153221160/schema)
