autoapply-mcp
Related Servers
Alternatives to autoapply-mcp
No user-submitted related servers found.
Related Servers
- AlicenseCqualityDmaintenanceAn MCP server that enables AI-assisted job search workflows including job discovery, application tracking, resume evaluation, and cover letter generation, with support for multiple job sources and scheduled scraping.8325 npm1AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceAn MCP server that exposes job-search and application-management capabilities to compatible AI clients, enabling discovery of vacancies, drafting of tailored application materials, and coordinated human-approved submissions.MIT
- 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.-
- AlicenseBqualityBmaintenanceMCP server for job search, enabling profile creation, job hunting, review, and supervised application preparation without auto-submission.41Apache 2.0
- AlicenseNot gradedqualityCmaintenanceAI-powered job search and resume customization MCP server that automates job searching and tailors resumes for each role.MIT

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.396 npm3MIT
TDQS
Scored across 22 tools
Each tool targets a distinct stage of the auto-apply pipeline—discovery, scoring, preparation, approval, submission, or tracking—with clear separation between single and batch operations (e.g., prepare_application vs. prepare_batch). The related board-probing and saving tools (resolve_company_board, add_company_board, scan_hiring_thread) are clearly differentiated by their input source and purpose. No two tools appear to perform the same action on the same resource.
The overwhelming majority of tools follow a consistent verb_noun pattern (discover_jobs, prepare_application, approve_batch, etc.). Two tools, campaign_status and audit_log, use noun forms without an explicit verb, slightly deviating from the otherwise uniform convention. Overall the pattern is highly predictable and readable.
With 22 tools, the server is on the heavier side of the typical range, but each tool maps to a necessary operation in the end-to-end job application workflow. The many batch and single variants double the count, yet they serve distinct use cases (individual review vs. bulk processing). The size feels justified for the scope, though it is not minimal.
The tool set provides full lifecycle coverage from board discovery to outcome recording, including preparation, approval, submission, batch handling, and monitoring. Administrative tools for configuration reload and audit logging round out the surface. There are no obvious dead ends; agents can compose these tools to simulate the entire auto-apply process.