Skip to content

Releases: aiapplyd/aiapplyd-mcp

1.8.1: CLI for scripts and chat bots, now on npm

Choose a tag to compare

@whateverneveranywhere whateverneveranywhere released this 26 Sep 07:10
e1a3128

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.

npm: https://www.npmjs.com/package/aiapplyd-mcp

v1.8.0: the main loop, 17 tools

Choose a tag to compare

@whateverneveranywhere whateverneveranywhere released this 25 Sep 17:24
09db191

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:

  1. aiapplyd_get_matches: your matched jobs, best first.
  2. aiapplyd_apply: apply to one by job_match_id or job_url. mode: "auto" sends it, mode: "review" holds it for your yes.
  3. aiapplyd_get_applications: where each application stands, including the review queue and the employer's own confirmation.
  4. aiapplyd_review_application: approve, reject, cancel, refine, re-prepare or record the interview stage, up to 25 at once.
  5. 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_jobs and aiapplyd_auto_apply stay 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 iss parameter.
  • 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

Choose a tag to compare

@whateverneveranywhere whateverneveranywhere released this 23 Sep 09:57
v1.6.0
897e820

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

Choose a tag to compare

@whateverneveranywhere whateverneveranywhere released this 07 Sep 17:32

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.json moves to 1.3.0 and points repository at 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.