Deel Connector for AI agents.
10 live capabilities
Manage international payroll and global HR contracts through your AI client.
Waiting for input…
Why people use Deel
Deel for Global Payroll and HR Management
With this Connector, those manual steps disappear. You can simply ask your agent to pull a list of everyone on your team, check the status of a pending invoice, or see which expenses are still waiting for approval. You get a unified view of your global operations without ever leaving your primary chat interface.
What Vinkius changes
You get a conversational interface for your entire global HR and payroll backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Overdue Invoice Hunt
A finance lead asks the agent what invoices are overdue.
- Real-world use case 02
The Contractor Onboarding
An HR manager needs to know a new hire's details.
- Real-world use case 03
The Team Availability Check
An ops lead asks who is out this week.
Complete set · 10capabilities
The complete Deel capability set.
These are the exact actions your AI can choose when you ask it to work with Deel.
01—04
4 capabilities in this set.
Part of 10 available through Deel.
- 01 Capability
List contracts
Get a high-level list of all contracts, including their legal type and compensation. This provides a quick overview of your entire international workforce.
- 02 Capability
List expenses
View submitted expense reports with receipt links and current review statuses. Use this to manage employee reimbursements and track spending.
- 03 Capability
Get contract
Pull specific terms, compliance rules, and compensation rates for a single contract. This is useful for verifying legal requirements for specific hires.
- 04 Capability
List people
See a full directory of employees and contractors with their roles and locations. Use this to get a snapshot of your global team structure.
05—07
3 capabilities in this set.
Part of 10 available through Deel.
- 05 Capability
List invoices
See a list of all invoices including amounts, dates, and current payment statuses. This allows you to spot overdue payments at a glance.
- 06 Capability
List payments
View disbursement amounts and the technical status of every transfer to your team. Use this to confirm that global payments were successfully sent.
- 07 Capability
List tasks
View descriptions and due dates for milestone-based tasks within a contract. This helps you track project progress without manual status checks.
08—10
3 capabilities in this set.
Part of 10 available through Deel.
- 08 Capability
List milestones
Check identifiers and projected dates for specific project stages and payments. Use this to monitor high-level project goals and funding.
- 09 Capability
Get person
Pull personal metadata, contract history, and payment records for a specific individual. Use this to quickly see a contractor's full history in one view.
- 10 Capability
List time off
See all requested leave dates, categories, and whether they've been approved yet. This makes it easy to check team availability for upcoming projects.
Set up in minutes
One URL. Then ask Deel to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Deel from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FYw2XA8jCFoX247uePvr5gjYIDN9eBJpGzhiJZDp/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Deel, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Deel for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FYw2XA8jCFoX247uePvr5gjYIDN9eBJpGzhiJZDp/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Deel URL.
- Step 03
Save and start
Save the connection and enable Deel in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"deel": {
"url": "https://edge.vinkius.com/vk_preview_FYw2XA8jCFoX247uePvr5gjYIDN9eBJpGzhiJZDp/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Deel
Open Agent mode in chat and ask: "Using Deel, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"deel": {
"url": "https://edge.vinkius.com/vk_preview_FYw2XA8jCFoX247uePvr5gjYIDN9eBJpGzhiJZDp/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Deel
Ask Copilot: "Using Deel, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"deel": {
"url": "https://edge.vinkius.com/vk_preview_FYw2XA8jCFoX247uePvr5gjYIDN9eBJpGzhiJZDp/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Deel
Open Cascade and ask: "Using Deel, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"deel": {
"url": "https://edge.vinkius.com/vk_preview_FYw2XA8jCFoX247uePvr5gjYIDN9eBJpGzhiJZDp/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Deel
Ask Cline: "Using Deel, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add deel --transport http "https://edge.vinkius.com/vk_preview_FYw2XA8jCFoX247uePvr5gjYIDN9eBJpGzhiJZDp/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Deel
Ask Claude: "Using Deel, show me...". 10 tools are ready
Where the request belongs
Work Deel can move forward.
This is for the HR manager who's tired of manually verifying contract types for 50+ international employees, or the finance lead who needs to know which global invoices are overdue without opening a complex dashboard.
HR Manager
Uses the Connector to quickly check contract statuses and team details for international hires during the onboarding process.
Finance Lead
Monitors global payroll invoices and payment processing via chat to ensure contractors are paid on time.
Operations Director
Tracks time-off and expenses across international entities to manage team capacity and project budgets.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOyster
Manage global HR, payroll, and compliance via Oyster. list engagements, track expenses, and manage time-off requests directly from any AI agent.
SmartHR
Empower your AI to manage employee records, organizational structures, and payrolls directly from your SmartHR workspace.
BambooHR
Human Resources management platform. organize employee data, track time off, and audit HR workflows via AI.
WebHR
Manage employees, attendance, and recruitment on WebHR with AI agents.
Talexio
Manage HR and payroll for Mediterranean businesses with employee onboarding, leave tracking, and local compliance built in.
Hurma
Manage your HR processes with employee records, leave tracking, and performance reviews designed for growing teams.
Bring your own AI
Change the model, client or framework. Keep Deel connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Deel.
The practical details behind the request, access and result.
Can I use Deel MCP to see my international team?
Yes, you can use it to see a full directory of your employees and contractors, including their professional roles and geographical locations.
How does Deel MCP help with payroll tracking?
It allows you to monitor global payroll invoices, view payment history, and check the technical status of transfers to your workforce via chat.
Can I check contract compliance with Deel MCP?
You can pull specific terms, compliance requirements, and compensation rates for any contract to ensure everything is up to date.
Does Deel MCP show me employee time-off?
It provides a collection of time-off requests, including requested dates, leave categories, and current approval statuses.
Can I use Deel MCP to find overdue invoices?
You can quickly list all invoices and see their current status, making it easy to identify which ones are pending or overdue.
Is Deel MCP good for managing remote contractors?
It's designed specifically for global teams, allowing you to manage international contractors, track their milestones, and monitor their expenses.
How do I get a Deel API Token?
Log in to your Deel account, navigate to Organization Settings → Developer Center → API Tokens, and click Create Token.
Can I see all active contracts?
Yes! You can use the list_contracts capability to see all contracts with their type, status, and compensation details across your entire organization.
How do I track payments to contractors?
Use the list_payments capability to see full payment history, or list_invoices to track specific billing statuses and amounts.
One connection away
Give your agent a direct line to Deel.
Connect Deel once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available