100Hires MCP Server
OfficialRelated Servers
Alternatives to 100Hires MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityCmaintenanceExposes HR recruitment actions as MCP tools over stdio, enabling AI clients to work with openings, candidates, interviews, and feedback through natural language.-
- FlicenseNot gradedqualityDmaintenanceMCP server that connects AI agents to Homerun, an applicant tracking system. Enables AI-assisted candidate review: browse vacancies, inspect applications, and leave review notes.-
- AlicenseNot gradedqualityDmaintenanceA server implementation that enables LLMs to interact with Ashby's Applicant Tracking System, allowing management of candidates, jobs, applications, interviews, and analytics through the Model Context Protocol.16MIT
- FlicenseNot gradedqualityBmaintenanceA hosted MCP server for the BK Jr. recruiter agent that integrates voice (Retell AI), SMS (Quo/OpenPhone), and Google services, exposing tools for candidate management, outreach, and scheduling.-
- AlicenseBqualityDmaintenanceModel Context Protocol (MCP) server for the Crelate ATS/CRM API, enabling Claude Code and other MCP clients to interact with Crelate recruiting and staffing workflows.422MIT
- AlicenseAqualityCmaintenanceMCP server for the LLM Conveyors AI agent platform. 39 tools for Job Hunter (tailored CVs, cover letters, cold emails), B2B Sales (company research, outreach), ATS scoring, resume rendering, and session management.26 npm1MIT
TDQS
Scored across 130 tools
Several tools are near-duplicates or have unclear boundaries, such as hires_get_workflow_stages being explicitly equivalent to hires_list_workflow_stages, and hires_list_company_mail_accounts vs hires_list_company_id_mail_accounts. Candidate file upload/download also overlaps heavily with generic attachment upload/download, making the correct tool choice ambiguous.
Most tools follow a hires_verb_noun pattern, but there are notable deviations like hires_batch_job_boards (missing verb), hires_unreject_application, hires_patch_message vs hires_update_message, and inconsistent plural/preposition forms such as remove_from_job_board vs remove_candidate_tag. The convention is readable but not consistently applied across 130 tools.
130 tools is an extreme count for an MCP server surface, even for a broad ATS platform. Many taxonomy list endpoints and near-duplicate batch variants could be consolidated or split into focused sub-servers to reduce cognitive load.
The domain is well covered across candidates, applications, jobs, boards, messages, forms, email templates, nurture campaigns, webhooks, and career-site functionality. Minor gaps exist, such as no update/cancel/delete for interviews and no update path for webhooks, but core workflows are not dead-ended.