Choose your preferred MCP client
Run this command in your terminal:
claude mcp add --transport http "saply-mcp" https://mcp.saply.ai/mcp
Click the button below to add this MCP server to Cursor:
Open in CursorOr add manually: Settings → MCP → Add server
Click the button below to add this MCP server to VS Code:
Open in VS CodeOr add manually: Settings → MCP → Add server
Click the button below to add this MCP server to VS Code Insiders:
Open in VS Code InsidersOr add manually: Settings → MCP → Add server
saply_list_templatesReturns the templates available to the authenticated Saply account.
saply_get_cv_uploadReturns the CV upload endpoint and constraints. Upload the file as multipart/form-data using the 'file' field, then call saply_format_cv with the returned upload_id.
saply_format_cvFormats a CV into a selected Saply template using a cv_upload_id. Obtain upload details from saply_get_cv_upload, upload the file, then pass the returned upload_id here.
saply_tailor_cvFormats a CV into a selected Saply template and tailors it to a vacancy using a cv_upload_id.
saply_match_candidateAnalyzes how well a candidate matches a vacancy using a cv_upload_id and vacancy description.
saply_anonymize_cvFormats a CV into a selected Saply template and anonymizes it using a cv_upload_id.
saply_translate_cvFormats a CV into a selected Saply template and translates it using a cv_upload_id.