KeyPay Connector for AI agents.
10 live capabilities
Manage payroll, employee records, and leave requests through your AI client.
Waiting for input…
Why people use KeyPay
KeyPay Payroll Oversight for HR Teams
With this Connector, you just ask your agent. You can get the status of a pay run or see a list of all employees for a specific business in seconds. It turns a multi-click navigation task into a simple conversation, giving you the data you need without the manual overhead.
What Vinkius changes
You get instant, conversational access to your payroll and employee data without leaving your AI client.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a pay run status
An admin asks the agent if the 'Fortnightly Pay' is done.
- Real-world use case 02
Finding a specific employee
A manager wants to know a staff member's details.
- Real-world use case 03
Auditing deductions
An accountant needs to see why a pay run was low.
Complete set · 10capabilities
The complete KeyPay capability set.
These are the exact actions your AI can choose when you ask it to work with KeyPay.
01—04
4 capabilities in this set.
Part of 10 available through KeyPay.
- 01 Capability
List pay runs
See all pay runs for a specific business. It helps you quickly check the status of past or upcoming payroll cycles.
- 02 Capability
List employees
Get a list of all employees for a specific business. This helps you quickly identify who is on the current roster.
- 03 Capability
Get business details
Pull specific details for a single business. Use this to verify location or configuration data for a specific site.
- 04 Capability
Get employee details
Get the full profile and payroll info for an employee. This is the go-to capability for checking individual staff data.
05—07
3 capabilities in this set.
Part of 10 available through KeyPay.
- 05 Capability
Get pay run details
See the specific details of a single pay run. Use this to look into one specific payroll cycle at a time.
- 06 Capability
List leave requests
See all leave requests for a specific business. Use it to track who's out and when they're coming back.
- 07 Capability
List pay slips
Get a list of payslips for a specific employee. This is perfect for when a staff member needs to see their history.
08—10
3 capabilities in this set.
Part of 10 available through KeyPay.
- 08 Capability
List businesses
Get a list of every business connected to your account. Use this to see which entities you have permission to manage.
- 09 Capability
List pay run deductions
View all the deductions for a specific pay run. This is great for double-checking accuracy before finalizing payments.
- 10 Capability
List pay run earnings
See all the earnings associated with a specific pay run. Use it to verify that all hours and bonuses were captured correctly.
Set up in minutes
One URL. Then ask KeyPay to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use KeyPay 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_vs5aCUuKDAsrOmTWYJGNHpzCEssitb2WepI0qq0l/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 KeyPay, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable KeyPay for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vs5aCUuKDAsrOmTWYJGNHpzCEssitb2WepI0qq0l/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 KeyPay URL.
- Step 03
Save and start
Save the connection and enable KeyPay in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"keypay": {
"url": "https://edge.vinkius.com/vk_preview_vs5aCUuKDAsrOmTWYJGNHpzCEssitb2WepI0qq0l/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 KeyPay
Open Agent mode in chat and ask: "Using KeyPay, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"keypay": {
"url": "https://edge.vinkius.com/vk_preview_vs5aCUuKDAsrOmTWYJGNHpzCEssitb2WepI0qq0l/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 KeyPay
Ask Copilot: "Using KeyPay, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"keypay": {
"url": "https://edge.vinkius.com/vk_preview_vs5aCUuKDAsrOmTWYJGNHpzCEssitb2WepI0qq0l/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 KeyPay
Open Cascade and ask: "Using KeyPay, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"keypay": {
"url": "https://edge.vinkius.com/vk_preview_vs5aCUuKDAsrOmTWYJGNHpzCEssitb2WepI0qq0l/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 KeyPay
Ask Cline: "Using KeyPay, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add keypay --transport http "https://edge.vinkius.com/vk_preview_vs5aCUuKDAsrOmTWYJGNHpzCEssitb2WepI0qq0l/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 KeyPay
Ask Claude: "Using KeyPay, show me...". 10 tools are ready
Where the request belongs
Work KeyPay can move forward.
This is for the payroll admin who spends half their day answering 'Is this pay run done?' or the HR manager who's tired of digging through different business profiles to check leave balances. It's for anyone who needs to move faster on employee data.
Payroll Administrator
Checking pay run statuses and deduction lines during month-end processing.
HR Manager
Monitoring leave requests and employee profiles across multiple business entities.
Business Owner
Getting a quick pulse on payroll costs and business history via natural language.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOnPay
Payroll and HR management. manage employees, transactions, and schedules via OnPay.
Paylocity
Manage payroll and HR via Paylocity. list employees, track earnings, and audit benefits setup directly from any AI agent.
PayFit
Automate HR and payroll operations via PayFit. list collaborators, fetch payslips securely, overview company structure, and export accounting entries via AI.
Gusto
Manage employees, run payroll, view benefits and time-off policies. HR automation for AI agents.
SmartHR
Empower your AI to manage employee records, organizational structures, and payrolls directly from your SmartHR workspace.
Workday
Manage workers, payroll data, org structures, and HR workflows on Workday. the enterprise HCM platform.
Bring your own AI
Change the model, client or framework. Keep KeyPay 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 KeyPay.
The practical details behind the request, access and result.
What can I do with the KeyPay MCP?
You can use your AI agent to pull payroll data, check employee profiles, and view leave requests across all your businesses without leaving your chat window.
Can I check pay run statuses with KeyPay?
Yes, you can ask your agent to check if a specific pay run is finalized, see the total earnings, or look into specific deduction lines.
How do I see leave requests for my businesses?
The Connector allows your agent to pull a list of all leave requests, showing you who is currently away and what requests are still pending.
Can the KeyPay MCP pull employee profiles?
It can pull full employee details, including their payroll configurations and basic profile information, so you don't have to search for them manually.
How do I check payroll deductions?
You can ask your agent to list the deductions for any specific pay run to verify that everything is accurate before you finish the cycle.
Can I use this to find payslips for my staff?
Yes, you can quickly pull a list of issued payslips for any employee to help with internal queries or record keeping.
Does the KeyPay MCP work for multiple businesses?
Yes, it can list all businesses in your account and pull data for each one, making it ideal for managing multiple entities from one place.
In which regions is the KeyPay API available?
KeyPay supports multiple regions including Australia, UK, New Zealand, Singapore, and Malaysia. Make sure to provide the correct region domain during setup.
Can I see my employee's payslips using this agent?
Yes, the list_pay_slips capability allows you to retrieve a list of issued payslips for a specific employee within a business.
Is it possible to track leave requests?
Absolutely. Use the list_leave_requests capability to fetch all historical and pending leave requests for any of your registered businesses.
One connection away
Give your agent a direct line to KeyPay.
Connect KeyPay once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available