List Connectors
GET/api/connectors
Returns the catalog of connectors (available MCPs) that can be used to create MCP servers in your organization.
The catalog merges two sources, distinguished by the source field on each entry:
connector— built-in, first-party connectors (such as Slack, GitHub, or Gmail) with their supported authentication methods and the tools they expose.registry— entries from the public MCP registry directory (community/third-party servers) that are not part of the connector database.
Use the source query parameter to return only one of the two catalogs. Results are paginated. Use the id of an entry to check whether it is already in use in your organization via Check Connector Usage.
Request
Responses
- 200
- 401
- 500
List of connectors retrieved successfully
Authentication required or invalid token
Internal server error