Request description
This API supports two authentication methods. You can use either Session Token authentication OR the combination of API key and linked account ID.
Authentication Option 1: Session Token
Bearer token using your session token for authenticationFormat:
Bearer YOUR_SESSION_TOKENAuthentication Option 2: API Key + Linked Account
Your Cobalt API key
The unique identifier for the linked account
Query Parameters
Page number for pagination
Number of records per page (maximum 100)
Response description
- 200
- Error
Array of MCP server objects
Total number of MCP servers
Number of records per page
Total number of pages
Current page number
Paging counter
Whether there is a previous page
Whether there is a next page
Previous page number (null if none)
Next page number (null if none)