# Resume Optimizer Pro

Resume Optimizer Pro is resume building and optimization software that enhances job applications through comprehensive analysis features. The system evaluates resumes against job descriptions to iden…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add resumeoptimizerpro/resume-optimizer-pro

# Browse available tools
npx -y @smithery/cli@latest tool list resumeoptimizerpro/resume-optimizer-pro

# Get full schema for a tool
npx -y @smithery/cli@latest tool get resumeoptimizerpro/resume-optimizer-pro match_resume

# Call a tool
npx -y @smithery/cli@latest tool call resumeoptimizerpro/resume-optimizer-pro match_resume '{}'
```

## Direct MCP Connection

Endpoint: `https://resume-optimizer-pro--resumeoptimizerpro.run.tools`

**Required config:**
- `ApiKey` (header) — Your API key for authentication.

## Tools (3)

- `match_resume` — Evaluate how well a resume matches a job posting. Returns a matching score, strong matches, partial matches, skill gaps…
- `optimize_resume` — Optimize a resume for ATS compatibility, or fully optimize it for a specific job posting. Returns the optimized resume …
- `parse_resume` — Parse a resume into structured JSON data including contact information, work history, education, skills, certifications…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get resumeoptimizerpro/resume-optimizer-pro <tool-name>
```
