List MCP Servers
Return the organisation’s live (not soft-deleted) MCP servers, ordered by name then id. Each item reports the capability status, when capabilities were last observed, and the discovered tool count.
Authorizations
Your SLNG consumer API key.
Query Parameters
Maximum number of MCP servers to return in one page. Defaults to 100.
1 <= x <= 200Number of MCP servers to skip before collecting the page, applied after any name filter. Defaults to 0.
0 <= x <= 10000Filter by exact, case-sensitive MCP server names. Repeat the parameter for OR matching. Pagination is applied after filtering.
1281 - 200Response
A page of the organisation's MCP servers.
Endpoint URL of the MCP server, with any {{$NAME}} Vault secret placeholders left unresolved.
Configured transport, either streamable_http or sse.
streamable_http, sse Latest capability health, one of unknown, healthy, unavailable, invalid, or circuit_open. Fetch the full server record for the meaning of each value.
unknown, healthy, unavailable, invalid, circuit_open