Moka HR Connector for AI agents.
10 live capabilities
Manage your recruitment pipeline and candidate tracking through natural conversation.
Waiting for input…
Why people use Moka HR
Moka HR ATS Integration for Faster Talent Acquisition
Moka HR changes this by letting your AI agent do the searching for you. You can just ask for a candidate's history or a summary of your hiring activity and get the answer in seconds. You get a conversational way to manage your entire talent pipeline.
What Vinkius changes
You get a conversational interface for your entire recruitment lifecycle.
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 candidate's history before a call
A recruiter asks about 'Mario' and gets his last interview notes and current stage instantly using get_candidate.
- Real-world use case 02
Getting a monthly report for a manager
An HR lead asks for a summary of hiring activity for the month to see how many offers were made using get_hiring_summary.
- Real-world use case 03
Reviewing job requirements
A hiring manager asks for the requirements of the 'Backend Developer' role to ensure they're aligned during a sync using get_job.
Complete set · 10capabilities
The complete Moka HR capability set.
These are the exact actions your AI can choose when you ask it to work with Moka HR.
01—04
4 capabilities in this set.
Part of 10 available through Moka HR.
- 01 Capability
List candidates
Pull a list of all candidates in your system. Use this to browse your talent pool quickly.
- 02 Capability
List interviews
See a list of all scheduled interviews. This is great for a quick daily briefing on your schedule.
- 03 Capability
List jobs
See every open position currently being advertised. Use this to get a bird's eye view of your active hiring.
- 04 Capability
Create candidate
Add a new applicant to your system. This makes it easy to keep your database current.
05—07
3 capabilities in this set.
Part of 10 available through Moka HR.
- 05 Capability
Get application
Pull specific details about a job application. Use this to see exactly where a candidate stands.
- 06 Capability
Get candidate
Fetch a full profile for a specific person. It's the fastest way to review history before an interview.
- 07 Capability
Get hiring summary
Get a high-level look at your recruitment stats. Use this to see how many offers or interviews happened recently.
08—10
3 capabilities in this set.
Part of 10 available through Moka HR.
- 08 Capability
Get interview
Pull the details for a specific interview session. This helps you stay on top of the schedule.
- 09 Capability
Get job
Get the specific requirements and details for a single job. Use this to double-check a role's description.
- 10 Capability
List applications
See all applications for a specific role. This helps you keep track of the volume of interest.
Set up in minutes
One URL. Then ask Moka HR to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Moka HR 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_33msZj0cXLsixyZxAtPLdCBPv4hEB015V4lMhvpL/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 Moka HR, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Moka HR for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_33msZj0cXLsixyZxAtPLdCBPv4hEB015V4lMhvpL/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 Moka HR URL.
- Step 03
Save and start
Save the connection and enable Moka HR in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"moka-hr": {
"url": "https://edge.vinkius.com/vk_preview_33msZj0cXLsixyZxAtPLdCBPv4hEB015V4lMhvpL/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 Moka HR
Open Agent mode in chat and ask: "Using Moka HR, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"moka-hr": {
"url": "https://edge.vinkius.com/vk_preview_33msZj0cXLsixyZxAtPLdCBPv4hEB015V4lMhvpL/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 Moka HR
Ask Copilot: "Using Moka HR, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"moka-hr": {
"url": "https://edge.vinkius.com/vk_preview_33msZj0cXLsixyZxAtPLdCBPv4hEB015V4lMhvpL/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 Moka HR
Open Cascade and ask: "Using Moka HR, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"moka-hr": {
"url": "https://edge.vinkius.com/vk_preview_33msZj0cXLsixyZxAtPLdCBPv4hEB015V4lMhvpL/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 Moka HR
Ask Cline: "Using Moka HR, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add moka-hr --transport http "https://edge.vinkius.com/vk_preview_33msZj0cXLsixyZxAtPLdCBPv4hEB015V4lMhvpL/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 Moka HR
Ask Claude: "Using Moka HR, show me...". 10 tools are ready
Where the request belongs
Work Moka HR can move forward.
This is for the recruitment team tired of tab fatigue. It's for the recruiter who spends half their day copying data between systems and the hiring manager who just wants to know who's next in line without digging through a dashboard.
Recruiter
Manages candidate progress and job postings via natural language queries.
Hiring Manager
Reviews candidate details and interview schedules directly in their workspace.
HR Operations
Audits recruitment activity and pipeline stats across the whole company.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHRBlade
Streamline recruitment with an ATS that manages job postings, candidate pipelines, and interview scheduling for growing teams.
Fountain
Automate high-volume hiring, manage applicant funnels, and track hiring goals via AI agents with Fountain.
Flatwork ATS
Streamline your hiring pipeline with an applicant tracking system that organizes candidates, interviews, and offer management.
CATS ATS
Manage recruitment workflows via CATS ATS. track candidates, job orders, and activities directly from any AI agent.
Pinpoint
Automate recruitment and talent acquisition via Pinpoint. manage jobs, applications, candidates, and interviews directly from any AI agent.
Homerun
Automate recruitment workflows via Homerun. manage job applications, track candidates, and oversee vacancies directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Moka HR 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 Moka HR.
The practical details behind the request, access and result.
Can I use Moka HR to see my interview schedule?
Yes, you can ask your agent to list all scheduled interviews or get the details for a specific one to stay on top of your day.
How does Moka HR help with candidate tracking?
It lets you pull full candidate profiles and see exactly where they are in your hiring funnel without leaving your chat.
Can I get a summary of my hiring stats?
Yes, you can ask for a hiring summary to see things like new applications, scheduled interviews, and offers made over a specific period.
Is Moka HR good for high-volume hiring?
It's great for high-volume roles because you can quickly list all applications for a specific job to see the total interest.
Can I add new candidates to Moka HR?
Your agent can create new candidate profiles directly, making it faster to get new leads into your system.
Does Moka HR work with Claude?
Yes, you can connect it to Claude or any other MCP-compatible client to manage your recruitment workflow.
How do I obtain a Moka API Key?
You must contact your Moka Customer Success Manager (CSM) to enable the API Platform feature and receive your unique API Key.
Can I see interview schedules for my team?
Yes. Use the list_interviews capability to see upcoming sessions. You can then use get_interview with a specific ID to see the full details, including participants and meeting links.
Is it possible to add a new candidate through the agent?
Yes! Use the create_candidate capability. You will need to provide the candidate's name and email address. You can also optionally include their mobile number.
One connection away
Give your agent a direct line to Moka HR.
Connect Moka HR once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available