Releases: aiapplyd/aiapplyd-mcp
Release list
1.8.1: CLI for scripts and chat bots, now on npm
npx aiapplyd-mcp login signs in once in the browser (OAuth 2.1, PKCE) and keeps the token fresh. npx aiapplyd-mcp tools and npx aiapplyd-mcp call <tool> '<json>' run the job search from a script, cron job or Telegram / WhatsApp / iMessage bot, printing structured JSON. With no arguments it is a stdio MCP server relaying to https://mcp.aiapplyd.com/mcp with the stored sign-in.
v1.8.0: the main loop, 17 tools
AI Applyd MCP 1.8.0. Auto-Apply That Ends on an Interview.
The hosted server at https://mcp.aiapplyd.com/mcp now runs the whole job search from a chat, in five calls:
aiapplyd_get_matches: your matched jobs, best first.aiapplyd_apply: apply to one byjob_match_idorjob_url.mode: "auto"sends it,mode: "review"holds it for your yes.aiapplyd_get_applications: where each application stands, including the review queue and the employer's own confirmation.aiapplyd_review_application: approve, reject, cancel, refine, re-prepare or record the interview stage, up to 25 at once.aiapplyd_get_account: plan, balance, applications left and readiness.
New since 1.6.0
- 17 tools (was 10). New:
aiapplyd_get_matches,aiapplyd_apply,aiapplyd_get_applications,aiapplyd_review_application,aiapplyd_get_account,aiapplyd_set_resume,aiapplyd_triage_matches.aiapplyd_search_jobsandaiapplyd_auto_applystay as older names. - Every tool has a title, all four annotation hints and an
outputSchema. - New prompt:
apply_to_my_matches. - OAuth 2.1 now also advertises Client ID Metadata Documents and the RFC 9207
issparameter. - The plugin (Claude Code, Codex, ChatGPT, Cursor) ships five skills: find-matching-jobs, apply-to-a-job, review-and-send, tailor-for-a-job, track-applications. They are byte-identical to https://aiapplyd.com/.well-known/agent-skills/index.json.
Connect: add https://mcp.aiapplyd.com/mcp as a custom connector and sign in with Google. Setup for every client is in the README and at https://aiapplyd.com/mcps. MIT licensed.
1.6.0
Auto-Apply That Ends on an Interview.
- Listed in the official MCP Registry as com.aiapplyd/aiapplyd, verified against the aiapplyd.com domain.
- Smithery listing moved to aiapplyd/aiapplyd.
- Covers 15 ATS platforms: Workday, Greenhouse, Lever, Ashby, Workable, iCIMS, Personio, Recruitee, Teamtailor, Rippling, Breezy, SmartRecruiters, BambooHR, JazzHR and softgarden.
- README badges from each directory that lists the server.
Hosted remote server, nothing to install: https://mcp.aiapplyd.com/mcp
v1.3.0
Ten tools, three prompts and three resources, live at https://mcp.aiapplyd.com/mcp.
What is in this release
- Installable. A stdio bridge plus a Dockerfile, so any client or sandbox that can only launch a command still reaches every tool. The bridge relays JSON-RPC verbatim and adds nothing of its own.
- MIT licensed. The previous LICENSE was a hand-edited MIT body, which GitHub read as NOASSERTION. It is now verbatim MIT.
- Correct manifest.
server.jsonmoves to 1.3.0 and pointsrepositoryat this public repo rather than a private one. - Full documentation. Per-client setup for Claude, Cursor, ChatGPT and VS Code, the complete tool table with read-only and destructive markers, the OAuth 2.1 surface, and a copy-paste introspection check.
Connect
https://mcp.aiapplyd.com/mcp
Sign in with Google on the first tool call. A free account needs no card and arrives with a 10,000-token starter grant.