fivetran_api
A toolset created from your OpenAPI document

Install

Select a method below to install the server.
Cursor
Claude Code
Claude Desktop
VS Code
Gemini CLI
Codex CLI
Available Tools
fivetran_api_create_connection fivetran_api_resync_tables fivetran_api_metadata_connector_config fivetran_api_destination_details fivetran_api_transformations_list fivetran_api_run_setup_tests fivetran_api_run_transformation fivetran_api_create_destination fivetran_api_connection_state fivetran_api_transformation_details
And 15 more
Server URL
https://app.getgram.ai/mcp/test-demo-fivetran-api-mcp
Raw Configuration
If you have a client that's not listed above, access the raw MCP configuration below. Check out the troubleshooting documentation for more help.
{ "command": "npx", "args": [ "mcp-remote@0.1.25", "https://app.getgram.ai/mcp/test-demo-fivetran-api-mcp", "--header", "Mcp-Fivetran-Api-Basic-Auth-Username:${MCP_FIVETRAN_API_BASIC_AUTH_USERNAME}", "--header", "Mcp-Fivetran-Api-Basic-Auth-Password:${MCP_FIVETRAN_API_BASIC_AUTH_PASSWORD}" ], "env": { "MCP_FIVETRAN_API_BASIC_AUTH_USERNAME": "<your-value-here>", "MCP_FIVETRAN_API_BASIC_AUTH_PASSWORD": "<your-value-here>" } }