cvmarkdown
11 CV templates × 2 locales (es/en) plus four prompts (review, > tailor to JD, start from scratch, improve bullet) for any MCP client.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- List Templates: List the CV templates exposed by CVMarkdown. Each entry includes slug, locale, name, description, tags, family (engineering / data-ml / design / management / business / education) and
- Load Template: Fetch the Markdown body of a CV template. Returns the raw .md content plus its metadata and a sourceUrl pointing to cvmarkdown.com for attribution. Use list_templates first to discover
- Parse Cv: Parse a CV in CVMarkdown format into structured CVData (header + sections + subsections). Pure, deterministic — no network. Max 25 KB of markdown.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
11 CV templates × 2 locales (es/en) plus four prompts (review, > tailor to JD, start from scratch, improve bullet) for any MCP client. > The server never calls an LLM — your client model runs the prompt.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| list_templates | List the CV templates exposed by CVMarkdown. Each entry includes slug, locale, name, description, tags, family (engineering / data-ml / design / management / business / education) and level (junior / mid / lead). Filter by locale to halve the response. |
| load_template | Fetch the Markdown body of a CV template. Returns the raw .md content plus its metadata and a sourceUrl pointing to cvmarkdown.com for attribution. Use list_templates first to discover valid slugs. |
| parse_cv | Parse a CV in CVMarkdown format into structured CVData (header + sections + subsections). Pure, deterministic — no network. Max 25 KB of markdown. |
| create_print_link | Stash a CV in CVMarkdown format for printing. Returns a short URL on cvmarkdown.com that, when opened in the user's browser, renders the CV and triggers the print dialog. Links expire in 5 minutes. Rate limited to 30 per hour per IP. Max 25 KB of markdown. |