mcp-lever
Related Servers
Alternatives to mcp-lever
- AlicenseAqualityBmaintenanceSearch and read public Ashby job boards for named companies, with filtering, full job details, and side-by-side compensation comparison. No API key required.555 npmMIT
Related Servers
- AlicenseNot gradedqualityCmaintenanceMCP server that aggregates and deduplicates job listings from multiple public sources, ranks them against a user's resume, and exposes tools for searching, viewing details, explaining fit, and tracking applications.MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.7MIT
- AlicenseAqualityCmaintenanceMCP server that scours job openings from public, ToS-clean sources (Greenhouse, Lever, Ashby, HN, RemoteOK, Adzuna, USAJobs) and provides tools for job search, company listings, and salary context.4MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that automates applying to jobs on Lever and Greenhouse ATS systems. It fills forms from a candidate profile, verifies fields, and supports dry-run or live submission, with optional chat integration via Hermes.-
- AlicenseAqualityAmaintenanceMCP server for interacting with the CleanJobData Job API, enabling job searches, company lookups, location suggestions, and candidate profile prompts.5MIT
- AlicenseNot gradedqualityDmaintenanceUnified job search MCP server that aggregates live listings from multiple job boards with deduplication, enabling AI agents to find and filter jobs by keyword and location.MIT
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: resolve_company checks company presence, search_jobs queries openings, get_job retrieves full details, and list_filter_values provides filter vocabulary. No overlap in functionality.
All tool names follow the same verb_noun pattern (resolve_company, search_jobs, get_job, list_filter_values) with consistent snake_case, making the interface predictable.
With 4 tools, the server is well-scoped for its purpose. Each tool addresses a distinct need without unnecessary bloat or missing essential functionality.
The tool set covers the full read-only workflow for Lever job boards: verifying companies, searching jobs, retrieving details, and preparing filters. No obvious gaps in the provided functionality.