development
location
documentation
public
What is ZIZAI Recruitment?
Interact with the next-generation intelligent recruitment platform for employees and employers, powered by [ZIZAI Recruitment](https://zizai.work).
Documentation
ZIZAI Recruitment MCP Server
Tools# Job Seekers
get-job-list- Retrieve a list of recommended job positions
- Input:
keyword(string, optional): Search keyword for job positions.recruitType(number, optional): Job type, 1 - Social Recruitment, 2 - Campus Recruitment, 3 - Internship.- Returns:
- Array of {
workPin: string,name: string,entityName: string,entityShortname: string,responsibility: string,requirement: string,welfare: string,salary: { minSalary: number, maxSalary: number } | string,detailUrl: string }
apply-for-job- Apply for a job position
- Input:
workPin(string) Unique code for the job position- Returns:
Recruiters
get-entity-list- Retrieve a list of managed entities
- Input:
- Returns:
- Array of {
entityPin: string,entityName: string,entityShortname: string,unifiedSocialCreditCode: string,entityLogo: string,detailUrl: string }
get-entity-jobs- Retrieve job positions published under an entity
- Input:
entityPin(string): Unique code for the entity- Returns:
- Array of {
workPin: string,name: string,entityPin: string,responsibility: string,requirement: string,welfare: string,salary: { minSalary: number, maxSalary: number } | string,detailUrl: string }
get-recommend-talents- Retrieve recommended talents for a job position
- Input:
workPin(string): Unique code for the job position- Returns:
- Array of {
userPin: string,birthday: string,university: string,major: string,highestEducation: string,workYears: number,workName: string,matchDegree: number }
get-field-list- Retrieve a list of fields
- Input:
- Returns:
- Array of {
fid: number,name: string }
post-a-job- Post a job position
- Input:
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 address- Returns:
Setup# API Key
Get a ZIZAI Work API key by following the instructions here.
Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
NPX
{ "mcpServers": { "zaiwork": { "command": "npx", "args": [ "-y", "@zizaiwork/mcp" ], "env": { "ZAI_API_KEY": "" } } } }
Server Config
{
"mcpServers": {
"zizai-recruitment-server": {
"command": "npx",
"args": [
"zizai-recruitment"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
ZIZAI Recruitment Team
Category:
official
License:
Apache-2.0 License
Tags:
development
location
documentation