MCP Job Toolkit
MCP 求职工具包
一个 MCP (Model Context Protocol) 服务器,支持从 Claude 或任何兼容 MCP 的客户端搜索澳大利亚招聘平台上的职位。
平台
平台 | 备注 |
Seek | 解析来自 |
访客职位 API,在可用时包含申请人数 |
安装
先决条件: Node.js 18+
git clone https://github.com/afrozk/mcp-job-toolkit.git
cd mcp-job-toolkit
npm install
npm run buildClaude Desktop 设置
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) 或 %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"mcp-job-toolkit": {
"command": "node",
"args": ["/absolute/path/to/mcp-job-toolkit/dist/index.js"]
}
}
}重启 Claude Desktop。search_jobs 工具将自动出现。
使用方法
连接后,以自然语言询问 Claude:
“查找墨尔本过去 7 天发布的合同制后端工程师职位” “在 Seek 上搜索悉尼年薪 10 万美元以上的全职数据分析师工作” “向我展示布里斯班申请人数少于 20 人的软件工程师职位”
工具:search_jobs
参数
参数 | 类型 | 默认值 | 描述 |
| string | 必填 | 职位名称、角色或技能(例如 |
| string | 必填 | 澳大利亚城市或郊区(例如 |
| number |
| 搜索半径(公里) |
| array | 全部 |
|
| string | — |
|
| number | — | 与 |
| number | — | 最高薪资 |
| string | — |
|
| number | — | 排除申请人数超过此数值的职位(如果已公开) |
| array | 全部 |
|
| number |
| 页码 |
| number |
| 每个平台每页的结果数(最大 25) |
工具调用示例
{
"keyword": "senior backend engineer",
"location": "Melbourne VIC",
"radius": 30,
"employment_type": ["contract", "fulltime"],
"salary_type": "yearly",
"salary_min": 120000,
"date_posted": "7d",
"max_applications": 25,
"platforms": ["seek", "linkedin"],
"per_page": 10
}响应格式
{
"results": [
{
"platform": "seek",
"jobs": [
{
"id": "seek-91878509",
"title": "Senior Backend Engineer",
"company": "Acme Corp",
"location": "Melbourne VIC",
"salary": "$140,000 – $160,000 per year",
"description": "We are looking for...",
"url": "https://au.seek.com/job/91878509",
"posted_at": "2026-05-04T01:54:46.000Z",
"applications_count": null,
"platform": "seek"
}
],
"total": 41,
"page": 1
},
{
"platform": "linkedin",
"jobs": [],
"page": 1
}
],
"summary": [
{ "platform": "seek", "count": 10, "total": 41 },
{ "platform": "linkedin", "count": 8 }
],
"fetched_at": "2026-05-05T00:00:00.000Z"
}开发
# Run without building (uses tsx)
npm run dev
# Rebuild after changes
npm run build
# Run built server
npm start许可证
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/afrozk/mcp-job-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server