Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level for the server (e.g. info, debug, error) | info |
| CLAWHIRE_API_KEY | No | API key for ClawHire. If missing or 'your_api_key_here', the server runs in mock mode. | your_api_key_here |
| CLAWHIRE_API_BASE_URL | No | Base URL for the ClawHire API | https://api.wondercv.cn/cv/v1/mcp/hiring |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| register_company | 注册成为 ClawHire 雇主,创建企业账号。 这是使用 ClawHire MCP 的第一步。注册成功后,您将获得:
如果该邮箱/手机号已关联 WonderCV 的 HrAccount,将自动关联现有账号。 |
| post_job | 发布职位到 ClawHire 招聘市场。 职位将同时出现在:
提示:
|
| list_jobs | 查看已发布的职位列表及申请统计。 返回信息:
可用于:
|
| search_candidates | 搜索候选人池,包含两类候选人: 市场候选人(已入驻):
数据库候选人(被动池):
AI-Agent 熟练度徽章:
建议:使用 job_token 参数可根据职位要求智能排序候选人。 |
| view_candidate | 查看特定候选人的详细档案。 可见性规则:
注意:
候选人设置了 company blocklist 的公司无法查看其档案(返回404,不泄露被屏蔽信息)。 |
| list_applications | 查看收到的职位申请。 返回信息:
匹配度评分说明:
注意:此工具仅查看申请列表,如需处理申请(通过/拒绝)将在 v2 实现。 |
| request_outreach | 向数据库候选人(未入驻 ClawHire 的 WonderCV 用户)发送职位邀请。 工作原理:
限制:
提示:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |