Lever Connector for AI agents.
10 live capabilities
Manage your recruitment pipeline and candidate opportunities via Lever.
Waiting for input…
Why people use Lever
Lever for Faster Talent Acquisition and Hiring
This Connector changes the way you handle your pipeline. You can just tell your agent to move everyone who passed the screening to the interview stage. It handles the navigation and the data updates for you, so you can stay focused on talking to people instead of clicking buttons.
What Vinkius changes
You get to manage your entire hiring pipeline using natural language instead of manual dashboard clicking.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Moving a candidate to the interview stage
A recruiter asks the agent to move Jane Doe to the Interview stage, and the agent uses update_opportunity_stage to do it instantly.
- Real-world use case 02
Creating a new software engineer role
A hiring manager describes a new role and the agent uses create_job_posting to put it live in the Lever dashboard.
- Real-world use case 03
Checking a candidate's history
A sourcer asks for the profile of a specific ID and the agent uses get_candidate_profile to show the full history.
Complete set · 10capabilities
The complete Lever capability set.
These are the exact actions your AI can choose when you ask it to work with Lever.
01—04
4 capabilities in this set.
Part of 10 available through Lever.
- 01 Capability
List job postings
View all current job advertisements in your Lever account. Use this to see which roles are currently live.
- 02 Capability
Archive hiring opportunity
Move a specific candidate application to your archive. This helps keep your active pipeline clean and organized.
- 03 Capability
Create hiring opportunity
Generate a new candidate record with specific details. Use this to add a new applicant to your workflow immediately.
- 04 Capability
Create job posting
Create a new job advertisement in your Lever account. This lets you launch new roles without manual data entry.
05—07
3 capabilities in this set.
Part of 10 available through Lever.
- 05 Capability
Get opportunity details
Pull the specific data for a single candidate application. This is useful for checking the status of a specific hire.
- 06 Capability
Get posting details
Get the full configuration for a specific job advertisement. Use this to see the requirements and details of any role.
- 07 Capability
List hiring opportunities
See every active candidate application in your system. This gives you a complete bird's-eye view of your current pipeline.
08—10
3 capabilities in this set.
Part of 10 available through Lever.
- 08 Capability
List hiring stages
See all the different stages in your hiring pipeline. This helps your agent understand your specific workflow.
- 09 Capability
Update opportunity stage
Move a candidate to a new stage like Interview or Offer. This updates the status of an application instantly.
- 10 Capability
Get candidate profile
Retrieve the full profile and contact info for a specific person. Use this to quickly review a candidate's background.
Set up in minutes
One URL. Then ask Lever to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Lever 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_Ug5DXfEh5ultBCw8g3A7dzI8st3EPGwPGW9YOGE0/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 Lever, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Lever for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Ug5DXfEh5ultBCw8g3A7dzI8st3EPGwPGW9YOGE0/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 Lever URL.
- Step 03
Save and start
Save the connection and enable Lever in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"lever": {
"url": "https://edge.vinkius.com/vk_preview_Ug5DXfEh5ultBCw8g3A7dzI8st3EPGwPGW9YOGE0/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 Lever
Open Agent mode in chat and ask: "Using Lever, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"lever": {
"url": "https://edge.vinkius.com/vk_preview_Ug5DXfEh5ultBCw8g3A7dzI8st3EPGwPGW9YOGE0/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 Lever
Ask Copilot: "Using Lever, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"lever": {
"url": "https://edge.vinkius.com/vk_preview_Ug5DXfEh5ultBCw8g3A7dzI8st3EPGwPGW9YOGE0/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 Lever
Open Cascade and ask: "Using Lever, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"lever": {
"url": "https://edge.vinkius.com/vk_preview_Ug5DXfEh5ultBCw8g3A7dzI8st3EPGwPGW9YOGE0/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 Lever
Ask Cline: "Using Lever, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add lever --transport http "https://edge.vinkius.com/vk_preview_Ug5DXfEh5ultBCw8g3A7dzI8st3EPGwPGW9YOGE0/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 Lever
Ask Claude: "Using Lever, show me...". 10 tools are ready
Where the request belongs
Work Lever can move forward.
This is for the recruitment team that is tired of manual data entry. It helps recruiters and hiring managers who need to move fast without getting bogged down by a complex UI.
Recruiter
Moves candidates between stages and updates status notes during high-volume hiring cycles.
Hiring Manager
Checks candidate profiles and job posting statuses via quick chat commands.
HR Operations Specialist
Creates new job ads and archives old applications to keep the talent database clean.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBreezy 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.
Jobtoolz
Manage recruitment, jobs, and candidates via Jobtoolz API.
Wizehire
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.
Jobvite
Manage your recruitment pipeline via Jobvite. list candidates, track job requisitions, and update application statuses directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Lever 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 Lever.
The practical details behind the request, access and result.
How does the Lever MCP help with my hiring pipeline?
It connects your Lever account to your AI agent, allowing you to manage job postings, candidate statuses, and hiring stages using simple text commands instead of manual dashboard navigation.
Can I use the Lever MCP to move candidates between stages?
Yes, you can ask your agent to move any candidate to a different stage, such as moving someone from 'Screen' to 'Offer' instantly.
How do I create new job postings using this Connector?
You can describe a new role to your AI client, and it will use the connection to create that job posting directly in your Lever account.
Can I see candidate profiles with this connection?
Yes, your agent can pull up full candidate profiles, including contact details and interaction history, whenever you ask.
Does the Lever MCP work with my existing job stages?
Yes, the Connector can see and interact with the specific hiring stages you have already configured in your Lever account.
Can I archive old applications to keep my dashboard clean?
Yes, you can ask your agent to archive specific opportunities, which helps keep your active hiring pipeline organized and easy to navigate.
How do I move a candidate to a specific stage?
Use the update_opportunity_stage capability with the unique opportunity ID and the target stage ID. You can find stage IDs using the list_hiring_stages capability.
Can I archive an application via the agent?
Yes, use the archive_hiring_opportunity capability. You will need to provide the opportunity ID and a valid archive reason ID.
Is it possible to see a candidate's contact information?
Absolutely. Use the get_candidate_profile capability with the candidate's unique ID to retrieve their full profile, including email, phone, and links.
One connection away
Give your agent a direct line to Lever.
Connect Lever once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available