- ZIZAI Recruitment Platform
ZIZAI Recruitment Platform
what is ZIZAI Recruitment Platform?
ZIZAI Recruitment Platform is a core API service that is fully compatible with the MCP protocol, making it the first recruitment platform service provider in China to support this protocol.
how to use ZIZAI Recruitment Platform?
To use ZIZAI Recruitment Platform, you need to create a server-side API key (AK) on the ZIZAI Open Platform and then integrate the API using either Python or Typescript SDKs.
key features of ZIZAI Recruitment Platform?
- Provides core API interfaces including get recommend jobs, apply for jobs, and management of company jobs.
- Supports integration with intelligent assistants that are compatible with the MCP protocol.
use cases of ZIZAI Recruitment Platform?
- Fetching recommended jobs based on user preferences.
- Applying for jobs.
- Fetching company entities.
- Fetching jobs under a specific company entity.
- Fetching recommended talents for a specific job.
- Posting a job.
FAQ from ZIZAI Recruitment Platform?
- What is the MCP protocol?
The MCP protocol is a standard for integrating various services and tools in a unified manner. More details can be found in the official MCP documentation.
- Is there a cost to use ZIZAI Recruitment Platform API?
The usage of ZIZAI Recruitment Platform API is free, all you need to do is to create an API key and integrate the API.
- How can I troubleshoot issues with the API?
You can refer to the official documentation for troubleshooting tips.
Server Config
{
"mcpServers": {
"zaiwork": {
"command": "npx",
"args": [
"-y",
"@zizaiwork/mcp"
],
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}