Skip to main content

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

Connector usage retrieved successfully