MCP Job Toolkit
MCP Job Toolkit
Claude 또는 MCP 호환 클라이언트 내에서 호주 채용 플랫폼 전반의 일자리를 검색하는 MCP(Model Context Protocol) 서버입니다.
플랫폼
플랫폼 | 참고 사항 |
Seek |
|
게스트 채용 API, 가능한 경우 지원자 수 포함 |
Related MCP server: Jobs MCP Server
설치
전제 조건: 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceMCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.7MIT
- AlicenseNot gradedqualityBmaintenanceA custom MCP server that exposes a jobs database to any MCP-compatible LLM client, allowing users to ask in plain English to search, filter, and match job openings.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that exposes job-search and application-management capabilities to compatible AI clients, enabling discovery of vacancies, drafting of tailored application materials, and coordinated human-approved submissions.MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables Claude to search live job postings, rank them against a user's skills profile, and track application statuses locally.
Related MCP Connectors
Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
AI job search MCP — fact-checked jobs, application tracker, alerts. ChatGPT, Claude, Cursor.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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