by zaiwork
MCP Server for ZIZAI Recruitment API.
mcp is the MCP Server for ZIZAI Recruitment API. ZIZAI Recruitment is a next-generation intelligent recruitment platform that uses professional assessments to efficiently and precisely match talents with job positions.
claude_desktop_config.json
:
{
"mcpServers": {
"zaiwork": {
"command": "npx",
"args": [
"-y",
"@zizaiwork/mcp"
],
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
npx -y @zizaiwork/mcp
Ensure you set the ZAI_API_KEY
environment variable.The mcp server provides the following functionalities:
For Job Seekers:
get-job-list
: Retrieve a list of recommended job positions with optional keyword and recruit type filtering.apply-for-job
: Apply for a specific job position using its unique workPin
.For Recruiters:
get-entity-list
: Retrieve a list of managed entities associated with the recruiter.get-entity-jobs
: Retrieve job positions published under a specific entity using its entityPin
.get-recommend-talents
: Retrieve recommended talents for a given job position (workPin
).get-field-list
: Retrieve a list of available fields (categories) for job postings.post-a-job
: Post a new job position, requiring entity PIN, field ID, job name, responsibilities, requirements, and city. Optional parameters include benefits and address.MCP Server for ZIZAI Recruitment API.
ZIZAI Recruitment (https://zizai.work) is a next-generation intelligent recruitment platform based on professional assessments, enabling efficient and precise matching between talents and job positions.
Join us and experience the charm of intelligent recruitment now!
get-job-list
keyword
(string, optional): Search keyword for job positions.recruitType
(number, optional): Job type, 1 - Social Recruitment, 2 - Campus Recruitment, 3 - Internship.workPin
: stringname
: stringentityName
: stringentityShortname
: stringresponsibility
: stringrequirement
: stringwelfare
: stringsalary
: { minSalary: number, maxSalary: number } | stringdetailUrl
: string
}apply-for-job
workPin
(string) Unique code for the job positionget-entity-list
entityPin
: stringentityName
: stringentityShortname
: stringunifiedSocialCreditCode
: stringentityLogo
: stringdetailUrl
: string
}get-entity-jobs
entityPin
(string): Unique code for the entityworkPin
: stringname
: stringentityPin
: stringresponsibility
: stringrequirement
: stringwelfare
: stringsalary
: { minSalary: number, maxSalary: number } | stringdetailUrl
: string
}get-recommend-talents
workPin
(string): Unique code for the job positionuserPin
: stringbirthday
: stringuniversity
: stringmajor
: stringhighestEducation
: stringworkYears
: numberworkName
: stringmatchDegree
: number
}get-field-list
fid
: numbername
: string
}post-a-job
entityPin
(string): Unique code for the entityfid
(number): Field to which the job position belongsjobName
(string): Name of the job positionresponsibility
(string): Job responsibilitiesrequirement
(string): Job requirementscity
(string): Job citybenefit
(string, optional): Job benefitsaddress
(string, optional): Job addressGet a ZIZAI Work API key by following the instructions here.
Add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"zaiwork": {
"command": "npx",
"args": [
"-y",
"@zizaiwork/mcp"
],
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
This MCP server is licensed under the Apache-2.0 License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the Apache-2.0 License. For more details, please see the LICENSE file in the project repository.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "zaiwork": { "command": "npx", "args": [ "-y", "@zizaiwork/mcp" ], "env": { "ZAI_API_KEY": "<YOUR_API_KEY>" } } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by sunsetcoder
Track flights in real time, retrieve arrival and departure times, view airport status, and monitor emergency situations using Flightradar24 data via a Model Context Protocol server.
by EduBase
Enables Claude and other LLMs to interact with the EduBase e‑learning platform via the Model Context Protocol, allowing automated quiz creation, exam scheduling, and result analysis.
by gNucleus
Generate editable CAD parts or assemblies directly from natural‑language prompts by leveraging gNucleus generative AI models through a lightweight MCP server.
by jyjune
Provides control and access to a video surveillance system, allowing retrieval of live and recorded video streams, channel status queries, PTZ camera positioning, and playback dialog management.
by NonicaTeam
Enables AI desktop applications to read and select Revit model elements through a set of predefined micro‑tools, integrated directly into the Nonicatab toolbar.
by wuye-ai
Provides Model Context Protocol endpoints for property‑industry AI services, including daily industry news, knowledge‑base search, and intelligent question‑answering.
by AndrewKlement
Provides real-time access to Gaggiuino espresso machine status, latest shot ID, and detailed shot telemetry for AI clients.
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities.