How to Use the Unanet MCP in Claude Code
Script Unanet operations directly in Claude Code's terminal.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Unanet MCP to Claude Code
Create your Vinkius account to connect Unanet 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.
Listing Projects and Users via CLI
You can write a simple shell script that calls the MCP Server to pull project data. For example, running `claude mcp run unanet-mcp --tool=projects` pipes the list of projects directly into your terminal's standard output. This is perfect for CI/CD pipelines; you don't need a GUI just to check if all contractor projects are listed.
Batch Processing Timesheets and Expenses
Need to process 100 users' timesheets? Write a script that loops through user IDs, calling the `timesheets` tool for each one. You can then pipe all resulting CSV data into another utility—say, an AWS S3 upload command. This robust terminal approach makes it ideal for scheduled cron jobs or background processing tasks.
Automating User and Expense Audits
Use the `users` tool to grab employee records, then immediately call the `expenses` tool using the returned user IDs. This builds an audit script that validates current spending against active personnel files. The output is clean JSON, ready to be passed as input to another CLI utility like `jq` for final filtering.
Set up Unanet 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 seeunanet-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Unanet transactions." It will automatically discover and invoke the available Unanet tools.
claude mcp add --transport http unanet-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 Unanet MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Unanet MCP today
We host it, we monitor it, we maintain it. You just paste one token.