Connectors (OAuth)

Last updated 24 days ago

Connectors (OAuth)

Native OAuth connections (e.g. GitHub), separate from the Unified.to-based integrations. Base path: /v1/connectors.

MethodPathAuthPurpose
GET/v1/connectorsList available OAuth connectors
GET/v1/connectors/connectionsBearerYour own active OAuth connections
GET/v1/connectors/{provider}BearerConnection status for a provider
GET/v1/connectors/github/connectStart the GitHub OAuth flow (redirect)
GET/v1/connectors/github/callbackGitHub OAuth callback
DELETE/v1/connectors/githubBearerDisconnect GitHub

Example

bash

Once GitHub is connected successfully, the github_* tools become available in the MCP server.