Check Connector Usage
GET/api/connectors/:connector_id/usage
Reports whether a catalog entry is already in use in your organization.
An entry is considered "in use" when at least one MCP server in your organization was created from it:
- Built-in connectors are matched by their
connector_id. - Registry MCPs are matched by comparing the registry entry's remote endpoint against the URL each installed MCP server points at.
When the id exists in both catalogs (or you don't know which it is), omit source and both strategies run. The response includes the matching MCP servers so you can see exactly where the entry is configured.
Request
Responses
- 200
- 400
- 401
- 500
Connector usage retrieved successfully
Connector id is missing
Authentication required or invalid token
Internal server error