bach-jsearch
OfficialRelated Servers
Alternatives to bach-jsearch
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server for interacting with the CleanJobData Job API, enabling job searches, company lookups, location suggestions, and candidate profile prompts.5MIT
- FlicenseNot gradedqualityCmaintenanceGetJobzi MCP server for job search, application tracking, and career forecasting.-
- AlicenseNot gradedqualityAmaintenanceMCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.7MIT

trackly-cliofficial
AlicenseNot gradedqualityAmaintenanceMCP server for job search and application tracking, enabling AI agents to search jobs, get details, manage applications, and find contacts across 128K+ jobs and 1,900+ companies.638 npm3MIT- AlicenseAqualityCmaintenanceMCP server for SuperJob.ru API that enables searching for vacancies, employers, and reference data like towns and professions.542 npmMIT
- AlicenseAqualityCmaintenanceMCP server exposing Adzuna's job search and salary analytics APIs as tools, including job search, category listing, salary histograms, top companies, regional data, historical salary data, and API version checking.72Apache 2.0
TDQS
Scored across 4 tools
The tools are mostly distinct: job_search finds jobs, job_details retrieves details for a specific job, job_salary estimates salary by title/location, and company_job_salary estimates salary by company/title. However, job_salary and company_job_salary both deal with salary estimation, and job_details also includes salary estimates, creating minor overlap.
All tools use lowercase snake_case with a descriptive prefix. job_search uses a verb (search), while job_details and job_salary use nouns, and company_job_salary combines company and job. The pattern is readable but not perfectly uniform.
With only 4 tools, the server is well-scoped for a job search API. Each tool serves a distinct, essential function (search, details, salary by title, salary by company) without unnecessary proliferation.
The tool set covers the core job-search lifecycle: searching, viewing details, and salary estimation. Minor gaps exist, such as lack of tools for managing saved searches or applying to jobs, but for a search-focused server the coverage is solid.