Skip to main content
Glama
XavierBeheydt

jobs-scrape-mcp

jobs-scrape-mcp

MCP (Model Context Protocol) server exposing the jobs-scrape corpus to an AI.

Once connected, Claude can directly query the collected job postings: “what skills are requested in the canton of Vaud?”, “how many part-time job postings in healthcare in August?”, “summarize this posting”.

Installation

uv pip install git+https://github.com/XavierBeheydt/jobs-scrape-mcp.git
claude mcp add jobs-scrape -- uv run jobs-scrape-mcp

The server reads the same database as the CLI:

Variable

Default

JOBS_SCRAPE_DB

data/jobs.db

JOBS_SCRAPE_DATA_DIR

data

Related MCP server: mcp-jobs

Exposed tools

Tool

When to call it

search_jobs

Any question about job postings, requested skills, observed salaries, or a company's activity

get_job

Read one full posting, after finding it

list_facets

Discover what the corpus contains before filtering (cantons, companies, sources)

top_skills

Trend question: what is most in demand, by region or by source

timeline

Volume of job postings published per day

stats

Overview — call first to know what the database contains

list_sources

Where the data comes from, and why an expected source may be missing

Resources: jobs://summary and jobs://sources.

The volume of responses is the real challenge

An MCP tool returns its result in the model's context. Returning twenty complete postings -- several tens of thousands of characters -- would saturate that context for zero benefit: you don't read twenty full descriptions to answer “what skills are requested in Geneva”.

This server therefore applies a simple rule:

  • list tools return excerpts (320 characters) and the structured fields used to judge relevance;

  • get_job returns the full text of a single posting;

  • limit is capped at 50, whatever the requested value;

  • each response distinguishes total (matches) from returned (items returned), so the model knows it only sees a part.

No search logic here

BM25 ranking, facets, and aggregations live in jobs_scrape.search, at the heart of the project. This module merely exposes them. Search remains defined in a single place — the web interface and the MCP server inherit it, and an improvement to ranking benefits both.

Tool descriptions: the trigger, not just the function

The model chooses its tools based on their description. A description that only says what a tool does leaves the model to guess when to use it. Each tool therefore states its trigger — “call this tool as soon as a question concerns available job postings” — and a test verifies that no description remains sparse.

Development

uv venv
uv pip install git+https://github.com/XavierBeheydt/jobs-scrape.git
uv pip install -e ".[dev]"
uv run pytest -q      # hors ligne, base temporaire
F
license - not found
Not graded
quality - not tested
C
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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables natural language querying of a resume with AI/ML experience, business impact metrics, and technical skills. Supports searching by company, skill, or achievement with built-in analytics and evaluation capabilities.
  • A
    license
    Not graded
    quality
    D
    maintenance
    A zero-configuration job aggregation server that enables searching for positions and retrieving details across multiple recruitment platforms using natural language. It provides standardized data for job requirements, salary comparisons, and market trends directly within AI clients.
    49
    122
    ISC
  • A
    license
    A
    quality
    B
    maintenance
    Enables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.
    4
    81
    2
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to search and explore a large database of tech job listings with filtering options.
    MIT

View all related MCP servers

Related MCP Connectors

  • Semantic search over 3.5M+ live US job postings pulled straight from company ATSes. Read-only.

  • AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.

  • Live job postings from 30+ ATS feeds and job boards, one schema. Live results need a Bearer key.

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/XavierBeheydt/jobs-scrape-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server