WorkorAI talent marketplace MCP: candidate job search and employer hiring with explainable matching
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-work0r-ai-workorai": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
WorkorAI talent marketplace MCP: candidate job search and employer hiring with explainable matching
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
A command line tool for setting up commercetools MCP server
Electronic component sourcing, BOM management, and PCB design workflows.
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads
MCP Security Weekly
Get CVE alerts and security updates for io.github.work0r-ai/workorai and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
WorkorAI Agent Kit packages the workorai Agent Skill and a zero-dependency installer for WorkorAI MCP talent marketplace workflows.
It supports both sides of the marketplace through one skill:
найди мне работу, find me a job, or help me get hired; the skill guides them through onboarding, MCP key setup, and the candidate match tools.найди кандидатов, hire developers, post a job, or review applicants; the skill walks through the 19-tool employer MCP surface (job lifecycle, candidate discovery, invitations, applicants review).Both roles share one skill name (workorai) and one credential helper, with role-aware storage slots so a dual-role user can keep both keys.
Install the skill and write MCP config for supported local agents:
npx @workorai/agent-kit install
Install for one client:
npx @workorai/agent-kit install --agent codex
npx @workorai/agent-kit install --agent claude
npx @workorai/agent-kit install --agent opencode
npx @workorai/agent-kit install --agent cursor
npx @workorai/agent-kit install --agent openclaw
npx @workorai/agent-kit install --agent qwen
npx @workorai/agent-kit install --agent antigravity
npx @workorai/agent-kit install --agent deepcode
Use a local development MCP endpoint:
npx @workorai/agent-kit install --endpoint http://127.0.0.1:3001/mcp
For isolated installer tests, set WORKORAI_AGENT_HOME to a temporary directory:
WORKORAI_AGENT_HOME=/tmp/workorai-agent-home npx @workorai/agent-kit install
After install, restart the agent client and ask:
find me a job
skills/workorai/SKILL.md - canonical Agent Skill (thin role router).skills/workorai/agents/openai.yaml - Codex/OpenAI-style UI metadata.skills/workorai/references/
candidate-catalog.md - candidate tool mini-schemascandidate-recipes.md - candidate calling-order recipes (incl. the Agent Pick result presentation)candidate-troubleshooting.md - candidate-side error scenariosemployer-catalog.md - 19 employer tool mini-schemasemployer-recipes.md - hire / review / lifecycle recipesemployer-troubleshooting.md - employer-side error scenariosauth-flow.md - candidate and employer onboarding + saved-key flowtroubleshooting.md - cross-role MCP transport / saved-key issuesskills/workorai/scripts/credential-store.mjs - role-aware consent-based local MCP key storage.bin/workorai-agent.mjs - installer, MCP config writer, diagnostics, and credential command wrapper.| Agent target | Skill location | MCP config |
|---|---|---|
codex | ~/.codex/skills/workorai | ~/.codex/config.toml |
claude | ~/.claude/skills/workorai | ~/.claude.json |
opencode | ~/.config/opencode/skills/workorai | ~/.config/opencode/config.json |
cursor | ~/.cursor/skills/workorai | Use WorkorAI MCP config supported by your Cursor setup |
openclaw | ~/.agents/skills/workorai | ~/.agents/mcp.json |
qwen | ~/.qwen/skills/workorai | Configure MCP according to your Qwen Code setup |
antigravity | ~/.gemini/antigravity/skills/workorai | Configure MCP according to your Antigravity setup |
deepcode | ~/.agents/skills/workorai | ~/.agents/mcp.json |
generic | ~/.agents/skills/workorai | ~/.agents/mcp.json |
The default install command installs a canonical copy at ~/.agents/skills/workorai and links or copies compatible client locations.
npx @workorai/agent-kit --help
npx @workorai/agent-kit install --dry-run
npx @w
... [View full README on GitHub](https://github.com/work0r-ai/agent-kit#readme)