Skip to main content
Glama
afrozk

MCP Job Toolkit

by afrozk

Kit de herramientas de trabajo MCP

Un servidor MCP (Model Context Protocol) que busca empleos en plataformas australianas desde Claude o cualquier cliente compatible con MCP.

Plataformas

Plataforma

Notas

Seek

Analiza la caché SSR de Apollo desde au.seek.com

LinkedIn

API de empleos para invitados, incluye el número de solicitantes cuando está disponible

Related MCP server: Jobs MCP Server

Instalación

Requisitos previos: Node.js 18+

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

Configuración de Claude Desktop

Añadir a ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) o %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "mcp-job-toolkit": {
      "command": "node",
      "args": ["/absolute/path/to/mcp-job-toolkit/dist/index.js"]
    }
  }
}

Reinicia Claude Desktop. La herramienta search_jobs aparecerá automáticamente.

Uso

Una vez conectado, pregúntale a Claude de forma natural:

"Busca puestos de ingeniero backend por contrato en Melbourne publicados en los últimos 7 días" "Busca empleos de analista de datos a tiempo completo en Sídney con un salario superior a 100.000 $/año en Seek" "Muéstrame puestos de ingeniero de software en Brisbane con menos de 20 solicitantes"

Herramienta: search_jobs

Parámetros

Parámetro

Tipo

Predeterminado

Descripción

keyword

string

obligatorio

Título del puesto, rol o habilidad (ej. "software engineer")

location

string

obligatorio

Ciudad o suburbio australiano (ej. "Melbourne VIC", "Sydney")

radius

number

50

Radio de búsqueda en km

employment_type

array

all

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

salary_type

string

"hourly", "monthly", "yearly"

salary_min

number

Salario mínimo en la unidad que coincida con salary_type

salary_max

number

Salario máximo

date_posted

string

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

max_applications

number

Excluir empleos con más solicitantes que este número (donde esté expuesto)

platforms

array

all

"seek", "linkedin"

page

number

1

Número de página

per_page

number

10

Resultados por página por plataforma (máx. 25)

Ejemplo de llamada a la herramienta

{
  "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
}

Forma de la respuesta

{
  "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"
}

Desarrollo

# Run without building (uses tsx)
npm run dev

# Rebuild after changes
npm run build

# Run built server
npm start

Licencia

MIT

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.
    7
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    C
    maintenance
    An 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
  • F
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that enables Claude to search live job postings, rank them against a user's skills profile, and track application statuses locally.

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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