CompleteMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CompleteMCPtailor my resume to this JD: https://example.com/job123"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CompleteMCP — Self-Contained Resume MCP Server
A fully self-contained MCP server for tailoring resumes to job descriptions. Unlike a bare server, this bundle ships everything that drives output quality so results reproduce on any machine:
The MCP server (scrape JD → tailor → validate → build DOCX)
The full tailoring rules (
rules.md, served byget_tailoring_rules)The candidate base resume (
base_resume.json)The resume/JD skills (
skills/, served bylist_skills/get_skill)Seed memory summaries (
memory/) and golden examples (examples/)
Requires Node.js 20+.
Setup
cd CompleteMCP
npm ci # or: npm install
cp .env.example .env # then edit .env and add your Firecrawl API keyA Firecrawl API key (https://firecrawl.dev) is only needed for scraping JDs by URL. You can also paste JD text directly via the text parameter with no key.
Related MCP server: IAM MCP Server
Register with Cursor
Add to ~/.cursor/mcp.json (or a project-level .cursor/mcp.json):
{
"mcpServers": {
"resumemaker": {
"command": "node",
"args": ["/Users/sriman/Desktop/Code/CompleteMCP/index.js"]
}
}
}Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"resumemaker": {
"command": "node",
"args": ["/Users/sriman/Desktop/Code/CompleteMCP/index.js"]
}
}
}Codex CLI
codex mcp add resumemaker -- node /Users/sriman/Desktop/Code/CompleteMCP/index.jsTools (11)
Tool | Input | Output |
|
| JD content, slug, filter result, output paths |
|
| Base resume + per-job bullet counts |
|
| Replace the base resume (new source of truth) |
|
| The full ruleset from |
|
| Bundled skills + short descriptions |
|
| Full |
|
| Save JSON to |
|
| Identity / fabrication / hedging / bullet-count check |
|
| Build the DOCX |
|
| List saved JDs |
|
| List tailored JSONs + DOCXs |
Agent workflow
get_tailoring_rules() → read the rules
get_base_resume() → read base + bullet counts
list_skills() / get_skill() → load technique (esp. resume-tailor-fabricator)
get_jd({url|text|file_path}) → scrape/load + filter the JD
[tailor the resume JSON] → the AI step
save_tailored_resume({...}) → write to data/
validate_resume({json_path}) → must PASS
build_docx({json_path}) → generate DOCXLayout
CompleteMCP/
index.js MCP stdio server (11 tools)
rules.md Full tailoring rules (served by get_tailoring_rules)
base_resume.json Candidate base resume (source of truth)
AGENTS.md Agent startup instructions
lib/ scraper.js, validator.js, builder.js, docx-helpers.js
skills/ Bundled resume/JD skills (each a SKILL.md)
memory/ Seed summaries of past tailorings
examples/ Golden JD + tailored-JSON pairs
jds/ data/ resumes/ Generated output (gitignored, auto-created)All data stays local. data/, jds/, and resumes/ are gitignored so every clone starts with empty output folders.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srimankatipally/CompleteMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server