Recruiterflow MCP Server
for AI Agents
Connect your AI agent to StackOne's Recruiterflow MCP server and give it 49 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
49 Agent Actions
Create, read, update, and delete across Recruiterflow — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Recruiterflow MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Recruiterflow 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 Recruiterflow call.
Tools Discovery →What is the Recruiterflow MCP Server?
A Recruiterflow MCP server lets AI agents read and write Recruiterflow data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Recruiterflow MCP server ships with 49 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 Recruiterflow MCP Tools
Every action from Recruiterflow's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Find All Search Types In The Link Below.s
- Find All Search Types In The Link Below.
Find all search types in the link below.
- Find All Search Types In The Link Below.
Find all search types in the link below.
- Find All Search Types In The Link Below.
Find all search types in the link below.
- Find All Search Types In The Link Below.
Find all search types in the link below.
This API Implements A Complete Update Which Means That Any Existing Data In The Provided Key Will Be Wiped Out And Replaced With The Data Provided, In Case A Key Is Not Provided No Update Happens To It.s
- This API Implements A Complete Update Which Means That Any Existing Data In The Provided Key Will Be Wiped Out And Replaced With The Data Provided, In Case A Key Is Not Provided No Update Happens To It.
This API implements a complete update which means that any existing data in the provided key will be wiped out and replaced with the data provided, in case a key is not provided no update happens to it.
- This API Implements A Complete Update Which Means That Any Existing Data In The Provided Key Will Be Wiped Out And Replaced With The Data Provided, In Case A Key Is Not Provided No Update Happens To It.
This API implements a complete update which means that any existing data in the provided key will be wiped out and replaced with the data provided, in case a key is not provided no update happens to it.
A Placement.s
- Create A Placement.
Create a placement.
- Update A Placement.
Update a placement.
Other (41)
- Add A Candidate Record.
Add a candidate record.
- Add A Candidate To A Job, Candidates Will Show Up Under The Sourced Stage
Add a candidate to a job, candidates will show up under the Sourced stage
- Create A New Deal.
Create a New Deal.
- Create A New Job.
Create a new job.
- Get Details Of A Particular Candidate Record
Get details of a particular candidate record
- Get All Scorecards For A Candidate And Job_id
Get all scorecards for a candidate and job_id
- Get Client Company Details For The Specified Client.
Get client company details for the specified client.
- Get List Of Deals
Get a paginated list of all deals in Recruiterflow.
- Get Details Of A Particular Deal.
Get details of a particular deal.
- List All Tags For Candidates And Contacts.
List all tags for candidates and contacts.
- Move A Candidate To A Stage In A Job
Move a candidate to a stage in a job
- Move A Deal To A New Stage
Move a deal to a new stage
- Update The Deal.
Update the Deal.
- This Endpoint Lists All Campaigns Created Within Recruiterflow
This endpoint lists all campaigns created within Recruiterflow
- Disqualify A Candidate With A Reason.
Disqualify a candidate with a reason.
- Fields Are The Same As The Candidate List API Above.
Fields are the same as the candidate list API above.
- The Endpoint Adds Notes To The Specified Candidate.
The endpoint adds notes to the specified candidate.
- This API Returns Scorecard Details Specified.
This API returns scorecard details specified.
- This Endpoint Is Used To Add Client Company.
This endpoint is used to add client company.
- Lists All Client Company In The Account.
Lists all client company in the account.
- Adds Note To The Specified Client Company
Adds note to the specified client company
- Updates Existing Client Company Details, Including Custom Fields
Updates existing client company details, including custom fields
- The Contact Endpoint Allows You To Add A Contact To Recruiterflow.
The contact endpoint allows you to add a contact to Recruiterflow.
- Returns The Contacts Info For The Specified Id.
Returns the contacts info for the specified id.
- Lists All Contacts And Their Details.
Lists all contacts and their details.
- The Endpoint Adds Notes To The Specified Contact.
The endpoint adds notes to the specified contact.
- The Jobs Endpoint Allows You To Export All Jobs-related Information From Recruiterflow.
The jobs endpoint allows you to export all jobs-related information from Recruiterflow.
- Close A Job In Recruiterflow
Close a job in Recruiterflow
- Lists All Job Departments.
Lists all job departments.
- Lists All Jobs In The Account.
Lists all jobs in the account.
- Adds Note To The Specified Job Record.
Adds note to the specified job record.
- Open A Job In Recruiterflow
Open a job in Recruiterflow
- Returns Detailed Information About A Job's Pipeline
Returns detailed information about a job's pipeline
- Searches Job With A Specific Filter Or Query
Searches job with a specific filter or query
- External API For Job Update
External API for Job Update
- Lists All Job Locations In The Account.
Lists all job locations in the account.
- Lists All Placements For Specified Job.
Lists all placements for specified job.
- Returns The Placement Info For Specified Placement Record.
Returns the placement info for specified placement record.
- Lists All Placements In The Account.
Lists all placements in the account.
- The User Get Endpoint Allows You To Search For A Specific User Based On Email/id
The User get endpoint allows you to search for a specific user based on email/id
- The Users Endpoint Allows You To Export All User Related Information From Recruiterflow.
The Users endpoint allows you to export all user related information from Recruiterflow.
Recruiterflow AI Agent Use Cases
Connect your AI agent to Recruiterflow 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 Recruiterflow MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Recruiterflow 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
Recruiterflow MCP Server FAQ
Does StackOne have a Recruiterflow MCP server?
Recruiterflow MCP server vs direct API integration — what's the difference?
How does Recruiterflow authentication work for AI agents?
origin_owner_id.Are Recruiterflow MCP tools vulnerable to prompt injection?
What is the context bloat of a Recruiterflow agent and how do I avoid it?
Can I limit which actions my Recruiterflow agent can access?
Can I create custom agent actions for my Recruiterflow MCP server?
When should I NOT use a Recruiterflow MCP server?
What AI frameworks and AI clients does the StackOne Recruiterflow 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.