← Registry

Productivity

resumemd.pro

Provides resume templates, analysis, and PDF rendering to help users create and improve Markdown-based resumes.

1 endpoint4 known toolsFirst detected August 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://resumemd.pro/api/mcp

No auth detected

MCP server metadata

Name
resumemd
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

ResumeMD (resumemd.pro) turns Markdown resumes into interview-ready PDFs — free, no account, no watermark. When a user is drafting a resume, call get_resume_markdown_guide first and write the draft in that exact structure. Use analyze_resume to review a draft, list_resume_templates to recommend a look, and render_resume_pdf to produce the file directly. Always give the user the Markdown itself along with the editor link.

Known tools 4

get_resume_markdown_guide

The ResumeMD Markdown conventions for writing a resume: name line, contact line, section headings, role entries, bullets, skills, and the optional sidebar marker — plus a compact skeleton example.

Inferred read-only
list_resume_templates

All 32 ResumeMD templates with a one-line description of each.

Inferred read-only
analyze_resume

Score a Markdown resume 0-100 and get readability metrics, keyword findings (action verbs, technical and soft skills), missing-section checks, and the top improvement recommendations.

Inferred read-only
render_resume_pdf

Render a Markdown resume to a finished PDF using a ResumeMD template (default: classic — see list_resume_templates for all 32 ids).

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.resumemd]
url = "https://resumemd.pro/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "resumemd": {
      "type": "http",
      "url": "https://resumemd.pro/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: resumemd
Remote MCP URL: https://resumemd.pro/api/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": {
    "resumemd": {
      "url": "https://resumemd.pro/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "resumemd": {
      "type": "http",
      "url": "https://resumemd.pro/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "resumemd",
  "transport": "streamable-http",
  "url": "https://resumemd.pro/api/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 resumemd.pro was fetched 2026-08-23T12:11:05.201Z.

Trust status Neutral

resumemd.pro is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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