How to Use the TOTVS MCP in Claude Code
Automate TOTVS ERP operations in CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TOTVS MCP to Claude Code
Create your Vinkius account to connect TOTVS 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 Finance Scripts via MCP Server
You can write shell scripts that automate financial checks. Run a script that pulls all accounts receivable using `list_receipts`. Then, pipe the output into another tool to validate payment status. This is ideal for cron jobs. Your pipeline executes the command, gets the list of records via `get_rm_data`, and logs the result directly to STDOUT.
Manage HR Records with Claude Code
Build a headless job that runs nightly checks on staff status. The script calls `list_employees` and iterates through the results, calling `get_employee_details` for each one. The output stream provides all the necessary employee data—like IDs or names—which you can then feed into another downstream service in your CI/CD chain.
Control BPM Workflows with Claude Code
Automate workflow progression without manual intervention. A script can check for pending requests using `list_processes`. If a request needs advancing, the CLI executes `move_process_request` to push it forward. This makes it reliable for nightly cleanup tasks where you need to ensure processes don't stall.
Set up TOTVS 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 seetotvs-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest TOTVS transactions." It will automatically discover and invoke the available TOTVS tools.
claude mcp add --transport http totvs-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 TOTVS MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TOTVS MCP today
We host it, we monitor it, we maintain it. You just paste one token.