# Airbyte MCP connector

> Connects to Airbyte through the Scalekit MCP gateway to manage workspaces, organizations, connectors, credentials, and skills.

**URL:** https://caywork.com/learn/docs/node/airbytemcp-node

## Content

The **Airbyte MCP connector** lets your AI agent manage Airbyte workspaces, organizations, connectors, credentials, and skills through the Scalekit MCP gateway.

## Parameters

### Required Parameters
* **action** (string): The target Airbyte MCP action to run. Must be one of the enabled actions:
  * `airbytemcp_check_credential_flow_status`: Check the status of an existing credential flow.
  * `airbytemcp_check_enrollment_status`: Check enrollment status for the user or workspace.
  * `airbytemcp_current_datetime`: Retrieve the current date and time.
  * `airbytemcp_delete_connector`: Delete an existing connector.
  * `airbytemcp_execute`: Execute a configured Airbyte operation.
  * `airbytemcp_get_connector_template`: Get the template for a connector type.
  * `airbytemcp_get_current_organization`: Get the current Airbyte organization.
  * `airbytemcp_get_current_workspace`: Get the current Airbyte workspace.
  * `airbytemcp_inspect_connector`: Inspect an existing connector's configuration.
  * `airbytemcp_list_available_connectors`: List connectors available to create.
  * `airbytemcp_list_created_connectors`: List connectors already created.
  * `airbytemcp_list_organizations`: List accessible organizations.
  * `airbytemcp_list_skills`: List available Airbyte skills.
  * `airbytemcp_list_workspaces`: List accessible workspaces.
  * `airbytemcp_read_skill_docs`: Read documentation for an Airbyte skill.
  * `airbytemcp_search_skills`: Search available skills.
  * `airbytemcp_start_credential_flow`: Start a credential flow for a connector.
  * `airbytemcp_use_organization`: Switch context to an organization.
  * `airbytemcp_use_workspace`: Switch context to a workspace.

### Optional Parameters
* **params** (object): A key-value dictionary containing action-specific inputs (for example, workspace id, connector id, or credential parameters).

## Practical Use Cases
1. **Connector Lifecycle Management**: List available connectors, inspect created connectors, and start or check credential flows from a single node.
2. **Workspace Orchestration**: Switch between Airbyte organizations and workspaces, and retrieve current workspace context for multi-tenant workflows.