Eploy MCP Server
for AI Agents
Connect your AI agent to StackOne's Eploy MCP server and give it 92 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
92 Agent Actions
Create, read, update, and delete across Eploy — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool 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
Agent Protection
Every Eploy tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Eploy call.
Tools Discovery →What is the Eploy MCP Server?
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, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All Eploy MCP Tools
Every action from Eploy's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Activitys
- Create Activity
Create a new activity/action
- Get Activity
Retrieve activity details by action ID
- Update Activity
Update an existing activity by action ID
Candidates
- Create Candidate
Create a new candidate record
- Search Candidates
Search for candidates with pagination and filtering support
- Get Candidate
Retrieve a single candidate by ID
- Update Candidate
Update an existing candidate record
Candidate Address
- Add Candidate Address
Add a new address for a candidate
- Update Candidate Address
Update an existing address for a candidate
- Delete Candidate Address
Delete an address from a candidate
Candidate Bank Details
- Get Candidate Bank Details
Retrieve bank details for a candidate
- Update Candidate Bank Details
Update bank details for a candidate
Candidate Employments
- Add Candidate Employment
Add employment history record for a candidate
- Update Candidate Employment
Update an employment history record for a candidate
- Delete Candidate Employment
Delete an employment history record.
Candidate Questions
- Get Candidate Questions
Retrieve question answers for a candidate
- Set Candidate Questions
Set question answers for a candidate
Companys
- Create Company
Create a new company
- Get Company
Retrieve company details by company ID
- Update Company
Update an existing company by company ID
Company Questions
- Get Company Questions
Retrieve questions and answers for a specific company
- Set Company Questions
Set question answers for a company
Applications
- Create Application
Create a new application for a candidate applying to a vacancy
- Search Applications
Search for applications with pagination and filtering support using Eploy search API
- Get Application
Retrieve application details by application ID
- Update Application
Update an existing application by application ID
Application Questions
- Get Application Questions
Retrieve questions and answers for a specific application
- Set Application Questions
Set questions and answers for a specific application
Application Status Historys
- Get Application Status History
Retrieve status history for a specific application
- Search Application Status History
Search for application status history with pagination and filtering
Vacancys
- Create Vacancy
Create a new vacancy/job posting
- Get Vacancy
Retrieve vacancy details by vacancy ID
- Update Vacancy
Update an existing vacancy by vacancy ID
Vacancy Templates
- Search Vacancy Templates
Search for vacancy templates with pagination and filtering support using Eploy search API
- Get Vacancy Template
Retrieve vacancy template details by vacancy template ID
Contacts
- Create Contact
Create a new contact
- Search Contacts
Search for contacts with pagination and filtering support using Eploy search API
- Get Contact
Retrieve contact details by contact ID
- Update Contact
Update an existing contact by contact ID
Contact Questions
- Get Contact Questions
Retrieve questions and answers for a specific contact
- Set Contact Questions
Set question answers for a contact
Users
- Create User
Create a new user. Either RoleIDs or CopyPermissionsFromUserId must be provided — the provider returns 400 if neither is present. Each Contact can only have one user per UserTypeId; a second create for the same ContactId+UserTypeId combination returns 409 Conflict. Note: provider returns 500 when only required fields are submitted — including optional fields (e.g. Position, RoleIDs) in the payload avoids this (provider-side bug).
- Search Users
Search for users with pagination and filtering support using Eploy search API
- Get User
Retrieve user details by user ID
- Update User
Update an existing user by user ID
Placements
- Create Placement
Create a new placement
- Search Placements
Search for placements with pagination and filtering support using Eploy search API
- Get Placement
Retrieve placement details by placement ID
- Update Placement
Update an existing placement by placement ID
Timesheets
- Create Timesheet
Create a new timesheet. Only one timesheet can exist per PlacementId and WeekCommencing date; a second create for the same combination returns 409 Conflict. WeekCommencing must be in UTC format (e.g. 2026-01-05T00:00:00Z). Note: GET responses use TimesheetID (not Id) as the primary key field, and PlacementId is returned as Placement.Id nested object.
- Search Timesheets
Search for timesheets with pagination and filtering support using Eploy search API
- Get Timesheet
Retrieve timesheet details by timesheet ID
- Update Timesheet
Update an existing timesheet by timesheet ID
- Delete Timesheet
Delete a timesheet by timesheet ID
Notes
- Create Note
Create a new note
- Search Notes
Search for notes with pagination and filtering support using Eploy search API
- Get Note
Retrieve note details by note ID
- Update Note
Update an existing note by note ID
Option Values
- Get Option Values
Retrieve values for a specific dropdown list by type and reference
- Search Option Values
Search for option values with pagination and filtering support
CVs
- Download CV
Download CV file by CV ID
- Search CVs
Search for CVs with pagination and filtering support using Eploy search API
Files
- Download File
Download file by file ID. Returns the raw binary file content as a string in response.data (not a structured object). The Content-Type is application/octet-stream.
- Search Files
Search for files with pagination and filtering support using Eploy search API
Other (28)
- Upload Candidate CV
Upload a CV file to a candidate. Accepted formats for FileTypeId=2 (CV) are doc, docx, pdf, txt, rtf, wps, odt — other formats (e.g. PNG, JPG) return 415 Unsupported Media Type. Use get_cv_upload_types to retrieve valid FileTypeId values and their accepted file extensions.
- Upload Candidate File
Upload a general file to a candidate
- Upload Application File
Upload a file to an application
- Search Activities
Search for activities/actions with pagination and filtering support using Eploy search API
- Get Candidate Addresses
Retrieve all addresses for a candidate
- Get Candidate Employment History
Retrieve employment history for a candidate
- Get Candidate Questions List
Retrieve all available questions for candidates
- Get CV Upload Types
Retrieve supported CV file types
- Get File Upload Types
Retrieve supported file types for candidate uploads
- Search Companies
Search for companies with pagination and filtering support using Eploy search API
- Get Company Questions List
Retrieve all available questions for companies
- Get Application Questions List
Retrieve all available questions for applications
- Get Application File Upload Types
Retrieve supported file upload types for applications
- Search Vacancies
Search for vacancies with pagination and filtering support using Eploy search API
- Get Vacancy Questions List
Retrieve all available questions for vacancies
- Get Vacancy Questions
Retrieve questions and answers for a specific vacancy
- Get Contact Questions List
Retrieve all available questions for contacts
- Get Placement Questions List
Retrieve all available questions for placements
- Get Placement Questions
Retrieve questions and answers for a specific placement
- List Available Options
Retrieve available dropdown lists/lookup options in the system
- Get CV Metadata
Get CV metadata by CV ID
- Get File Metadata
Get file metadata by file ID
- Get Pay Rate
Get pay rate details by pay rate ID
- Get Pay Salary
Get pay salary details by pay salary ID
- Get Pay Band
Get pay salary band details by pay band ID
- Search Pay Salaries
Search for pay salaries with pagination and filtering support using Eploy search API
- Get Role Information By RoleID
Get Role Information by RoleID
- Search User Roles
Search User Roles
Eploy AI Agent Use Cases
Connect your AI agent to Eploy and help your team scale the recruiting operations they run by hand today.
Use StackOne to connect your AI agent to your ATS and job boards to automate job posting distribution.
ViewUse StackOne to connect your AI agent to your ATS, survey tools, and messaging systems to automate reference checks.
ViewUse StackOne to connect your AI agent to your ATS, HRIS, and document management tools to automate offer letter generation.
ViewSet Up Your Eploy MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Eploy in under 10 lines of code.
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>"
]
}
}
}Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
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
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
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
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
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
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Eploy MCP Server FAQ
Does StackOne have a Eploy MCP server?
Eploy MCP server vs direct API integration — what's the difference?
How does Eploy authentication work for AI agents?
origin_owner_id.Are Eploy MCP tools vulnerable to prompt injection?
What is the context bloat of a Eploy agent and how do I avoid it?
Can I limit which actions my Eploy agent can access?
Can I create custom agent actions for my Eploy MCP server?
When should I NOT use a Eploy MCP server?
What AI frameworks and AI clients does the StackOne Eploy MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.