Back to Home
mcuellar icon

tuneit-mcp

Verified Safe

by mcuellar

Overview

Automate resume tailoring and job description formatting using AI-powered tools.

Installation

Run Command
python server.py

Environment Variables

  • OPENAI_API_KEY
  • OUTPUT_DIR

Security Notes

The server loads OpenAI API key from environment variables, preventing hardcoded secrets. Filename sanitization is implemented to mitigate directory traversal risks for saved files. The output directories are fixed relative to `OUTPUT_DIR`. The `save_tailored_resume_as_pdf` function uses `pypandoc`, which relies on an external `pandoc` executable. While `pypandoc` is designed for safe usage, any external process invocation introduces a dependency on the security of that external tool and the system environment, though the arguments passed are static and content is AI-generated, reducing direct injection risk. No 'eval' or direct shell command execution from user input is observed.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-08

Tags

AIResume TailoringJob ApplicationMarkdown FormattingFile Management