ENDPOINT 1
https://mcp.100hires.com/mcp
MCP server metadata
- Name
- 100hires-mcp-server
- Version
- 1.0.5
Known tools 133
hires_get_candidateGet full candidate data including application summaries by candidate ID or alias.
Inferred read-onlyhires_update_candidateUpdate candidate fields, profile answers, and optional resume text.
Potential side effectshires_batch_remove_tagsRemove tags from multiple candidates in one request (max 100).
Potential side effectshires_list_candidate_filesList all files attached to a candidate (resumes and other documents).
Inferred read-onlyhires_upload_candidate_fileUpload a file for a candidate using a base64 payload.
Potential side effectshires_list_candidate_activitiesList timeline activities for a candidate (comments, stage moves, AI responses, etc.
Inferred read-onlyhires_list_candidate_interviewsList all interviews for a candidate across all applications.
Inferred read-onlyhires_list_candidate_messagesList email and messaging history for a candidate.
Potential side effectshires_create_applicationCreate an application by linking an existing candidate to a job.
Potential side effectshires_get_applicationGet full application details including stage, status, and rejection context.
Inferred read-onlyhires_update_applicationUpdate application fields such as stage, disqualification flag, and CV.
Potential side effectshires_move_applicationMoves an application to a specific pipeline stage for explicit stage transitions in workflow orchestration.
Inferred read-onlyhires_advance_applicationAdvance an application to the next pipeline stage according to workflow order.
Inferred read-onlyhires_unreject_applicationUndo a rejection and reopen a previously rejected application.
Inferred read-onlyhires_get_ai_scoreGet the structured AI score for an application, including per-criterion scores, justifications, and follow-up questions.
Inferred read-onlyhires_list_application_stage_historyGet the full chronological stage transition history for an application, including the initial assignment.
Inferred read-onlyhires_list_application_attachmentsList all file attachments linked to an application (resumes, cover letters, documents).
Inferred read-onlyhires_upload_application_attachmentUpload a file attachment to an application.
Potential side effectshires_list_application_evaluationsList all filled evaluation forms for an application.
Inferred read-onlyhires_batch_move_applicationsMove multiple applications to a pipeline stage in one request.
Inferred read-onlyhires_batch_reject_applicationsReject multiple applications in one request with an optional rejection reason.
Inferred read-onlyhires_list_jobsList jobs with optional filters by status, date range, department, or search query.
Inferred read-onlyhires_create_jobCreate a job with taxonomy, location, salary, and workflow configuration.
Potential side effectshires_batch_job_boardsGet board publication states for multiple jobs in one request.
Inferred read-onlyhires_batch_publish_to_boardsActivate board publication for multiple jobs in one request.
Inferred read-onlyhires_batch_remove_from_boardsDeactivate board publication for multiple jobs in one request.
Inferred read-onlyhires_rotate_job_webhook_secretRotate a job webhook's signing secret (zero-downtime).
Inferred read-onlyhires_update_messageFully update (replace) a scheduled message before send time.
Potential side effectshires_delete_messageCancel a scheduled message before it is processed by the mailbox scheduler.
Potential side effectshires_batch_create_messagesCreate up to 100 scheduled messages in one request.
Potential side effectshires_update_notification_messageUpdate a scheduled notification email before it is sent.
Potential side effectshires_delete_notification_messageCancel a scheduled notification email before it is sent.
Potential side effectshires_cancel_all_notification_messagesCancel all scheduled notification emails for a candidate.
Inferred read-onlyhires_list_interviewsList interviews with optional filters by job, application, candidate, interviewer, date, or timestamps for incremental sync.
Inferred read-onlyhires_update_noteUpdate note body and/or visibility without creating a new timeline item.
Potential side effectshires_create_formCreate a new application form, optionally attaching existing questions by ID.
Potential side effectshires_update_form_questionUpdate the status (required/optional/hidden) of a question inside a form.
Potential side effectshires_create_email_templateCreate a new email template with name, subject, and body.
Potential side effectshires_get_email_templateGet full details of a specific email template by ID, including subject and body content.
Potential side effectshires_get_nurture_campaignGet a single nurture campaign by ID with all steps and configuration details.
Inferred read-onlyhires_create_companyCreate a client company (partner tenant) — provisions its public career-site URL (slug) and public branding (logo, name).
Potential side effectshires_update_companyUpdate company profile, owner contact data, and optional logo — changes the tenant's public career-site URL (slug), name, and logo (public branding).
Potential side effectshires_delete_companyDelete (soft-delete) a company — takes its public career site offline.
Potential side effectshires_list_company_mail_accountsList all mail accounts for all users in the current company.
Inferred read-onlyhires_list_company_id_mail_accountsList all mail accounts for all users in a specific company.
Inferred read-onlyhires_restore_companyRestore a previously deleted company and re-enable it for active use — its public career site comes back online.
Inferred read-onlyhires_rotate_webhook_secretRotate a company webhook's signing secret (zero-downtime).
Inferred read-onlyhires_list_statusesList job status labels (draft, published, on_hold, closed, archived).
Inferred read-onlyhires_list_experience_levelsList experience level taxonomy values for role seniority modeling.
Inferred read-onlyhires_list_employment_typesList supported employment types (full-time, part-time, contract, etc.
Inferred read-onlyhires_create_questionCreate a reusable question with optional answer options for dropdown types.
Potential side effectshires_update_questionUpdate text, type, or options of an existing question definition.
Potential side effectshires_list_template_placeholdersList available placeholders for email templates with pagination.
Potential side effectshires_prepare_template_placeholdersConvert a placeholder reference into an HTML tag for insertion into an email template body.
Potential side effectshires_submit_feedbackSubmit structured API feedback about missing features, issues, or workflow improvements.
Inferred read-onlyhires_download_attachmentDownload an attachment (resume, candidate file, application file, mail attachment, call recording).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.100hires-mcp-server]
url = "https://mcp.100hires.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"100hires-mcp-server": {
"type": "http",
"url": "https://mcp.100hires.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 100hires-mcp-server
Remote MCP URL: https://mcp.100hires.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"100hires-mcp-server": {
"url": "https://mcp.100hires.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"100hires-mcp-server": {
"type": "http",
"url": "https://mcp.100hires.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "100hires-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.100hires.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for 100hires.com was fetched 2026-07-31T04:31:08.401Z and is being refreshed.
100hires.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.