airbyte.com
Airbyte provides data movement and integration software plus a hosted Airbyte Agents platform for connecting AI agents to business systems and data. Its products include a cloud/self-managed replication platform and a cloud-hosted agent interface layer for API, CLI, SDK, and MCP access.
Airbyte exposes two HTTP APIs (the core Airbyte Public API and the Airbyte Agents API), one hosted MCP server, and two CLIs (`airbyte-agent` and `abctl`).
- Airbyte Agent MCPdetected
- Airbyte Agents APIdiscovered
- Airbyte Public APIdetected
- Airbyte Agent CLIdiscovered
- abctldiscovered
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
$ airbyte-agent loginAcquired by the CLI — running airbyte-agent login opens the auth flow and stores the credential.
conventions · 5/7 published
- integrations.json——
- llms.txt✓https://airbyte.com/llms.txt
- API catalog✓https://airbyte.com/.well-known/api-catalog
- OpenAPI document✓https://airbyte.com/openapi.json
- MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://airbyte.com/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✓https://airbyte.com/.well-known/agent-skills/index.json
Publish these signals → /publishing