Flatwork ATS Connector for AI agents.
8 live capabilities
Manage your recruitment pipeline and candidate statuses through natural conversation.
Waiting for input…
Why people use Flatwork ATS
Flatwork ATS Recruitment Automation for High-Volume Hiring
This Connector lets you handle those updates via your AI agent. Just tell it to move a candidate to the interview stage or create a new profile from a text block. It handles the data entry while you focus on the actual conversations.
What Vinkius changes
You stop doing manual data entry and start managing your pipeline through conversation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Candidate Sourcing
A recruiter finds a lead on a job board and tells their agent to create a new applicant in Flatwork ATS using the lead's contact info.
- Real-world use case 02
Interview Preparation
A hiring manager asks the agent to pull the profile for a specific candidate to review their experience before a 2 PM interview.
- Real-world use case 03
Bulk Status Updates
An HR lead asks the agent to move five specific applications to the 'Hired' stage after a successful weekend of interviews.
Complete set · 8capabilities
The complete Flatwork ATS capability set.
These are the exact actions your AI can choose when you ask it to work with Flatwork ATS.
01—04
4 capabilities in this set.
Part of 8 available through Flatwork ATS.
- 01 Capability
Get job
Retrieve all the metadata and requirements for a specific job posting. It helps you see who is hiring and what they need.
- 02 Capability
List applicants
Get a full list of every candidate currently in your system. This is great for auditing your total talent pool.
- 03 Capability
List applications
See every job application across all your active postings. Use this to get a sense of the volume of current activity.
- 04 Capability
List jobs
View all your open and closed job postings at once. This helps you keep track of every role your team is filling.
05—08
4 capabilities in this set.
Part of 8 available through Flatwork ATS.
- 05 Capability
List webhooks
Check your configured webhooks to ensure your HR capabilities are syncing correctly. This helps maintain data integrity.
- 06 Capability
Update application status
Change a candidate's hiring stage instantly. This is useful for moving people into interviews or marking them as hired.
- 07 Capability
Create applicant
Add a new candidate to your database using a JSON string. This helps you ingest data from external sourcing capabilities.
- 08 Capability
Get applicant
Pull specific details for a single candidate. Use this to quickly grab contact info without searching manually.
Set up in minutes
One URL. Then ask Flatwork ATS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Flatwork ATS 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_BpmNpv1flpIuPUg5JAwa39CddXbBDCverLUwwSxw/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 Flatwork ATS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Flatwork ATS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BpmNpv1flpIuPUg5JAwa39CddXbBDCverLUwwSxw/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 Flatwork ATS URL.
- Step 03
Save and start
Save the connection and enable Flatwork ATS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"flatwork-ats": {
"url": "https://edge.vinkius.com/vk_preview_BpmNpv1flpIuPUg5JAwa39CddXbBDCverLUwwSxw/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 Flatwork ATS
Open Agent mode in chat and ask: "Using Flatwork ATS, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"flatwork-ats": {
"url": "https://edge.vinkius.com/vk_preview_BpmNpv1flpIuPUg5JAwa39CddXbBDCverLUwwSxw/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 Flatwork ATS
Ask Copilot: "Using Flatwork ATS, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"flatwork-ats": {
"url": "https://edge.vinkius.com/vk_preview_BpmNpv1flpIuPUg5JAwa39CddXbBDCverLUwwSxw/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 Flatwork ATS
Open Cascade and ask: "Using Flatwork ATS, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"flatwork-ats": {
"url": "https://edge.vinkius.com/vk_preview_BpmNpv1flpIuPUg5JAwa39CddXbBDCverLUwwSxw/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 Flatwork ATS
Ask Cline: "Using Flatwork ATS, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add flatwork-ats --transport http "https://edge.vinkius.com/vk_preview_BpmNpv1flpIuPUg5JAwa39CddXbBDCverLUwwSxw/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 Flatwork ATS
Ask Claude: "Using Flatwork ATS, show me...". 8 tools are ready
Where the request belongs
Work Flatwork ATS can move forward.
This is for the recruiters who are tired of copy-pasting candidate info and the HR managers who need a bird's-eye view of their hiring pipeline without clicking through dozens of menus.
Recruiter
Moves candidates through stages and updates statuses during high-volume hiring cycles.
HR Manager
Checks job posting statuses and retrieves candidate profiles to prepare for team meetings.
Talent Acquisition Lead
Monitors webhooks and manages the overall job orchestration for multiple departments.
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.
CATS ATS
Manage recruitment workflows via CATS ATS. track candidates, job orders, and activities directly from any AI agent.
Fountain
Automate high-volume hiring, manage applicant funnels, and track hiring goals via AI agents with Fountain.
ATS Anywhere
Manage your recruiting process with ATS Anywhere. track jobs, applicants, and sites via AI.
Moka HR
Intelligent applicant tracking system (ATS). manage jobs, candidates, and interviews via AI.
ApplicantStack
Manage your hiring process with ApplicantStack. track jobs, candidates, and hires via AI.
Bring your own AI
Change the model, client or framework. Keep Flatwork ATS 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 Flatwork ATS.
The practical details behind the request, access and result.
Can the Flatwork ATS MCP help me manage my hiring pipeline?
Yes. It allows your AI agent to interact directly with your hiring data, letting you move candidates through stages and manage jobs using natural language.
How does the Flatwork ATS MCP handle candidate data?
It lets your agent pull specific details for any applicant or create new candidate profiles from external information you provide.
Can I use the Flatwork ATS MCP to update interview statuses?
Absolutely. You can tell your agent to move specific applications to the Interview, Hired, or Rejected stages instantly.
Does the Flatwork ATS MCP support creating new applicants?
Yes, you can have your agent create new candidates in the system by providing their information, which helps automate your sourcing workflow.
Can I check my webhooks using the Flatwork ATS MCP?
Yes, you can use the Connector to list your configured webhooks to ensure your HR capabilities are syncing correctly with your ATS.
Is the Flatwork ATS MCP good for high-volume recruiting?
It's designed for it. By automating the status updates and candidate creation, it removes the manual data entry that slows down high-volume hiring.
How do I find my Flatwork API Key?
Log in to your Flatwork account, navigate to Settings > API, and generate or copy your unique secret key.
Can I move a candidate to a custom hiring stage?
Yes! Use the update_application_status capability and provide the string name of your custom stage as defined in your ATS workflow.
How do I add new candidates found via LinkedIn?
Use the create_applicant capability and pass a JSON string containing the candidate's details like first name, last name, and email address.
One connection away
Give your agent a direct line to Flatwork ATS.
Connect Flatwork ATS once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available