io.github.sexylin/hipo-work MCP Server
hipo-work exposes an AI-agent recruitment platform as an MCP (Model Context Protocol) server toolset, so AI Agents can import resumes, publish jobs, and support candidate matching. It supports OAuth 2.0 automatic authorization and is intended for MCP-capable clients such as Claude Desktop, Hermes Agent, Cursor, VS Code, and Cline.
🛠️ Key Features
- AI-agent recruitment platform exposed as MCP tools
- OAuth 2.0 automatic authorization
- Candidate matching (as stated in the server description)
- Resume import via
import_resume - Job publishing via
publish_job
🚀 Use Cases
- Recruiters publish job listings using an AI Agent
- Candidates import structured resumes through an AI Agent
- Maintain resume fields including work experience, project experience, education, skills, certificates, and language ability
- Match candidates to jobs (as stated)
⚡ Developer Benefits
- MCP tool access for resume import and job publishing
- Works with multiple MCP clients (Claude Desktop, Hermes Agent, Cursor, VS Code, Cline)
⚠️ Limitations
- Only the
import_resumeandpublish_jobtool actions are explicitly described in the provided excerpt