← Registry

Productivity

cvmarkdown.com

Provides tools for managing CV templates, parsing CVs, and creating print links for CVs in CVMarkdown format.

1 endpoint4 known toolsFirst detected July 26, 2026Last detected September 8, 2026

ENDPOINT 1

https://mcp.cvmarkdown.com/mcp

No auth detected

MCP server metadata

Name
mcp-cvmarkdown
Version
0.1.0
Capabilities
toolspromptsresources
Server instructions

CVMarkdown MCP server. Tools to list / load / parse CV templates and create ephemeral print links. Prompts to review, tailor, draft from scratch and improve bullets. The client LLM runs the prompts with its own model — this server never calls an LLM and never persists CV content beyond 5 minutes.

Known tools 4

list_templates

List the CV templates exposed by CVMarkdown.

Inferred read-only
load_template

Fetch the Markdown body of a CV template.

Inferred read-only
parse_cv

Parse a CV in CVMarkdown format into structured CVData (header + sections + subsections).

Inferred read-only
create_print_link

Stash a CV in CVMarkdown format for printing.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-cvmarkdown]
url = "https://mcp.cvmarkdown.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-cvmarkdown": {
      "type": "http",
      "url": "https://mcp.cvmarkdown.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-cvmarkdown
Remote MCP URL: https://mcp.cvmarkdown.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-cvmarkdown": {
      "url": "https://mcp.cvmarkdown.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-cvmarkdown": {
      "type": "http",
      "url": "https://mcp.cvmarkdown.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-cvmarkdown",
  "transport": "streamable-http",
  "url": "https://mcp.cvmarkdown.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for cvmarkdown.com was fetched 2026-07-31T01:12:34.426Z and is being refreshed.

Trust status Trusted

cvmarkdown.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.