Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Eploy MCP server with 92 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Eploy — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Eploy MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Eploy 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 Eploy call.
Tools Discovery →A Eploy MCP server lets AI agents read and write Eploy data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Eploy MCP server ships with 92 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 Eploy's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new activity/action
Retrieve activity details by action ID
Update an existing activity by action ID
Create a new candidate record
Search for candidates with pagination and filtering support
Retrieve a single candidate by ID
Update an existing candidate record
Add a new address for a candidate
Update an existing address for a candidate
Delete an address from a candidate
Retrieve bank details for a candidate
Update bank details for a candidate
Add employment history record for a candidate
Update an employment history record for a candidate
Delete an employment history record
Retrieve question answers for a candidate
Set question answers for a candidate
Create a new company
Retrieve company details by company ID
Update an existing company by company ID
Retrieve questions and answers for a specific company
Set question answers for a company
Create a new application for a candidate applying to a vacancy
Search for applications with pagination and filtering support using Eploy search API
Retrieve application details by application ID
Update an existing application by application ID
Retrieve questions and answers for a specific application
Set questions and answers for a specific application
Retrieve status history for a specific application
Search for application status history with pagination and filtering
Create a new vacancy/job posting
Retrieve vacancy details by vacancy ID
Update an existing vacancy by vacancy ID
Search for vacancy templates with pagination and filtering support using Eploy search API
Retrieve vacancy template details by vacancy template ID
Create a new contact
Search for contacts with pagination and filtering support using Eploy search API
Retrieve contact details by contact ID
Update an existing contact by contact ID
Retrieve questions and answers for a specific contact
Set question answers for a contact
Create a new user
Search for users with pagination and filtering support using Eploy search API
Retrieve user details by user ID
Update an existing user by user ID
Create a new placement
Search for placements with pagination and filtering support using Eploy search API
Retrieve placement details by placement ID
Update an existing placement by placement ID
Create a new timesheet
Search for timesheets with pagination and filtering support using Eploy search API
Retrieve timesheet details by timesheet ID
Update an existing timesheet by timesheet ID
Delete a timesheet by timesheet ID
Create a new note
Search for notes with pagination and filtering support using Eploy search API
Retrieve note details by note ID
Update an existing note by note ID
Retrieve values for a specific dropdown list by type and reference
Search for option values with pagination and filtering support
Download CV file by CV ID
Search for CVs with pagination and filtering support using Eploy search API
Download file by file ID
Search for files with pagination and filtering support using Eploy search API
Upload a CV file to a candidate
Upload a general file to a candidate
Upload a file to an application
Search for activities/actions with pagination and filtering support using Eploy search API
Retrieve all addresses for a candidate
Retrieve employment history for a candidate
Retrieve all available questions for candidates
Retrieve supported CV file types
Retrieve supported file types for candidate uploads
Search for companies with pagination and filtering support using Eploy search API
Retrieve all available questions for companies
Retrieve all available questions for applications
Retrieve supported file upload types for applications
Search for vacancies with pagination and filtering support using Eploy search API
Retrieve all available questions for vacancies
Retrieve questions and answers for a specific vacancy
Retrieve all available questions for contacts
Retrieve all available questions for placements
Retrieve questions and answers for a specific placement
Retrieve available dropdown lists/lookup options in the system
Get CV metadata by CV ID
Get file metadata by file ID
Get pay rate details by pay rate ID
Get pay salary details by pay salary ID
Get pay salary band details by pay band ID
Search for pay salaries with pagination and filtering support using Eploy search API
Get Role Information by RoleID
Search User Roles
One endpoint. Any framework. Your agent is talking to Eploy 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.