saply-mcp (v0.1.0)

Saply MCP server

https://mcp.saply.ai/mcp

Installation Guide

Choose your preferred MCP client

Install in Claude Code

Run this command in your terminal:

claude mcp add --transport http "saply-mcp" https://mcp.saply.ai/mcp

Install in Cursor

Click the button below to add this MCP server to Cursor:

Open in Cursor

Or add manually: Settings → MCP → Add server

Install in VS Code

Click the button below to add this MCP server to VS Code:

Open in VS Code

Or add manually: Settings → MCP → Add server

Install in VS Code Insiders

Click the button below to add this MCP server to VS Code Insiders:

Open in VS Code Insiders

Or add manually: Settings → MCP → Add server

Connect with ChatGPT

  1. Enable Developer Mode: Settings → Connectors → Advanced → Developer mode
  2. Import this MCP server: Go to Connectors tab and add: https://mcp.saply.ai/mcp
  3. Use in conversations: Choose the MCP server from the Plus menu

Primitives

Tools (7)

saply_list_templates

Returns the templates available to the authenticated Saply account.

saply_get_cv_upload

Returns 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_cv

Formats 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_cv

Formats a CV into a selected Saply template and tailors it to a vacancy using a cv_upload_id.

saply_match_candidate

Analyzes how well a candidate matches a vacancy using a cv_upload_id and vacancy description.

saply_anonymize_cv

Formats a CV into a selected Saply template and anonymizes it using a cv_upload_id.

saply_translate_cv

Formats a CV into a selected Saply template and translates it using a cv_upload_id.