ZR

ZIZAI Recruitment

Created 5 months ago

MCP Server for ZIZAI Recruitment API.

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

  1. 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 }
  1. apply-for-job - Apply for a job position
  • Input:
  • workPin (string) Unique code for the job position
  • Returns:

Recruiters

  1. 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 }
  1. 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 }
  1. 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 }
  1. get-field-list - Retrieve a list of fields
  • Input:
  • Returns:
  • Array of { fid: number, name: string }
  1. post-a-job - Post a job position
  • Input:
  • entityPin (string): Unique code for the entity
  • fid (number): Field to which the job position belongs
  • jobName (string): Name of the job position
  • responsibility (string): Job responsibilities
  • requirement (string): Job requirements
  • city (string): Job city
  • benefit (string, optional): Job benefits
  • address (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

Repository: github.com
Hosted: No
Global: No
Official: Yes

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