@zizaiwork/mcp
v0.3.0
Published
MCP Server for 自在招聘 API.
Readme
自在招聘 MCP Server
MCP Server for 自在招聘 API.
自在招聘
自在招聘(https://zizai.work)是一个基于专业测评的新一代智能招聘平台,帮助人才与职位高效、精准的智能匹配。
加入我们,立即体验智能招聘的魅力!
Tools
求职者
get-job-list- 获取推荐的职位列表
- Input:
keyword(string, 可选): 职位搜索关键词。recruitType(number, 可选): 职位类型,1-社招,2-校招,2-实习
- Returns:
- Array of {
workPin: stringname: stringentityName: stringentityShortname: stringresponsibility: stringrequirement: stringwelfare: stringsalary: { minSalary: number, maxSalary: number } | stringdetailUrl: string }
- Array of {
apply-for-job- 投递职位
- Input:
workPin(string) 职位唯一码
- Returns:
招聘端
get-entity-list- 获取管理的实体列表
- Input:
- Returns:
- Array of {
entityPin: stringentityName: stringentityShortname: stringunifiedSocialCreditCode: stringentityLogo: stringdetailUrl: string }
- Array of {
get-entity-jobs- 获取实体下发布的职位
- Input:
entityPin(string): 实体唯一码
- Returns:
- Array of {
workPin: stringname: stringentityPin: stringresponsibility: stringrequirement: stringwelfare: stringsalary: { minSalary: number, maxSalary: number } | stringdetailUrl: string }
- Array of {
get-recommend-talents- 获取职位的推荐人才
- Input:
workPin(string): 职位唯一码
- Returns:
- Array of {
userPin: stringbirthday: stringuniversity: stringmajor: stringhighestEducation: stringworkYears: numberworkName: stringmatchDegree: number }
- Array of {
get-field-list- 获取领域列表
- Input:
- Returns:
- Array of {
fid: numbername: string }
- Array of {
post-a-job- 发布职位
- Input:
entityPin(string): 实体唯一码fid(number): 职位所属领域jobName(string): 职位名称responsibility(string): 工作职责requirement(string): 工作要求city(string): 工作城市benefit(string, 可选): 工作福利address(string, 可选): 工作地址
- 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": "<YOUR_API_KEY>"
}
}
}
}License
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.
