Changelog

What changed, release by release.

Every published version of the hosted MCP server at mcp.aiapplyd.com, newest first. Each date is the day that version went live.

Releases

  1. Version 1.8.0

    Release notes on GitHub
    • 17 tools, up from 10. New: aiapplyd_get_matches, aiapplyd_apply, aiapplyd_get_applications, aiapplyd_review_application, aiapplyd_get_account, aiapplyd_set_resume and aiapplyd_triage_matches.
    • aiapplyd_search_jobs and aiapplyd_auto_apply keep working as deprecated aliases of aiapplyd_get_matches and aiapplyd_apply.
    • Every tool now has a title, all four annotation hints and an output schema.
    • New prompt: apply_to_my_matches.
    • OAuth 2.1 now also advertises Client ID Metadata Documents and the RFC 9207 iss parameter.
    • The plugin for Claude Code, Codex, ChatGPT and Cursor ships five skills: find matching jobs, apply to a job, review and send, tailor for a job, and track applications.
  2. Version 1.6.0

    Release notes on GitHub
    • Listed in the official MCP Registry as com.aiapplyd/aiapplyd, verified against the aiapplyd.com domain.
    • The Smithery listing moved to aiapplyd/aiapplyd.
    • Covers 15 hiring systems, including Workday, Greenhouse, Lever, Ashby, iCIMS and SmartRecruiters.
  3. Version 1.5.0

    • The registry description now fits the registry's 100-character limit, so the listing could publish again.
    • Public docs corrected from twelve supported hiring systems to fifteen, adding BambooHR, JazzHR and softgarden.
    • Added a Smithery manifest and an mcp.json file so directory scanners can find the server. No tool changes.
  4. Version 1.4.0

    • MCP Registry listing update: the listing now shows the server icons. No tool changes.
  5. Version 1.3.0

    Release notes on GitHub
    • Installable: a stdio bridge and a Dockerfile, so clients that can only launch a command still reach every tool.
    • Standard MIT license text, so GitHub and directories read the license correctly.
    • Full docs: setup for Claude, Cursor, ChatGPT and VS Code, the complete tool table, and the OAuth 2.1 details.
  6. Version 1.2.0

    • The registry listing no longer links to a private repository that visitors could not open.
  7. Version 1.1.0

    • Sign-in works end to end. The Google OAuth callback was missing in 1.0.0, so no one could connect.
    • Fixed eight request mismatches with the API, across job search, cover letters, interview prep, job analysis and resume translation.
    • Sign in with an email link as well as Google, and connect in one click if you are already signed in on aiapplyd.com.
    • Access tokens last 24 hours, and refresh stays safe when a client refreshes twice at once.
  8. Version 1.0.0

    • First listing in the official MCP Registry, with the OAuth 2.1 challenge and protected resource metadata.
    • Known issue: sign-in failed in this version. Fixed in 1.1.0.

Version 1.7.0 was a same-day step on 25 September 2026 with no release of its own. Everything it added shipped in 1.8.0.

Deprecation policy

How we retire a tool, an argument or a field without breaking the agents that depend on it.

  • We give at least 90 days of notice before we remove a tool, a tool argument or an output field.
  • We announce every deprecation on this page and in the text your agent reads: the server instructions it gets when it connects, or the tool or argument description.
  • A deprecated name keeps working until its removal date and behaves exactly like its replacement.
  • New tools, new optional arguments and new output fields can ship at any time. They never break an existing call.
  • The REST API carries its major version in the path (/api/v1). Removing or renaming an endpoint or field in v1 gets the same 90-day notice, announced here.

Deprecated today

  • Deprecated
    aiapplyd_search_jobs
    Use instead
    aiapplyd_get_matches
    Deprecated in
    1.8.0
    Removed no earlier than

    Call aiapplyd_get_matches with query, location and remote_only. The results are the same.

  • Deprecated
    aiapplyd_auto_apply
    Use instead
    aiapplyd_apply
    Deprecated in
    1.8.0
    Removed no earlier than

    Call aiapplyd_apply with job_url. It also takes mode: auto sends the application, review holds it for your approval.

  • Deprecated
    aiapplyd_update_job_preferences.remote_only
    Use instead
    aiapplyd_update_job_preferences.include_remote
    Deprecated in
    1.8.0
    Removed no earlier than

    Pass include_remote instead. If a call sends both, include_remote wins.

Questions about a change? Write tosupport@aiapplyd.com