job-scout-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TRACKED_COMPANIES | No | Comma-separated list of provider:slug pairs for companies to track, e.g., greenhouse:stripe,lever:netflix,ashby:notion |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_jobsA | Search job openings across all enabled sources (Greenhouse/Lever/Ashby tracked companies, Hacker News 'Who is hiring', RemoteOK, and optionally Adzuna/USAJobs). Supports free-text, location, seniority, remote-only, and date filters. Ideal for scouting senior/leadership roles. |
| list_company_jobsA | Fetch all public postings from a single company's ATS job board. Provider is one of greenhouse, lever, or ashby; slug is the company identifier from its careers URL (e.g. boards.greenhouse.io/). |
| salary_contextA | Return the salary distribution (histogram) for a role and optional location, powered by Adzuna. Requires ADZUNA_APP_ID/ADZUNA_APP_KEY. |
| list_sourcesA | Show every source, whether it is currently enabled, and why any are disabled. Useful for diagnosing configuration. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
The tools are largely distinct: search_jobs does broad searches, list_company_jobs targets a specific ATS board, salary_context provides salary data, and list_sources handles configuration. However, search_jobs may already cover jobs from tracked companies, creating minor overlap with list_company_jobs.
Three tools follow a clear verb_noun pattern (search_jobs, list_company_jobs, list_sources), but salary_context breaks the pattern by using a noun phrase instead of an action verb. This is a minor inconsistency across the set.
With four tools, the count is slightly lean but appropriate for the focused job-scouting purpose. Each tool contributes a distinct capability, though the set could benefit from one or two additional tools for fuller coverage.
The core workflows of searching jobs, listing a company's jobs, and accessing salary context are covered. Missing capabilities include fetching full details for a single job posting and managing enabled sources, but these are minor gaps in the current scope.