Integrations
Integrations is where you connect external services to your Anter workspace. Connections made here are managed at the organization level — one place to configure, monitor, and maintain the tools that your agents draw on across projects.
The catalog
The catalog organizes available integrations into two categories:
Tools & Knowledge — data sources and external APIs your agents can call as tools:
| Integration | What it provides |
|---|---|
| Supabase | Query tables, run SQL, manage schema, apply migrations, get performance advisor findings — 10 tools |
| Google Drive | Search and read files from My Drive and Shared Drives — 8 tools, 1 resource |
| Microsoft SharePoint | Sync document libraries and lists, search content — coming soon |
Models — LLM providers that power your agents:
| Provider | Notes |
|---|---|
| OpenAI, Anthropic, Google, Azure, Mistral | Each requires your own API key |
The Models card in the catalog links directly to the LLM provider configuration page, where you add and manage provider credentials.
You can also connect any MCP-compatible server not in the catalog using the Add Custom MCP Server option at the bottom of the page.
Org-level vs project-level MCP
This is an important distinction:
| Scope | Where | What it controls |
|---|---|---|
| Organization | Integrations (here) | The connection itself — authentication, transport, health monitoring |
| Project | Flows → MCP Servers | Which project-scoped MCP servers individual flow agents can use |
Connecting a service in Integrations establishes the credential and transport configuration at the workspace level. Project-level MCP configuration in Flows is a separate, per-project layer — it governs which MCP servers a specific project's agents are permitted to call.
Connected servers
The Connected section above the catalog lists every MCP server currently linked to your organization. Each entry shows:
- Server name and category
- A health badge — see below
- Transport type (e.g., Streamable HTTP, SSE)
- Date added
- A Configure button to open the server's settings
Health badges
| Badge | Meaning |
|---|---|
| Healthy | The connection is active and operating normally |
| Syncing | The server is actively syncing tools or resources |
| Connected | The server is connected; no health check has run yet |
| Error | The connection failed or a tool call returned an error |
| Action needed | An OAuth-authenticated server whose credentials haven't been connected yet |
Finding and connecting an integration
Use the category filter pills at the top of the catalog to narrow the list, or search within a category. Each catalog card shows a brief description and the number of tools and resources the integration provides.
Click + Connect on a catalog card to open the connection panel. For catalog integrations, the transport and authentication type are pre-configured — you supply any required credentials and confirm. For custom MCP servers, you configure all fields manually.
The full connection flow is covered in Connecting services.