Airbyte MCP connector
Airbyte is a data replication platform that consolidates data from hundreds of sources into data warehouses, lakes, and databases. The Airbyte MCP connector allows AI agents to trigger synchronization jobs, manage workspaces, and configure sources and destinations for data pipelines. It also supports retrieving workspace details, updating source configurations, and deleting data pipeline components across your Airbyte environment.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Airbyte MCP connector to perform the following actions:
- Replicate customer data from Salesforce into your data warehouse nightly
- Consolidate billing records from multiple payment platforms into one database
- Sync product inventory across e-commerce channels automatically
- Load marketing analytics from Google Analytics into your data lake
- Stream transaction data from accounting software to your analytics platform
- Replicate support tickets from Zendesk into your analytics system
- Consolidate employee data from your HRIS into a centralized repository
Example prompts
Use the following example prompts to invoke Airbyte MCP connector tools from your AI assistant or Boomi Connect workflow:
Set up a new Airbyte connection to sync Salesforce contacts to our data warehouse.Show me all active data replication jobs running in Airbyte right now.Trigger a sync for our customer data connection in Airbyte.List all source systems connected to Airbyte in our production workspace.Update the connection settings for our Stripe to Snowflake sync in Airbyte.Delete the test data source we created in Airbyte last week.Get the status of the last sync job that ran for our Google Analytics connection.List all destinations in Airbyte where we're replicating data.Create a new workspace in Airbyte for our marketing team.Show me all failed sync jobs from the last 48 hours in Airbyte.
Airbyte MCP connector tools
The Airbyte MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| airbyte_airbytetriggersync_invoke | Initiates a data synchronization process between a source and destination. |
| listWorkspaces | Retrieves all available workspaces in the organization. |
| getWorkspace | Retrieves detailed information about a specific workspace. |
| deleteWorkspace | Removes a workspace and associated configurations. |
| listSources | Retrieves all data sources configured in a workspace. |
| getSource | Retrieves detailed information about a specific data source. |
| patchSource | Updates selected fields of an existing data source. |
| putSource | Replaces all fields of an existing data source. |
| deleteSource | Removes a data source and its configuration. |
| listDestinations | Retrieves all data destinations configured in a workspace. |
| getDestination | Retrieves detailed information about a specific data destination. |
| patchDestination | Updates selected fields of an existing data destination. |
| putDestination | Replaces all fields of an existing data destination. |
| deleteDestination | Removes a data destination and its configuration. |
| listConnections | Retrieves all connections between sources and destinations. |
| getConnection | Retrieves detailed information about a specific connection. |
| deleteConnection | Removes a connection between a source and destination. |
| listJobs | Retrieves all synchronization jobs and their execution history. |