# Laddro Career MCP server

Resume tailoring, cover letters, PDF export, and job search via the Laddro Career API

## Links
- Registry page: https://www.getdrio.com/mcp/com-laddro-career
- Repository: https://github.com/laddro-app/laddro-career-mcp
- Website: https://docs.laddro.com/docs/mcp

## Install
- Command: `npx -y @laddro/career-mcp`
- Endpoint: https://mcp.laddro.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Package: Npm @laddro/career-mcp v0.3.0
- Environment variable: LADDRO_API_KEY (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://mcp.laddro.com/mcp

## Tools
- laddro.templates.list - List all available resume templates with ATS scores and layout types Endpoint: https://mcp.laddro.com/mcp
- laddro.templates.get - Get full details for a template including color schemes, fonts, and preview images Endpoint: https://mcp.laddro.com/mcp
- laddro.fonts.list - List all available font families for resume and cover letter rendering Endpoint: https://mcp.laddro.com/mcp
- laddro.languages.list - List all 14 supported languages and locales for resume content Endpoint: https://mcp.laddro.com/mcp
- laddro.models.list - List all supported AI providers and models for Bring Your Own Key (BYOK) Endpoint: https://mcp.laddro.com/mcp
- laddro.resumes.list - List the authenticated user's resumes with pagination support Endpoint: https://mcp.laddro.com/mcp
- laddro.resumes.get - Get metadata and content for a specific resume by its ID Endpoint: https://mcp.laddro.com/mcp
- laddro.resumes.render - Render a resume as PDF with specific template and styling settings. Costs 1 API credit. Endpoint: https://mcp.laddro.com/mcp
- laddro.resumes.tailor - AI-tailor a resume for a specific job posting. Rewrites content to match the job description and returns a PDF. Provide either jobDescription or jobUrl. Endpoint: https://mcp.laddro.com/mcp
- laddro.resumes.export - Export a resume as a downloadable PDF file with optional template and styling settings. Costs 1 API credit. Endpoint: https://mcp.laddro.com/mcp
- laddro.coverLetters.list - List the authenticated user's cover letters with pagination support Endpoint: https://mcp.laddro.com/mcp
- laddro.coverLetters.get - Get metadata and content for a specific cover letter by its ID Endpoint: https://mcp.laddro.com/mcp
- laddro.coverLetters.create - Create a new cover letter manually with provided contact details and letter content Endpoint: https://mcp.laddro.com/mcp
- laddro.coverLetters.generate - AI-generate a personalized cover letter based on a resume and job description. Returns a PDF. Endpoint: https://mcp.laddro.com/mcp
- laddro.coverLetters.render - Render a saved cover letter as PDF with template and styling settings. Costs 1 API credit. Endpoint: https://mcp.laddro.com/mcp
- laddro.settings.get - Get the current AI provider and model configuration for the authenticated user Endpoint: https://mcp.laddro.com/mcp
- laddro.settings.updateModel - Configure the AI provider and model for BYOK (Bring Your Own Key). Saves an encrypted API key for the chosen provider. Endpoint: https://mcp.laddro.com/mcp
- laddro.settings.deleteModel - Remove the saved AI provider configuration, reverting to Laddro's default AI model Endpoint: https://mcp.laddro.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.laddro
- Version: 0.3.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 12, 2026
- Source: https://registry.modelcontextprotocol.io
