100Hires MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@100Hires MCP Serverlist candidates for the senior developer position"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
100Hires MCP Server
Official Model Context Protocol server for 100Hires — the applicant tracking system for recruiting teams.
Exposes the full 100Hires API v2 as 130 MCP tools, enabling AI assistants to manage candidates, jobs, applications, interviews, messages, and more.
Prerequisites
Get your API key at Settings > Integrations > API.
Setup
Claude Code
Run in your terminal:
claude mcp add 100hires \
-e API_KEY=your-api-key \
-- npx -y @100hires/mcp-serverClaude Code (manual)
Add to your project's .mcp.json:
{
"mcpServers": {
"100hires": {
"command": "npx",
"args": ["-y", "@100hires/mcp-server"],
"env": {
"API_KEY": "your-api-key"
}
}
}
}Cursor
Open Settings > MCP and add:
{
"mcpServers": {
"100hires": {
"command": "npx",
"args": ["-y", "@100hires/mcp-server"],
"env": {
"API_KEY": "your-api-key"
}
}
}
}Windsurf
Open Settings > MCP and add:
{
"mcpServers": {
"100hires": {
"command": "npx",
"args": ["-y", "@100hires/mcp-server"],
"env": {
"API_KEY": "your-api-key"
}
}
}
}VS Code (Copilot)
Add to .vscode/mcp.json:
{
"servers": {
"100hires": {
"command": "npx",
"args": ["-y", "@100hires/mcp-server"],
"env": {
"API_KEY": "your-api-key"
}
}
}
}Tools (130)
Candidates (18 tools)
Tool | Description |
| List candidates with filters (job, stage, email, search, linkedin, timestamps) |
| Create a new candidate with profile data |
| Get candidate by ID or alias |
| Update candidate fields |
| Delete a candidate |
| List candidate's tags |
| Attach tags to a candidate |
| Remove a specific tag |
| Bulk add tags to multiple candidates |
| Bulk remove tags from multiple candidates |
| List candidate attachments |
| Upload a file (base64) |
| Get resume with optional text content |
| Get candidate timeline |
| Reject all active applications |
| List candidate's interviews |
| List email history |
| Schedule an email |
Applications (18 tools)
Tool | Description |
| List applications with filters (candidate, job, stage, status, AI score) |
| Link candidate to job |
| Get application details |
| Update application fields |
| Delete an application |
| Move to a specific pipeline stage |
| Advance to the next stage |
| Mark as hired |
| Reject with optional reason |
| Undo rejection |
| Transfer to another job |
| Get AI scoring breakdown |
| List attachments |
| Upload attachment |
| List filled evaluations |
| Schedule interview for application |
| Bulk move to stage |
| Bulk reject |
Jobs (17 tools)
Tool | Description |
| List jobs with filters |
| Create a job |
| Get job by ID or alias |
| Update job fields |
| Delete a job |
| Change status (publish/archive/close) |
| List available job boards |
| Publish to a board |
| Remove from a board |
| Get batch job board status |
| Publish to multiple boards |
| Remove from multiple boards |
| List hiring team members |
| Add hiring team member |
| List job webhooks |
| Register a job webhook |
| Delete a job webhook |
Messages (6 tools)
Tool | Description |
| List messages by mail account |
| Get a scheduled message |
| Full update of scheduled message |
| Partial update of scheduled message |
| Cancel a scheduled message |
| Batch schedule up to 100 messages |
Notification Messages (4 tools)
Tool | Description |
| Get a notification email (e.g. rejection) by ID |
| Update subject, body, reschedule send time |
| Cancel a scheduled notification |
| Cancel all scheduled notifications for a candidate |
Interviews (2 tools)
Tool | Description |
| List interviews with filters |
| Get interview details |
Notes (5 tools)
Tool | Description |
| List candidate notes |
| Create a note |
| Get note details |
| Update a note |
| Delete a note |
Evaluations (1 tool)
Tool | Description |
| Get evaluation form with answers |
Forms (6 tools)
Tool | Description |
| List application forms |
| Create an application form |
| Get form definition |
| Update a form |
| Delete a form |
| Update question visibility on a form |
Email Templates (5 tools)
Tool | Description |
| List email templates |
| Create a template |
| Get template details |
| Update a template |
| Delete a template |
Nurture Campaigns (5 tools)
Tool | Description |
| List campaigns |
| Create multi-step campaign |
| Get campaign details |
| Update a campaign |
| Delete a campaign |
Users (3 tools)
Tool | Description |
| List company users |
| Get user details |
| List user's mail accounts |
Companies (11 tools)
Tool | Description |
| List accessible companies |
| Create a company |
| Get company details |
| Update company |
| Delete a company |
| List company mail accounts |
| List mail accounts for specific company |
| Restore deleted company |
| List company webhooks |
| Register a webhook |
| Delete a webhook |
Taxonomy & Reference (23 tools)
Tool | Description |
| Candidate sources (LinkedIn, Referral, etc.) |
| Candidate origins |
| Rejection reason dictionary |
| Job/application statuses |
| Company departments |
| Job categories |
| Education levels |
| Experience levels |
| Employment types |
| Available job boards |
| All tags |
| Hiring workflows |
| All pipeline stages |
| Stages for specific workflow |
| Reusable questions |
| Create a question |
| Get question details |
| Update a question |
| Delete a question |
| Available question types |
| Email template placeholders |
| Render placeholders |
| Check account pricing/features |
Attachments (2 tools)
Tool | Description |
| Download an attachment by absolute URL (resume, candidate file, application file, mail attachment, call recording). Returns base64-encoded bytes + metadata. 25 MB limit. |
| Upload a file as |
Feedback (1 tool)
Tool | Description |
| Submit structured API feedback about issues or improvements |
Career Site (3 tools, public)
Tool | Description |
| Public job openings |
| Get public job details |
| Submit application via career site |
Career site tools use
company_sluginstead of API key authentication.
API Documentation
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/100Hires/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server