INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://resumemd.pro/api/mcp
Connect to this endpoint to inspect the live schema for analyze_resume and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.list_resume_templates— All 32 ResumeMD templates with a one-line description of each.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).