fivetran-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIVETRAN_API_KEY | Yes | Your Fivetran API key | |
| FIVETRAN_API_SECRET | Yes | Your Fivetran API secret |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_connectionsA | List all Fivetran connections (connectors) with their sync status. Optionally filter by group. |
| get_connection_detailsA | Get detailed information for a specific connection including config, status, sync state, and schedule. |
| create_connectionA | Create a new Fivetran connection (connector). Use get_connector_metadata to discover available connector types and their required config. Returns compact confirmation by default — set verbose=true for full response. |
| update_connectionA | Update a connection's configuration, schedule, or settings. Returns compact confirmation by default — set verbose=true for full response. |
| delete_connectionA | Permanently delete a connection and all its synced data configuration. This cannot be undone. |
| trigger_syncA | Trigger an immediate sync for a connection without waiting for the next scheduled sync. Returns compact confirmation by default — set verbose=true for full response. |
| pause_connectionA | Pause a connection's sync schedule. The connection will not sync until resumed. Returns compact confirmation by default — set verbose=true for full response. |
| resume_connectionA | Resume a paused connection. It will sync on its next scheduled interval. Returns compact confirmation by default — set verbose=true for full response. |
| get_connection_schemaA | Get the schema configuration for a connection: all schemas, tables, and columns with their enabled/disabled state. |
| update_connection_schemaA | Update schema config to enable/disable schemas, tables, or columns for a connection. Returns compact confirmation by default — set verbose=true for full schema response. |
| reload_schemaA | Reload the schema configuration from the source. Detects new tables, columns, or schema changes. Returns compact confirmation by default — set verbose=true for full response. |
| get_sync_statusA | Get the current sync status for a connection: sync state, last sync time, schedule, and any warnings or failures. |
| get_table_statusA | Get per-table sync status for a connection: enabled state, sync mode, and metadata for each table. |
| get_sync_logsB | Get sync logs for a connection. Returns the connection state including sync history and warnings. |
| list_groupsA | List all groups (workspaces) in the Fivetran account. |
| get_group_connectorsA | List all connections within a specific group. |
| list_destinationsB | List all destinations in the account with their configuration and status. |
| test_destinationA | Run setup tests for a destination to verify connectivity and configuration. Returns compact confirmation by default — set verbose=true for full response. |
| list_usersB | List all users in the Fivetran account. |
| invite_userA | Invite a new user to the Fivetran account with a specified role. Returns compact confirmation by default — set verbose=true for full response. |
| list_teamsB | List all teams in the Fivetran account. |
| resync_tablesA | Force a historical resync of specific tables within a connection. Only re-syncs the specified tables, not the entire connection. Returns compact confirmation by default — set verbose=true for full response. |
| get_connector_metadataA | Get available connector types and their configuration schemas. Use this to discover what connectors Fivetran supports and what config each requires. |
| searchA | Search the Fivetran REST API catalog to discover endpoints. Returns method, path, summary, and parameter details. Call with no arguments to see all available categories. |
| executeA | Execute any Fivetran REST API call. Use the search tool first to discover available endpoints and their parameters. Write operations return compact summaries by default — set verbose=true for full response. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/livemau5/fivetran-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server