
Tianji MCP Server
Tianji MCP Server connects AI assistants to external data sources, APIs, and services, bridging AI models with real-world resources for enhanced automation, dyn...
Connect FlowHunt with ZIZAI Recruitment to automate job search, posting, candidate matching, and recruiter workflows via a robust MCP server.
The ZIZAI Recruitment MCP Server connects AI assistants and clients to the ZIZAI Recruitment API, a next-generation intelligent recruitment platform that leverages professional assessments for efficient and precise talent-job matching. By exposing recruitment-related data and actions as MCP tools, it enables developers and AI agents to automate tasks such as retrieving job listings, applying for jobs, managing recruitment entities, and discovering recommended talents. This integration streamlines development workflows in recruitment applications, allowing seamless access to external job and talent data, as well as operational capabilities like posting jobs or analyzing candidate matches.
No prompt templates are documented in the repository.
No explicit MCP resources are documented in the repository or README.
No Windsurf-specific setup instructions found in the repository.
claude_desktop_config.json
.mcpServers
:{
"mcpServers": {
"zaiwork": {
"command": "npx",
"args": [
"-y",
"@zizaiwork/mcp"
],
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
No Cursor-specific setup instructions found in the repository.
No Cline-specific setup instructions found in the repository.
The API key should be placed in the env
section as shown above, ensuring it is not hardcoded elsewhere. Example:
"env": {
"ZAI_API_KEY": "<YOUR_API_KEY>"
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"MCP-name": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “MCP-name” to whatever the actual name of your MCP server is (e.g., “github-mcp”, “weather-api”, etc.) and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No explicit resources documented |
List of Tools | ✅ | 7 tools (see section above) |
Securing API Keys | ✅ | via env in config |
Sampling Support (less important in evaluation) | ⛔ | Not documented |
The ZIZAI Recruitment MCP Server provides a focused and practical toolset for recruitment automation, but lacks documentation for prompt templates and explicit resource exposure. It is well-suited for recruitment workflow integration but would benefit from more comprehensive documentation and support for Roots and Sampling.
Has a LICENSE | ✅ (Apache-2.0) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 0 |
Number of Stars | 1 |
Overall, I would rate this MCP server a 4/10: it is functional and clear in its purpose, but lacks completeness in documentation, prompt and resource definitions, Roots/Sampling support, and ecosystem engagement.
The ZIZAI Recruitment MCP Server connects FlowHunt and AI agents to the ZIZAI Recruitment API, providing tools to automate job search, job application, recruiter management, and candidate recommendation tasks.
It exposes tools for job seekers (get-job-list, apply-for-job) and recruiters (get-entity-list, get-entity-jobs, get-recommend-talents, get-field-list, post-a-job), enabling a full recruitment automation workflow.
Your ZIZAI API key should be placed in the 'env' section of your configuration file (e.g., `ZAI_API_KEY`), as shown in the Claude setup example, to prevent hardcoding sensitive data.
Automate job searches and applications, streamline recruiter entity and job management, and enable AI-powered candidate recommendations directly within FlowHunt.
The MCP server lacks prompt templates, explicit resource documentation, Roots/Sampling support, and only basic configuration instructions are included for Claude.
Automate your recruitment workflows and supercharge your hiring with ZIZAI Recruitment’s MCP server integration on FlowHunt.
Tianji MCP Server connects AI assistants to external data sources, APIs, and services, bridging AI models with real-world resources for enhanced automation, dyn...
The Kagi MCP Server bridges AI assistants with Kagi's advanced search and summarization tools, empowering LLMs to access real-time, high-quality web data for en...
The GitHub Enterprise MCP Server connects AI assistants to private GitHub Enterprise repositories, enabling automation of repository management, issue tracking,...