Skip to main content
GET
/
api
/
v3
/
mcp
/
{id}
Get MCP server details
curl --request GET \
  --url https://paradigm-preprod.lighton.ai/api/v3/mcp/{id} \
  --header 'Authorization: Bearer <token>'
{
  "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.

Path Parameters

id
string<uuid>
required

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