Manatal Connector for AI agents.
10 live capabilities
Manage your recruitment pipeline and candidate data.
Waiting for input…
Why people use Manatal
Manatal ATS Recruitment Management for HR Teams
This Connector changes that. You just ask your agent for the data you need and it pulls it from Manatal instantly. You get a clear view of your pipeline without the clicking fatigue.
What Vinkius changes
You get a conversational interface for your entire recruitment pipeline.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
High-volume candidate screening
A recruiter asks the agent to list the first page of candidates and identify those with senior experience to prioritize for interviews.
- Real-world use case 02
Departmental job audits
An HR manager asks the agent to list all departments and show the active jobs for each to ensure even hiring distribution.
- Real-world use case 03
Client hiring status updates
A talent lead asks the agent to get details for organization 123 and summarize their current active job openings.
Complete set · 10capabilities
The complete Manatal capability set.
These are the exact actions your AI can choose when you ask it to work with Manatal.
01—04
4 capabilities in this set.
Part of 10 available through Manatal.
- 01 Capability
List career pages
Shows all your public career pages. Use it to keep track of where your jobs are posted.
- 02 Capability
Get application
Pulls specific details for one application. It's perfect for deep-diving into a single candidate's progress.
- 03 Capability
Get candidate
Fetches a full profile for a specific person. This helps you get the facts quickly without clicking through menus.
- 04 Capability
Get job
Provides all the details for a specific job listing. Use it to see requirements and status at a glance.
05—07
3 capabilities in this set.
Part of 10 available through Manatal.
- 05 Capability
Get organization
Shows the details for a specific client organization. This is great for keeping your client data organized.
- 06 Capability
List applications
Lists every application in your system. Use this to get a bird's-eye view of your current pipeline.
- 07 Capability
List candidates
Shows a list of all candidates in your talent pool. This makes it easy to browse through your potential hires.
08—10
3 capabilities in this set.
Part of 10 available through Manatal.
- 08 Capability
List departments
Lists all the departments in your company. Use it to see how your hiring is spread across the org.
- 09 Capability
List jobs
Lists all the current job openings. It's the fastest way to see what's currently being recruited for.
- 10 Capability
List organizations
Lists all the organizations you work with. This helps you manage your client base efficiently.
Set up in minutes
One URL. Then ask Manatal to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Manatal 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_vHNzGr2SCxqQaHVCOWrzMlzoVpVI0X9oe8T5GINx/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 Manatal, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Manatal for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_vHNzGr2SCxqQaHVCOWrzMlzoVpVI0X9oe8T5GINx/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 Manatal URL.
- Step 03
Save and start
Save the connection and enable Manatal in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"manatal": {
"url": "https://edge.vinkius.com/vk_preview_vHNzGr2SCxqQaHVCOWrzMlzoVpVI0X9oe8T5GINx/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 Manatal
Open Agent mode in chat and ask: "Using Manatal, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"manatal": {
"url": "https://edge.vinkius.com/vk_preview_vHNzGr2SCxqQaHVCOWrzMlzoVpVI0X9oe8T5GINx/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 Manatal
Ask Copilot: "Using Manatal, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"manatal": {
"url": "https://edge.vinkius.com/vk_preview_vHNzGr2SCxqQaHVCOWrzMlzoVpVI0X9oe8T5GINx/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 Manatal
Open Cascade and ask: "Using Manatal, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"manatal": {
"url": "https://edge.vinkius.com/vk_preview_vHNzGr2SCxqQaHVCOWrzMlzoVpVI0X9oe8T5GINx/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 Manatal
Ask Cline: "Using Manatal, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add manatal --transport http "https://edge.vinkius.com/vk_preview_vHNzGr2SCxqQaHVCOWrzMlzoVpVI0X9oe8T5GINx/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 Manatal
Ask Claude: "Using Manatal, show me...". 10 tools are ready
Where the request belongs
Work Manatal can move forward.
This is for recruitment professionals and HR operations teams who are tired of clicking through dozens of dashboards to find basic candidate info or job statuses.
Technical Recruiter
Checking candidate technical scores and matching them to open roles during a busy Monday morning.
HR Ops Manager
Auditing job postings across different departments to ensure brand consistency.
Talent Acquisition Lead
Getting a high-level view of all active applications to report on hiring velocity.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWizehire
Manage candidates, job postings, and hiring stages via Wizehire directly from your AI agent.
Greenhouse
Manage your recruiting pipeline via Greenhouse. list candidates, track applications, and audit jobs directly via AI.
Ninehire
Hire smarter with a recruitment platform that posts jobs, screens applicants, and moves the best candidates through your pipeline.
Breezy HR
Manage your recruitment process via Breezy HR. track candidates, positions, and stages directly from any AI agent.
ApplicantStack
Manage your hiring process with ApplicantStack. track jobs, candidates, and hires via AI.
Pinpoint
Automate recruitment and talent acquisition via Pinpoint. manage jobs, applications, candidates, and interviews directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Manatal 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 Manatal.
The practical details behind the request, access and result.
How does the Manatal MCP help my hiring process?
It gives your AI agent the ability to read your recruitment data directly. You can ask questions about candidates, jobs, and applications without leaving your chat window.
Can I use the Manatal MCP to see my candidate list?
Yes. You can ask your agent to list all candidates or pull specific profiles to see their details, experience, and current status in the pipeline.
Does the Manatal MCP work with my existing job postings?
It connects to your live Manatal account. Your agent can see every active job, department, and career page currently in your system.
How can the Manatal MCP help me manage my clients?
You can use it to list all organizations you work with and get specific details for each one, helping you keep your client base organized.
Can I check application statuses using the Manatal MCP?
Absolutely. You can ask your agent to list all applications or get the specific details for a single applicant to see where they are in the funnel.
Is the Manatal MCP good for high-volume recruiting?
It's designed for it. By letting your agent handle the data retrieval, you can quickly screen large talent pools and manage dozens of job openings simultaneously.
Where can I find my Manatal API Token?
Log in to Manatal, go to Administration > Integration > API, and you will find your API Token there.
Can I list candidates by page?
Yes, use the list_candidates capability and provide the page parameter to navigate through your results.
Is my data secure?
Absolutely. Your token is encrypted at rest and injected securely at runtime.
One connection away
Give your agent a direct line to Manatal.
Connect Manatal once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available