How to Use the Yida MCP in Claude Code
Run data tasks headlessly with Claude Code: CI/CD pipelines for your agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Yida MCP to Claude Code
Create your Vinkius account to connect Yida 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.
Batch process records using Yida MCP Server.
You can write a shell script that calls `list_data_ids` to get thousands of record IDs. Your pipeline then loops through those IDs, executing `get_record_details` for each one and piping the resulting JSON into an analysis tool. This pattern makes it easy to run bulk updates; fetch existing data with `get_record_details`, modify it in your script, and pipe the final payload to `update_record`.
Manage application configuration via Yida MCP Server.
The `list_forms` tool allows you to query every available form name directly from a cron job. You can then use `get_form_schema` in a script to validate the structure of those forms against an expected standard. Similarly, listing workflows (`list_workflows`) and users (`list_users`) helps your CI/CD pipeline automatically audit the application's current state.
Audit workflow lifecycle events with Yida MCP Server.
To build a robust audit script, use `get_instance_timeline`. This tool pulls every step and timestamp for any given workflow instance. If you need to remove old records from the system—say, historical data older than 90 days—you first identify them using `list_data_ids`, then run `delete_record` in a controlled shell script.
Set up Yida 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 seeyida-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Yida transactions." It will automatically discover and invoke the available Yida tools.
claude mcp add --transport http yida-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 Yida MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Yida MCP today
We host it, we monitor it, we maintain it. You just paste one token.