# ResumeMD (remote · resumemd.pro)

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

- Trust score: 66/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-06

## Components

- remote · `resumemd.pro`: 66/100 (this document), [markdown](https://verifymcp.io/servers/pro-resumemd-resumemd/api-mcp.md), [page](https://verifymcp.io/servers/pro-resumemd-resumemd/api-mcp)

## Channel facts

- Endpoint: `https://resumemd.pro/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-06.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 464 tokens (~116/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**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

### Claude

```bash
claude mcp add --transport http pro-resumemd-resumemd https://resumemd.pro/api/mcp
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add pro-resumemd-resumemd --url https://resumemd.pro/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  pro-resumemd-resumemd:
    url: "https://resumemd.pro/api/mcp"
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 66)

First indexed and scored.

## MCP tools (4)

### `get_resume_markdown_guide` (~85 tokens)

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. 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.

### `list_resume_templates` (~71 tokens)

List Resume Templates

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.

### `analyze_resume` (~98 tokens)

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. 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.

Input parameters:

- `markdown` (string, required): The full resume as Markdown text.

### `render_resume_pdf` (~119 tokens)

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). 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.

Input parameters:

- `markdown` (string, required): The full resume as Markdown text.
- `template` (string): Template id (default: classic).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/pro-resumemd-resumemd/api-mcp#diagnostics

## Score history

- 2026-08-06: 66

## Links

- Remote endpoint: https://resumemd.pro/api/mcp
- Website: https://resumemd.pro/mcp
- Changelog RSS feed: https://verifymcp.io/servers/pro-resumemd-resumemd/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/pro-resumemd-resumemd/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/pro-resumemd-resumemd/api-mcp
