JobScout 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., "@JobScout MCPsearch for remote frontend developer jobs"
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.
JobScout MCP
A privacy-first, bring-your-own-connections MCP server for searching, normalizing and deduplicating jobs across multiple sources.
JobScout MCP deliberately stops at trustworthy discovery. It does not score candidates, store CVs, contact employers or apply to jobs. Personalized career decisions belong in a separate client such as Career OS.
Current v0.1
jobscout_search_jobs: search all enabled providers and return one normalized, deduplicated pooljobscout_list_sources: show provider configuration and health boundariesjobscout_deduplicate: normalize and deduplicate supplied job records without making network callsoptional public Himalayas MCP adapter
optional JobSpy adapter using the clearly MIT-licensed
python-jobspypackagestrict schemas, source provenance and deterministic fingerprints
local stdio transport for Codex, Claude Desktop and other MCP clients
Related MCP server: job-search
Install
npm install
cp .env.example .env
npm run check
npm run devPython JobSpy is optional:
python -m pip install python-jobspyThen set JOBSCOUT_ENABLE_JOBSPY=true. Remote providers are disabled by default.
Example MCP configuration
{
"mcpServers": {
"jobscout": {
"command": "node",
"args": ["C:/path/to/jobscout-mcp/dist/src/stdio.js"],
"env": {
"JOBSCOUT_ENABLE_HIMALAYAS": "true"
}
}
}
}Provider philosophy
Job boards and aggregators are discovery sources. Each result retains its discovery URL and an independently supplied canonical employer URL when available. Consumers must verify freshness, location and application routes before acting.
See architecture, provider contract, security and roadmap.
Prior art and attribution
JobSpy, MIT licensed, is used as an optional dependency rather than copied.
borgius/jobspy-mcp-server demonstrated early demand for a JobSpy MCP wrapper. No source code from that repository is copied in v0.1 because its package metadata says MIT but the repository does not currently expose a root licence file.
Licence
Apache-2.0. Third-party dependencies retain their own licences.
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
- Alicense-qualityCmaintenanceUnified job search MCP server that aggregates live listings from multiple job boards with deduplication, enabling AI agents to find and filter jobs by keyword and location.Last updatedMIT
- Alicense-qualityBmaintenanceA job-search MCP server that ranks roles, drafts cover letters, and rehearses Q&A answers using a candidate profile, with live listings from five public sources.Last updated68MIT
- Alicense-qualityBmaintenanceAn MCP server that enables AI-assisted job search workflows including job discovery, application tracking, resume evaluation, and cover letter generation, with support for multiple job sources and scheduled scraping.Last updated81AGPL 3.0
- FlicenseAqualityCmaintenanceA local job-hunting MCP server for discovering jobs across pluggable web sources, tracking applications through a status lifecycle, and managing profiles/resumes, with geo/map-region search.Last updated12
Related MCP Connectors
GetJobzi MCP server for job search, application tracking, and career forecasting.
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
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/SarutobiSasuke8/jobscout-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server