Skip to main content
POST
Create Mcp Server

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request model for creating MCP server.

name
string
required

Server name

Required string length: 1 - 100
transport
string
required

Transport type (stdio, sse, websocket, streamable_http)

config
Config · object
required

Transport-specific configuration

description
string | null

Server description

is_active
boolean
default:true

Whether the server is active

Response

Successful Response

Response model for MCP server.

id
integer
required
user_id
integer
required
name
string
required
transport
string
required
description
string | null
required
config
Config · object
required
is_active
boolean
required
is_default
boolean
required
transport_display
string
required
created_at
string | null
required
updated_at
string | null
required
connected_account
string | null
app_id
string | null
provider
string | null