List MCP servers with optional filters and pagination

Retrieves a paginated list of MCP servers associated with the authenticated project. Results can be filtered by name, toolkit, or authentication configuration ID. MCP servers are used to provide Model Control Protocol integration points for connecting AI assistants to your applications and services.

Headers

x-api-keystringRequired

Query parameters

namestringOptional

Filter MCP servers by name (case-insensitive partial match)

toolkitsstringOptional

Comma-separated list of toolkit slugs to filter servers by

auth_config_idsstringOptional

Comma-separated list of auth config IDs to filter servers by

page_nodoubleOptionalDefaults to 1

Page number for pagination (1-based)

limitdoubleOptionalDefaults to 10

Number of items per page (default: 10)

Response

Successfully retrieved MCP servers. Returns a paginated list of server configurations including connection details and command instructions.
itemslist of objects
Array of MCP server configurations
total_pagesstring
Total number of pages in the paginated response
current_pagestring
Current page number being returned

Errors