Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ResumeMD

REMOTE · RESUMEMD.PRO · SCANNED AUG 6

Turn a Markdown resume draft into an interview-ready PDF. 32 templates, no account, nothing stored.

Available components

66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 464 tokens (~116/item across 4 items; 4 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · resumemd.pro

# add to Claude Code
claude mcp add --transport http pro-resumemd-resumemd https://resumemd.pro/api/mcp
# ~/.codex/config.toml
[mcp_servers.pro-resumemd-resumemd]
url = "https://resumemd.pro/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pro-resumemd-resumemd": {
      "type": "remote",
      "url": "https://resumemd.pro/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pro-resumemd-resumemd --url https://resumemd.pro/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  pro-resumemd-resumemd:
    url: "https://resumemd.pro/api/mcp"
// mcp.json
{
  "mcpServers": {
    "pro-resumemd-resumemd": {
      "type": "http",
      "url": "https://resumemd.pro/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 6 Aug 26 66

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 6 Aug 2026 · Probed https://resumemd.pro/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=resumemd.pro CN=YR1,O=Let's Encrypt,C=US 27 Jun 2026 25 Sept 2026 RSA 2048 SHA256-RSA 556caccd955bde1f74055afc1fc8ca36ad7
SANs: resumemd.pro
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of resumemd.pro. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
pro. present 42154 8 Verified
resumemd.pro. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://resumemd.pro/api/mcp Verified 200
http (plaintext) http://resumemd.pro/api/mcp HTTPS enforced 308 https://resumemd.pro/api/mcp
MCP tools · 4 exposed · ~373 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
analyze_resume ~98

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. Runs ResumeMD's free analytics engine on the server — pure computation, no AI call, and the resume is never stored. Use it to review a draft before handing it to the user, then apply the recommendations.

NameTypeReqDescription
markdownstringyesThe full resume as Markdown text.

No output schema declared.

No examples provided.

get_resume_markdown_guide ~85

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. Call this BEFORE drafting a resume for a user and follow the structure exactly, so the finished draft pastes straight into resumemd.pro/editor for a free PDF with no account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_resume_templates ~71

All 32 ResumeMD templates with a one-line description of each. The same Markdown renders in every template, so use this to recommend a look for the user (for example: tech for engineers, executive for leadership roles, academic for research CVs). Template ids are also valid input to render_resume_pdf.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

render_resume_pdf ~119

Render a Markdown resume to a finished PDF using a ResumeMD template (default: classic — see list_resume_templates for all 32 ids). Returns JSON with a base64-encoded PDF and a suggested filename; decode the base64 to give the user the file. The PDF is generated in memory and never stored. For interactive editing, template switching, and color choices, send the user to resumemd.pro/editor instead.

NameTypeReqDescription
markdownstringyesThe full resume as Markdown text.
templatestringTemplate id (default: classic).

No output schema declared.

No examples provided.