cvmarkdown
11 CV templates × 2 locales (es/en) plus four prompts (review, > tailor to JD, start from scratch, improve bullet) for any MCP client.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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.
What data it sees
Do you need an account
No: the server works without sign-in
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.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| 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. |