Remote Connector for AI agents.
11 live capabilities
Manage global payroll and international employee data through your AI client.
Waiting for input…
Why people use Remote
Remote Global Payroll Management
This Connector lets you ask your agent to do the heavy lifting. Instead of hunting for data, you can get a summary of your global headcount or pull up specific employee details in one sentence. You get a clear picture of your operations without the tab-switching.
What Vinkius changes
You get a direct command line to your global HR and payroll data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Onboarding a new hire in Japan
Ask the agent to create an employee record and check if Japan is a supported country to ensure compliance during the hiring process.
- Real-world use case 02
Quarterly payroll audit
Ask the agent to list all invoices for the last three months and summarize the total spend across all registered companies.
- Real-world use case 03
Team capacity check
Ask the agent to list all employees and their current time-off status to see who is available to take on new projects.
Complete set · 11capabilities
The complete Remote capability set.
These are the exact actions your AI can choose when you ask it to work with Remote.
01—04
4 capabilities in this set.
Part of 11 available through Remote.
- 01 Capability
List contractors
Get a complete list of all your independent contractors. This helps you keep track of your non-employee workforce in one place.
- 02 Capability
List invoices
Pull a list of all invoices associated with a specific company. This is great for monthly payroll reconciliation.
- 03 Capability
List employees
Get a list of all employees belonging to a specific company. This helps you manage team headcount for different entities.
- 04 Capability
Create employee
Add a new employee record by providing their data as a JSON string. It automates the manual data entry for new hires.
05—08
4 capabilities in this set.
Part of 11 available through Remote.
- 05 Capability
Get company details
Retrieve specific metadata about a registered company entity. Use this to verify operational status for specific branches.
- 06 Capability
Get employee
Pull specific profile data for a single team member. Use this to quickly check a hire's location or contract type.
- 07 Capability
Get invoice details
View the specific line items and status of a single invoice. It makes auditing specific payments much faster.
- 08 Capability
List companies
See all registered company entities in your account. This gives you a high-level view of your corporate structure.
09—11
3 capabilities in this set.
Part of 11 available through Remote.
- 09 Capability
List supported countries
See the full list of countries where Remote provides payroll services. Use this to plan your next international expansion.
- 10 Capability
List expenses
View all employee expense reports in your account. Use this to monitor spending across your global team.
- 11 Capability
List timeoff
View all pending and approved time-off requests. Use this to see who is out of the office at a glance.
Set up in minutes
One URL. Then ask Remote to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Remote 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_cKSmbKPPFNENal5MinNxbnJaAyiAr6Njr32DD4Zo/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 Remote, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Remote for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cKSmbKPPFNENal5MinNxbnJaAyiAr6Njr32DD4Zo/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 Remote URL.
- Step 03
Save and start
Save the connection and enable Remote in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"remote": {
"url": "https://edge.vinkius.com/vk_preview_cKSmbKPPFNENal5MinNxbnJaAyiAr6Njr32DD4Zo/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 Remote
Open Agent mode in chat and ask: "Using Remote, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"remote": {
"url": "https://edge.vinkius.com/vk_preview_cKSmbKPPFNENal5MinNxbnJaAyiAr6Njr32DD4Zo/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 Remote
Ask Copilot: "Using Remote, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"remote": {
"url": "https://edge.vinkius.com/vk_preview_cKSmbKPPFNENal5MinNxbnJaAyiAr6Njr32DD4Zo/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 Remote
Open Cascade and ask: "Using Remote, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"remote": {
"url": "https://edge.vinkius.com/vk_preview_cKSmbKPPFNENal5MinNxbnJaAyiAr6Njr32DD4Zo/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 Remote
Ask Cline: "Using Remote, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add remote --transport http "https://edge.vinkius.com/vk_preview_cKSmbKPPFNENal5MinNxbnJaAyiAr6Njr32DD4Zo/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 Remote
Ask Claude: "Using Remote, show me...". 11 tools are ready
Where the request belongs
Work Remote can move forward.
For HR leads and finance managers who are tired of manual data entry and juggling multiple country-specific payroll systems for a distributed workforce.
Global HR Manager
Handles onboarding for 50+ international hires without opening a single browser tab.
Finance Operations Lead
Tracks multi-currency invoices and payroll status across different regions.
IT Operations Manager
Manages contractor access and equipment expenses for a remote-first tech team.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDeel
Manage global contracts, team members, invoices, payments, time-off, and expenses. global HR for AI agents.
Bilflo
Manage your staffing operations via Bilflo. list clients, contractors, and timecards directly from any AI agent.
Talexio
Manage HR and payroll for Mediterranean businesses with employee onboarding, leave tracking, and local compliance built in.
Oyster
Manage global HR, payroll, and compliance via Oyster. list engagements, track expenses, and manage time-off requests directly from any AI agent.
Beisen (iTalentX)
Comprehensive HR cloud platform. manage employees, attendance, and recruitment via AI.
Paylocity
Manage payroll and HR via Paylocity. list employees, track earnings, and audit benefits setup directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Remote 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 Remote.
The practical details behind the request, access and result.
Can the Remote MCP help me with global payroll?
Yes, it lets you view invoices and employee data for your international team. You can pull specific invoice details or list all invoices for a company to stay on top of your payments.
How do I use the Remote MCP to add new hires?
You can ask your agent to create an employee record by providing the necessary details. It handles the data entry for you so you don't have to fill out every field manually in the dashboard.
Does the Remote MCP work for contractors?
Yes, it includes a capability to list all your independent contractors across your account. This helps you keep track of your non-employee workforce in one place.
Can I see time-off requests with the Remote MCP?
Yes, you can pull a list of all time-off requests to see who is out of the office. It's a quick way to check team availability without digging through individual profiles.
Is the Remote MCP good for checking hiring limits?
You can use it to see every country Remote supports to plan your expansion. It gives you a clear list of where you can legally hire and manage employees.
Can I track expenses using the Remote MCP?
Yes, it allows you to pull a list of all employee expenses. You can use this to monitor spending across your global team.
How do I get my Remote API Key?
Log in to your Remote account, navigate to the Developer or API Keys section in your dashboard, and generate a new key for your integration.
Which countries are supported?
Remote supports hiring and payroll in over 150 countries. You can use the list_supported_countries capability to see the full list in real-time.
Can I add employees programmatically?
Yes, the create_employee capability allows you to initialize new records for international hires directly from your AI agent, including job titles and locales.
One connection away
Give your agent a direct line to Remote.
Connect Remote once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available