v50

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-0193273218.8 KB
Remote MCP

List MCP servers

Lists MCP servers. Optionally filter by display name, tags, or secret ID.

get/v1/redpanda-connect/mcp-servers

Query parameters

filter.display_name_containsstring

Returns MCP servers that partially match this name.

filter.tags[string]string

This is a request variable of the map type. The query format is "map_name[key]=value", e.g. If the map name is Age, the key type is string, and the value type is integer, the query parameter is expressed as Age["bob"]=18

filter.secret_idstring

Filters MCP servers that reference this secret ID in their tool configurations.

page_sizeinteger

Limit the paginated response to a number of items. Defaults to 100. Use -1 to disable pagination.

page_tokenstring

Value of the next_page_token field returned by the previous response. If not provided, the system assumes the first page is requested.

Response

OK

next_page_tokenstring

Token to retrieve the next page of results. Empty if there are no more results.