Recruiting software
## Lever MCP Server: Talent Acquisition Platform The **Lever MCP Server** integrates Lever recruiting platform into Google Antigravity, enabling AI-assisted talent acquisition, candidate relationship management, and hiring analytics. ### Why Lever MCP? - **CRM Approach**: Treat candidates as relationships, not just applications - **Pipeline Management**: Visual pipeline for tracking candidates through stages - **Diversity Analytics**: Track diversity metrics and improve hiring practices - **Referral Programs**: Manage employee referral programs effectively - **Integration Ready**: Connect with HR systems and job boards ### Key Features #### 1. Candidate Pipeline ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show candidate pipeline for engineering roles with stage breakdown" }] ) ``` #### 2. Opportunity Management ```python # Manage opportunities response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List active opportunities and candidates awaiting feedback" }] ) ``` #### 3. Interview Feedback ```python # Collect feedback response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show interview feedback for recent candidates and hiring decisions" }] ) ``` #### 4. Hiring Analytics ```python # View analytics response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Generate hiring funnel report with conversion rates by source" }] ) ``` ### Configuration ```json { "mcpServers": { "lever": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-lever"], "env": { "LEVER_API_KEY": "your-api-key" } } } } ``` ### Use Cases **Talent Pipeline**: Build and nurture candidate relationships over time. **Hiring Coordination**: Streamline interview process and feedback collection. **Diversity Hiring**: Track and improve diversity in hiring. **Recruiting Analytics**: Measure and optimize recruiting performance. The Lever MCP Server brings modern talent acquisition into your workflow.
{
"mcpServers": {
"lever": {
"mcpServers": {
"lever": {
"env": {
"LEVER_API_KEY": "your-api-key"
},
"args": [
"-y",
"lever-mcp-server"
],
"command": "npx"
}
}
}
}
}