How to Use the Deel MCP in Claude Code
Pipe your Deel HR and payment data directly into your terminal. Perfect for shell scripts, cron jobs, and CI/CD financial checks.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Deel MCP to Claude Code
Create your Vinkius account to connect Deel 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 Payroll Audits from the Command Line
Use this MCP Server in your scripts to automate checks. Run a command to pull all payments for the last month with `list_payments` and pipe the JSON output to `jq` for filtering. You can create a cron job that runs nightly, uses `list_invoices` to find anything overdue, and then sends an alert to a Slack channel via a webhook. It's all headless, running on your schedule.
Use Deel Data in Your CI/CD Pipelines
Your deployment pipeline can now query your HR stack. For instance, a script could use `list_people` to confirm a developer is an active contractor before granting access to a staging environment. A single shell script can use `get_person` to find a team member's contracts, then `get_contract` to check their status before proceeding. This MCP server makes Deel data another resource for your infrastructure.
Command-Line Reporting for Deel
Forget the web UI. Get the exact data you need, formatted for your terminal. Chain commands together like `claude mcp call deel-mcp list_contracts | jq '.[] | .id'` to get a list of contract IDs. Then loop through those IDs in a script to fetch details with `get_contract` or associated tasks with `list_tasks`. It’s ideal for building custom reports or doing quick checks without leaving your terminal.
Set up Deel 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 seedeel-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Deel transactions." It will automatically discover and invoke the available Deel tools.
claude mcp add --transport http deel-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 Deel MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Deel MCP today
We host it, we monitor it, we maintain it. You just paste one token.