Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Lever MCP server with 77 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Lever — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Lever MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Lever tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Lever call.
Tools Discovery →A Lever MCP server lets AI agents read and write Lever data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Lever MCP server ships with 77 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Lever's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve all archive reasons configured in the account
Retrieve a specific archive reason by its unique identifier
Retrieve a specific contact by its unique identifier
Update the properties of an existing contact
Retrieve all feedback forms submitted for a specific opportunity
Retrieve a specific feedback form for an opportunity
Delete a feedback form from an opportunity
Retrieve all active feedback templates in the account
Retrieve a specific feedback template by its unique identifier
Upload a file to a candidate's opportunity
Retrieve metadata for a single file attached to an opportunity
List all files attached to an opportunity
Download the actual file content from an opportunity
Delete a file from an opportunity
Create a new interview for an opportunity
Retrieve a single interview for an opportunity
List all interviews for an opportunity
Update an existing interview
Delete an interview from an opportunity
Create a new note for an opportunity
Retrieve a single note from an opportunity
List all notes for an opportunity
Delete a note from an opportunity
List all applications for an opportunity
Retrieve a single application for an opportunity
List all resumes for an opportunity
Retrieve metadata for a single resume
Download a resume from an opportunity
List all interview panels for an opportunity
Retrieve a single interview panel for an opportunity
List all offers for an opportunity
Download an offer document
List all referrals for an opportunity
Retrieve a single referral for an opportunity
List all profile forms for an opportunity
Retrieve a single profile form for an opportunity
Create a new job posting
Retrieve all job postings
Retrieve a single job posting by ID
Update an existing job posting
Create a new requisition
Retrieve all requisitions
Retrieve a single requisition by ID
Update an existing requisition
Create a custom requisition field
Retrieve all requisition custom fields
Retrieve a single requisition field
Update a custom requisition field
Add options to a dropdown requisition field
Update existing options on a dropdown requisition field
Delete options from a dropdown requisition field
Retrieve all pipeline stages
Retrieve a single pipeline stage by ID
Create a new user with Interviewer role
Retrieve all users in the account
Retrieve a single user by ID
Update an existing user
Upload a temporary file for use with posting applications
Add tags to an opportunity
Add sources to an opportunity
Add links to an opportunity contact
Retrieve EEO responses including personally identifiable information
Retrieve anonymized EEO responses without personally identifiable information
Retrieve all opportunities in the pipeline
Retrieve a single opportunity by ID
Retrieve all deleted opportunities
Get application form questions for a posting
Retrieve all candidate sources
Retrieve all tags
Change the pipeline stage for an opportunity
Remove tags from an opportunity
Remove sources from an opportunity
Remove links from an opportunity contact
Update the archived state of an opportunity
Submit an application to a posting
Deactivate a user account
Reactivate a deactivated user account
One endpoint. Any framework. Your agent is talking to Lever in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}246+ actions
206+ actions
164+ actions
137+ actions
127+ actions
123+ actions
123+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.