# CVpop

# CVpop MCP Server

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cvpop/server

# Browse available tools
npx -y @smithery/cli@latest tool list cvpop/server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cvpop/server createCv

# Call a tool
npx -y @smithery/cli@latest tool call cvpop/server createCv '{}'
```

## Direct MCP Connection

Endpoint: `https://server--cvpop.run.tools`

## Tools (5)

- `createCv` — Generates a professional CV (curriculum vitae) based on the user's name, job title, and preferred language. Returns the…
- `getCvImportCode` — Returns the import code for an existing CV. The import code can be used in the CVpop app (iOS, Android, macOS, Web) to …
- `editCvColor` — Updates the theme color of an existing CV. Requires a CV to have been created first with createCv.
- `editCvModel` — Updates the layout template of an existing CV. Randomly selects a design from the chosen category: classic (traditional…
- `editCvFont` — Updates the base font of an existing CV. Requires a CV to have been created first with createCv.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cvpop/server <tool-name>
```

## Resources

- `ui://widget/index.html`
