Skip to main content
POST
/
api
/
v3
/
mcp
Create MCP server
curl --request POST \
  --url https://paradigm-preprod.lighton.ai/api/v3/mcp \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "url": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "authentication_method": "<string>",
  "has_credentials": true,
  "enabled": true,
  "availability_scope": "<string>",
  "is_global": true,
  "object": "mcp_server",
  "url": "<string>",
  "company_id": 123,
  "group_id": 123
}

Authorizations

Authorization
string
header
required

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

Body

name
string
required
url
string
required
authentication_method
enum<string>
default:bearer_token
  • none - none
  • url - url
  • bearer_token - bearer_token
Available options:
none,
url,
bearer_token
credentials
string | null

Response

id
string<uuid>
required
name
string
required
authentication_method
string
required
has_credentials
boolean
required
enabled
boolean
required
availability_scope
string
required
is_global
boolean
required
object
string
default:mcp_server
url
string | null
company_id
integer | null
group_id
integer | null