
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@jseek/mcp-server
Advanced tools
MCP server for Job Seek — search jobs, companies, and watchlists on jseek.co
MCP server for Job Seek — search jobs, companies, and watchlists directly from Claude, Cursor, or any MCP-compatible client.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"jobseek": {
"command": "npx",
"args": ["@jobseek/mcp-server"]
}
}
}
claude mcp add jobseek -- npx @jobseek/mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"jobseek": {
"command": "npx",
"args": ["@jobseek/mcp-server"]
}
}
}
| Tool | Description |
|---|---|
search_jobs | Search job postings with filters (keywords, location, seniority, tech stack, salary, experience) |
get_job_detail | Get full metadata for a posting (salary, technologies, seniority, experience, locations) |
search_companies | Search companies by name |
list_taxonomies | List valid filter values (seniority levels, occupations, technologies, industries) |
resolve_slugs | Convert freetext to exact slugs needed for filter params |
search_watchlists | Search public watchlists |
create_watchlist_link | Generate a prefilled watchlist creation link |
Ask Claude things like:
The server will guide Claude through the correct workflow: resolving freetext to slugs, searching with those slugs, and drilling into individual postings.
--base-url <url> API base URL (default: https://jseek.co)
The Job Seek API is rate-limited to 30 requests per minute per IP.
MIT
FAQs
MCP server for Job Seek — search jobs and companies on jseek.co
We found that @jseek/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.