Airbyte · Capability

Airbyte Data Pipeline Management

Unified workflow capability for managing Airbyte data integration pipelines — sources, destinations, connections, and sync jobs. Used by data engineers and platform teams.

Run with Naftiko AirbyteData IntegrationETLELTData PipelineData Engineering

What You Can Do

GET
List sources — List all data sources.
/v1/sources
POST
Create source — Create a new data source.
/v1/sources
GET
List destinations — List all destinations.
/v1/destinations
POST
Create destination — Create a new destination.
/v1/destinations
GET
List connections — List all connections.
/v1/connections
POST
Create connection — Create a new connection.
/v1/connections
GET
List jobs — List sync jobs.
/v1/jobs
POST
Trigger job — Trigger a sync job.
/v1/jobs
GET
List workspaces — List workspaces.
/v1/workspaces

MCP Tools

list-sources

List all Airbyte data source connectors.

read-only
create-source

Create a new Airbyte data source connector.

list-destinations

List all Airbyte data destination connectors.

read-only
create-destination

Create a new Airbyte data destination connector.

list-connections

List Airbyte connections between sources and destinations.

read-only
create-connection

Create an Airbyte connection between a source and destination.

list-sync-jobs

List Airbyte sync jobs with optional status filtering.

read-only
trigger-sync

Trigger an Airbyte sync job for a connection.

get-job-status

Check the status of an Airbyte sync job.

read-only
list-workspaces

List Airbyte workspaces.

read-only
delete-source

Delete an Airbyte source connector.

idempotent

APIs Used

airbyte