resume-mcp

bhishman-desai/resume-mcp

3.1

If you are the rightful owner of resume-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol (MCP) server that hosts and manages resume data in PostgreSQL with features like version control, validation, and safety.

Tools

Functions exposed to the LLM to take actions

get_resume

Returns the current resume JSON. No authentication required.

update_resume

Replace the entire resume. Requires { resume, apiKey }.

patch_resume

Merge partial resume data with existing resume. Requires { partialResume, apiKey }.

list_versions

List all snapshot filenames. No authentication required.

restore_version

Restore resume from a snapshot. Requires { filename, apiKey }.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources