io.github.colophon-group/jobseek
NPM · @JSEEK/MCP-SERVER · SCANNED AUG 3
Search jobs, companies, and watchlists on Job Seek (jseek.co)
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 110 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability85
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 1065 tokens (~96/item across 11 items; 7 tools + 4 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @jseek/mcp-server
claude mcp add colophon-group-jobseek -- npx -y @jseek/mcp-server
codex mcp add colophon-group-jobseek -- npx -y @jseek/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"colophon-group-jobseek": {
"type": "local",
"command": [
"npx",
"-y",
"@jseek/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add colophon-group-jobseek --command npx --arg -y --arg @jseek/mcp-server
mcp_servers:
colophon-group-jobseek:
command: "npx"
args: ["-y", "@jseek/mcp-server"] {
"mcpServers": {
"colophon-group-jobseek": {
"command": "npx",
"args": [
"-y",
"@jseek/mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +41
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- Licence: MIT functional
- 31 Jul 26 −27
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 53
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@jseek/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
create_watchlist_link ~230
Generate a prefilled link for the user to create a watchlist on jseek.co. The link opens the watchlist creation page with filters pre-filled. The user must log in to save. Returns a preview with matching job and company counts so you can verify the filters are useful before sharing the link.
| Name | Type | Req | Description |
|---|---|---|---|
| companies | string | — | Company slugs, comma-separated |
| description | string | — | Watchlist description |
| exp | string | — | Experience range in years, format: min-max |
| loc | string | — | Location slugs, comma-separated (from resolve_slugs) |
| locale | string | — | Response language |
| occ | string | — | Occupation slugs, comma-separated |
| q | string | — | Keywords |
| sal | string | — | Salary range, format: min-max |
| salcur | string | — | Salary currency code (e.g. EUR, USD, CHF) |
| sen | string | — | Seniority slugs, comma-separated |
| tech | string | — | Technology slugs, comma-separated |
| title | string | yes | Watchlist title |
No output schema declared.
No examples provided.
get_job_detail ~90
Get full structured metadata for a job posting by ID. Returns salary, technologies, seniority, experience, and locations. Does not include the job description — visit the returned URL on jseek.co to read the full posting. Use posting IDs from search_jobs results.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Job posting UUID (from search_jobs topPostings[].id) |
| locale | string | — | Response language |
No output schema declared.
No examples provided.
list_taxonomies ~59
List all valid values for a taxonomy type (seniority levels, occupations, technologies, or industries). Use this to discover available filter values before searching.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | — | Response language |
| type | string | yes | Which taxonomy to list |
No output schema declared.
No examples provided.
resolve_slugs ~103
Convert freetext to exact taxonomy slugs needed for filter parameters. ALWAYS call this before using loc/occ/sen/tech params in search_jobs. For example, resolve 'Zurich' to get the slug 'zurich', or 'machine learning' to get 'machine-learning'.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | — | Response language |
| q | string | yes | Freetext query (min 2 chars) |
| type | string | yes | Which taxonomy to search |
No output schema declared.
No examples provided.
search_companies ~56
Search companies by name on jseek.co. Returns up to 10 matching companies with links to their company pages.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | — | Response language |
| q | string | yes | Company name query (min 2 chars) |
No output schema declared.
No examples provided.
search_jobs ~218
Search job postings across companies on jseek.co. Returns up to 5 companies with their top 3 matching postings. The 'q' parameter accepts freetext keywords. All filter params (loc, occ, sen, tech) require exact slugs — use resolve_slugs first to convert freetext to slugs.
| Name | Type | Req | Description |
|---|---|---|---|
| exp | string | — | Experience range in years, format: min-max (e.g. 3-10) |
| loc | string | — | Location slugs, comma-separated (from resolve_slugs) |
| locale | string | — | Response language |
| occ | string | — | Occupation slugs, comma-separated (from resolve_slugs) |
| q | string | — | Freetext keywords |
| sal | string | — | Salary range in EUR, format: min-max (e.g. 80000-150000) |
| sen | string | — | Seniority slugs, comma-separated (from resolve_slugs) |
| tech | string | — | Technology slugs, comma-separated (from resolve_slugs) |
No output schema declared.
No examples provided.
search_watchlists ~65
Search public watchlists on jseek.co. Without a query, returns the most popular watchlists. Watchlists are curated collections of company filters that users share.
| Name | Type | Req | Description |
|---|---|---|---|
| locale | string | — | Response language |
| q | string | — | Search query for watchlist title/description |
No output schema declared.
No examples provided.