Skip to main content
Feedback

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.

ToolDescription
airbyte_airbytetriggersync_invokeInitiates a data synchronization process between a source and destination.
listWorkspacesRetrieves all available workspaces in the organization.
getWorkspaceRetrieves detailed information about a specific workspace.
deleteWorkspaceRemoves a workspace and associated configurations.
listSourcesRetrieves all data sources configured in a workspace.
getSourceRetrieves detailed information about a specific data source.
patchSourceUpdates selected fields of an existing data source.
putSourceReplaces all fields of an existing data source.
deleteSourceRemoves a data source and its configuration.
listDestinationsRetrieves all data destinations configured in a workspace.
getDestinationRetrieves detailed information about a specific data destination.
patchDestinationUpdates selected fields of an existing data destination.
putDestinationReplaces all fields of an existing data destination.
deleteDestinationRemoves a data destination and its configuration.
listConnectionsRetrieves all connections between sources and destinations.
getConnectionRetrieves detailed information about a specific connection.
deleteConnectionRemoves a connection between a source and destination.
listJobsRetrieves all synchronization jobs and their execution history.
On this Page