Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Azure AD access token obtained via MSAL

Path Parameters

id
string
required

Response

200 - application/json

MCP server object

MCP server configuration stored in the registry

id
string
required
serverName
string
required

Unique server identifier

scope
enum<string>

Access control model

Available options:
personal,
shared
createdBy
string

UPN of the creator

isPublic
boolean

Allow public read access

owners
object[]
contributors
object[]
users
object[]
inheritEntitlements
hideFromCatalog
boolean

Hide entity from user-facing recommendations and catalog/search surfaces (still accessible to owners/contributors/admins)

createdAt
string

ISO-8601 creation timestamp

updatedBy
string
updatedAt
string

ISO-8601 update timestamp

displayName
string
description
string
isEnabled
boolean
serverType
enum<string>
Available options:
stdio,
http,
websocket
endpoint
string

URL for HTTP/WebSocket servers

authType
enum<string>
Available options:
none,
apiKey,
bearerToken,
oauth
apiKey
string

Redacted in responses

command
string

Command for stdio servers (e.g. npx, node)

args
string[]
workingDirectory
string
env
object
availableTools
string[]
supportsResources
boolean
supportsPrompts
boolean
connectionConfig
object
tags
string[]
category
string