How to Use the CData Connect Cloud MCP in Claude Code
Pipe any data source directly into your terminal scripts. Query databases and APIs with CData, right from the command line with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect CData Connect Cloud MCP to Claude Code
Create your Vinkius account to connect CData Connect Cloud to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run SQL in Your Shell Scripts
The `cdata_execute_query` tool lets you run SQL against any configured CData source and get the output directly in your terminal. Pipe the results to `jq`, `awk`, or any other command-line tool. It's perfect for quick data pulls, reporting, or ad-hoc analysis without an IDE. Forget about writing one-off Python scripts just to connect to a database. You can now build powerful one-liners. List your connections with `cdata_list_connections`, find the right table with `cdata_list_tables`, and pull the data you need in seconds.
Automate Data Ops in CI/CD
This MCP Server is built for automation. Use the CData tools in your CI/CD pipelines for tasks like database health checks or data validation. Before deploying, have your script run `cdata_test_connection` to ensure a critical data source is online. You can also manage connections programmatically. A setup script can use `cdata_create_connection` to provision a new data source for a testing environment and tear it down afterward. It's all headless and designed for unattended execution.
Headless Schema and Workspace Management
Manage your entire CData setup from the command line. The `cdata_list_workspaces` tool lets you see all your organization's data groups. From there, you can drill down into schemas using `cdata_get_schema_metadata` and `cdata_get_table_columns`. This is great for scripting administrative tasks. You can write a shell script to audit all tables across all connections, check for specific column names, or generate documentation based on live schema data. Claude Code makes it simple to automate these chores.
Set up CData Connect Cloud MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecdata-connect-cloud-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest CData Connect Cloud transactions." It will automatically discover and invoke the available CData Connect Cloud tools.
claude mcp add --transport http cdata-connect-cloud-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about CData Connect Cloud MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the CData Connect Cloud MCP today
We host it, we monitor it, we maintain it. You just paste one token.