Get an MCP Server
Read one MCP server, without its upstream credential.
GET
Get an MCP server
Returns one MCP server owned by your tenant. The stored upstream credential is
never included in the response — only the auth mode.
Returns
404 not_found if the server belongs to another tenant, so a probe
cannot distinguish “not yours” from “does not exist”.
Requires the read capability on ai_gateway. See the control-plane overview for authentication, the {data, meta} envelope, pagination and error types.Authorizations
OAuth 2.1 authentication — recommended for new integrations. Access tokens
(kc_ prefix) are minted at the root-host token endpoint
https://api.knoxcall.com/oauth/token and passed as Authorization: Bearer <access_token>.
Public clients must use PKCE with the authorization_code grant; confidential
clients may use client_credentials. The first-party SDKs and the
knoxcall login CLI handle token minting, caching, refresh, and DPoP for you.
Path Parameters
The MCP server UUID.