jobs-scrape-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jobs-scrape-mcpWhat skills are most in demand in Geneva?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-mcpThe server reads the same database as the CLI:
Variable | Default |
|
|
|
|
Related MCP server: mcp-jobs
Exposed tools
Tool | When to call it |
| Any question about job postings, requested skills, observed salaries, or a company's activity |
| Read one full posting, after finding it |
| Discover what the corpus contains before filtering (cantons, companies, sources) |
| Trend question: what is most in demand, by region or by source |
| Volume of job postings published per day |
| Overview — call first to know what the database contains |
| 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_jobreturns the full text of a single posting;limitis capped at 50, whatever the requested value;each response distinguishes
total(matches) fromreturned(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 temporaireThis server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- AlicenseNot gradedqualityDmaintenanceA 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.49122ISC
- AlicenseAqualityBmaintenanceEnables 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.4812MIT

@career-now/mcpofficial
AlicenseNot gradedqualityCmaintenanceEnables AI agents to search and explore a large database of tech job listings with filtering options.MIT
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.
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/XavierBeheydt/jobs-scrape-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server