Get MCP Server
Return the full MCP server record, including its most recently discovered capabilities and tool schemas. Secret values are never exposed.
Authorizations
Your SLNG consumer API key.
Path Parameters
UUID of the MCP server to retrieve. A server in another organisation or one that is soft-deleted returns 404.
Response
The requested MCP server.
Stored MCP server record with its configuration and the latest discovered capability state. Secret values and transient credential input never appear here.
Transport used to reach the MCP server: streamable_http for streamable HTTP, or sse for Server-Sent Events.
streamable_http, sse Stored endpoint URL for the MCP server. Any {{$NAME}} Vault secret placeholders are kept verbatim and resolved at connection time.
Send requests to the MCP server without an Authorization header.
- No authentication
- Bearer token
- Custom auth header
Health of the MCP server capabilities: unknown (not probed yet), healthy (reachable and tools discovered), unavailable (probe failed or unreachable), invalid (reachable but returned an unsupported contract), or circuit_open (temporarily disabled after repeated failures and retried after a cooldown).
unknown, healthy, unavailable, invalid, circuit_open Stored request headers for the MCP server; each value is inline or resolved from a Vault secret.
A request header with a fixed, inline value.
- Literal header
- Vault-backed header
Tools discovered from the MCP server, with flags for whether discovery was truncated and how many pages were fetched.