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.
Explore related MCPs that share similar capabilities and solve comparable challenges
by robotmcp
Enables bidirectional integration of large language models with ROS‑enabled robots, allowing natural language commands and real‑time access to robot state, topics, services and parameters.
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 daiemon12
Provides a Model Context Protocol server that lets Claude AI drive Dassault Systèmes CATIA V5 through natural‑language commands, exposing more than 50 CAD operations via COM automation.
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 armpro24-blip
Enables AI-driven generation, editing, verification, and simulation of mechanical designs using build123d/OpenCASCADE geometry and CalculiX analysis, while preserving editable parameters, stable topology pointers, and full provenance in a reproducible .aieng package.
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 Ninjabeam20
Provides AI‑callable tools for football, Formula 1, and cricket, enabling Monte Carlo World Cup bracket simulations, pit‑stop strategy recommendations, and constraint‑based Dream11 fantasy‑team optimisation.
by hessius
Automatically creates espresso profiles, analyzes shot data, and provides AI coaching through a web interface, REST API, and MQTT bridge, all packaged in a single Docker container.
{
"mcpServers": {
"zaiwork": {
"command": "npx",
"args": [
"-y",
"@zizaiwork/mcp"
],
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}claude mcp add zaiwork npx -y @zizaiwork/mcp