1. Conduid
  2. Developer Tools
  3. ZIZAI Recruitment
MCP server · Developer Tools

ZIZAI Recruitment

自在招聘 MCP Server

Unclaimed Apache-2.0 last commit a year ago devtools
49Fair

Scored 4 months ago · breakdown

About ZIZAI Recruitment

ZIZAI Recruitment is an MCP server published by zaiwork in the Developer Tools category: 自在招聘 MCP Server. It has been installed 0 times through Conduid.

The repository has 4 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about ZIZAI Recruitment

Powered by Claude · Grounded in docs

I know everything about ZIZAI Recruitment. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

ZIZAI Recruitment MCP Server

MCP Server for ZIZAI Recruitment API.

ZIZAI Recruitment

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!

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 }
  2. 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 }
  2. 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 }
  3. 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 }
  4. get-field-list

    • Retrieve a list of fields
    • Input:
    • Returns:
      • Array of {
        • fid: number
        • name: string }
  5. 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": "<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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About ZIZAI Recruitment

How do I install ZIZAI Recruitment?

Run npx mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is ZIZAI Recruitment safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is ZIZAI Recruitment still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.