Skip to main content
Glama
afrozk

MCP Job Toolkit

by afrozk

MCP 求职工具包

一个 MCP (Model Context Protocol) 服务器,支持从 Claude 或任何兼容 MCP 的客户端搜索澳大利亚招聘平台上的职位。

平台

平台

备注

Seek

解析来自 au.seek.com 的 Apollo SSR 缓存

LinkedIn

访客职位 API,在可用时包含申请人数

安装

先决条件: Node.js 18+

git clone https://github.com/afrozk/mcp-job-toolkit.git
cd mcp-job-toolkit
npm install
npm run build

Claude 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

参数

参数

类型

默认值

描述

keyword

string

必填

职位名称、角色或技能(例如 "software engineer"

location

string

必填

澳大利亚城市或郊区(例如 "Melbourne VIC", "Sydney"

radius

number

50

搜索半径(公里)

employment_type

array

全部

"fulltime", "parttime", "contract", "casual"

salary_type

string

"hourly", "monthly", "yearly"

salary_min

number

salary_type 单位匹配的最低薪资

salary_max

number

最高薪资

date_posted

string

"24h", "2d", "3d", "7d", "30d"

max_applications

number

排除申请人数超过此数值的职位(如果已公开)

platforms

array

全部

"seek", "linkedin"

page

number

1

页码

per_page

number

10

每个平台每页的结果数(最大 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

Install Server
F
license - not found
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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