List MCP servers for a specific app

Retrieves a paginated list of Model Control Protocol (MCP) servers that are configured for a specific application or toolkit. This endpoint allows you to find all MCP server instances that have access to a particular application, such as GitHub, Slack, or Jira.

Path parameters

appKeystringRequired

The key of the app to find MCP servers for

Headers

x-api-keystringRequired

Query parameters

namestringOptional

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

toolkitstringOptional

Filter MCP servers by toolkit slug

auth_config_idstringOptional

Filter MCP servers by authentication configuration ID

page_nointegerOptionalDefaults to 1

Page number for pagination (1-based)

limitintegerOptionalDefaults to 10

Number of items per page (default: 10)

Response

Successfully retrieved MCP servers for the specified application. 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