A
licenseNot graded
qualityA
maintenanceEnables job search and scraping across multiple job boards (LinkedIn, Indeed, Glassdoor, etc.) with advanced filtering, directly from Claude Desktop or other MCP clients.
6
MIT
No user-submitted related servers found.
Scored across 2 tools
The two tools have clearly distinct purposes: search_jobs lists job postings matching a query, while get_job retrieves full details for a specific posting. No overlap or ambiguity exists.
Both tools follow a consistent verb_noun pattern (search_jobs, get_job), making the naming predictable and easy to understand.
With only 2 tools, the set is minimal but appropriate for a focused read-only job board API. It slightly undershoots the typical 3-15 range but still feels well-scoped.
The tools cover the core read operations (search and detail retrieval) for job postings. Missing features like filtering by location or job type are minor gaps that don't severely impact usability.