# AI Applyd

ATS resume scoring, interview prep, resume optimization, and job analysis. 10 tools for job seekers. Free tier available. Built by Ava Bagherzadeh.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add firstexhotic/ai-applyd

# Browse available tools
npx -y @smithery/cli@latest tool list firstexhotic/ai-applyd

# Get full schema for a tool
npx -y @smithery/cli@latest tool get firstexhotic/ai-applyd score_resume

# Call a tool
npx -y @smithery/cli@latest tool call firstexhotic/ai-applyd score_resume '{}'
```

## Direct MCP Connection

Endpoint: `https://ai-applyd--firstexhotic.run.tools`

**Optional config:**
- `apiKey` (query) — Personal API key from aiapplyd.com/settings/api. Optional - leave blank to use OAuth.

## Tools (10)

- `score_resume` — Score a resume against a job description for ATS compatibility. Returns keyword match score, missing keywords, section …
- `analyze_job_description` — Analyze a job description to extract required skills, nice-to-haves, red flags, and estimated seniority level. Free -- …
- `score_resume_ai` — AI-powered ATS scoring with detailed section-by-section feedback, gap analysis, requirement mapping, and keyword strate…
- `optimize_resume` — AI-powered resume optimization. Analyzes your resume against a job description and provides section-by-section improvem…
- `generate_interview_questions` — AI-powered interview preparation. Generates company insights, STAR scenarios, likely questions with approach guidance, …
- `translate_resume` — Translate a resume into a target language using AI. Creates a translated copy saved to your account. Requires authentic…
- `search_jobs` — Search for job matches based on title, location, and remote preference. Returns AI-curated job listings with match scor…
- `generate_cover_letter` — AI-powered cover letter generation tailored to a specific job. Provide your resume, the job description, and company na…
- `auto_apply` — Automatically apply to a job using AI. Tailors your resume, generates a cover letter, and submits the application. Prov…
- `build_pdf` — Generate a professional PDF resume from text. Choose from modern, classic, or minimal templates. The PDF is saved to yo…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get firstexhotic/ai-applyd <tool-name>
```

## Resources

- `https://aiapplyd.com/resources/ats-best-practices` — Canonical guide to passing Applicant Tracking Systems in 2026. Covers keyword matching, formatting rules, section order…
- `https://aiapplyd.com/resources/interview-frameworks` — Reference frameworks for structuring interview answers: STAR, CARL, SOAR, and PAR.
- `https://aiapplyd.com/resources/resume-section-order` — Recommended section order by career stage (new grad, mid-career, executive) for ATS and human readability.

## Prompts (3)

- `review_my_resume` (resume_text, job_description) — Review a resume against a job description and suggest ATS-optimized improvements.
- `prepare_for_interview` (job_title, company_name) — Generate tailored interview prep materials for a specific role and company.
- `find_jobs_like_this` (job_title, location) — Search for jobs matching a target role and return top matches with match scores.
