How to Use the KeyPay MCP in Cursor
Build custom HR dashboards in Cursor using live KeyPay API responses.
Works with every AI agent you already use
…and any MCP-compatible client
Connect KeyPay MCP to Cursor
Create your Vinkius account to connect KeyPay to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject live pay run data into your code
The KeyPay MCP Server feeds real financial data straight into your editor. When you write a script to audit payroll, Cursor calls `list_pay_runs` and `get_pay_run_details` to grab actual production data instead of mocking it. You stop guessing what the API response looks like. The agent pulls live arrays using `list_pay_run_earnings` and formats your TypeScript interfaces perfectly on the first try.
Build employee portals with actual data
This integration gives Cursor direct access to your Employment Hero roster. Your AI client triggers `list_employees` and `get_employee_details` to populate the frontend components you are currently building. You write the UI. Cursor handles the data binding. It pulls real names, roles, and status flags so you can see exactly how the layout breaks with long names or missing fields.
Test leave request logic instantly
Writing internal HR tools with this MCP Server requires testing edge cases. Cursor uses `list_leave_requests` to fetch real pending and approved time-off entries for your business logic tests. The same goes for document generation. The agent runs `list_pay_slips` to verify payload structures while you code the PDF parsing functions. You get accurate types without digging through API docs.
Set up KeyPay MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the KeyPay MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent KeyPay transactions." If the MCP tools are loaded correctly, Cursor will call the KeyPay tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"keypay-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by KeyPay. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 KeyPay MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the KeyPay MCP today
We host it, we monitor it, we maintain it. You just paste one token.