MCP Job Toolkit
MCP Job Toolkit
Claude 또는 MCP 호환 클라이언트 내에서 호주 채용 플랫폼 전반의 일자리를 검색하는 MCP(Model Context Protocol) 서버입니다.
플랫폼
플랫폼 | 참고 사항 |
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 |
| 검색 반경 (km 단위) |
| array | all |
|
| string | — |
|
| number | — |
|
| number | — | 최대 급여 |
| string | — |
|
| number | — | 이보다 많은 지원자가 있는 일자리 제외 (가능한 경우) |
| array | all |
|
| 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