API V3
cURL
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 }
Get details of a specific MCP server. URL is redacted unless user has secret read permissions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>