Laddro Career (verified)
Resume tailoring, cover letter generation, Resume as PDF export, and job search tools for AI agents. Powered by the Laddro Career API.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add laddro/career
# Browse available tools
npx -y smithery tool list laddro/career
# Get full schema for a tool
npx -y smithery tool get laddro/career laddro.templates.list
# Call a tool
npx -y smithery tool call laddro/career laddro.templates.list '{}'Direct MCP Connection
Endpoint: https://laddro.run.tools
Optional config:
x-api-key(header) — Your Laddro Career API key from console.laddro.com
Tools (18)
laddro.templates.list— List all available resume templates with ATS scores and layout typesladdro.templates.get— Get full details for a template including color schemes, fonts, and preview imagesladdro.fonts.list— List all available font families for resume and cover letter renderingladdro.languages.list— List all 14 supported languages and locales for resume contentladdro.models.list— List all supported AI providers and models for Bring Your Own Key (BYOK)laddro.resumes.list— List the authenticated user's resumes with pagination supportladdro.resumes.get— Get metadata and content for a specific resume by its IDladdro.resumes.render— Render a resume as PDF with specific template and styling settings. Costs 1 API credit.laddro.resumes.tailor— AI-tailor a resume for a specific job posting. Rewrites content to match the job description and returns a PDF. Provide…laddro.resumes.export— Export a resume as a downloadable PDF file with optional template and styling settings. Costs 1 API credit.laddro.coverLetters.list— List the authenticated user's cover letters with pagination supportladdro.coverLetters.get— Get metadata and content for a specific cover letter by its IDladdro.coverLetters.create— Create a new cover letter manually with provided contact details and letter contentladdro.coverLetters.generate— AI-generate a personalized cover letter based on a resume and job description. Returns a PDF.laddro.coverLetters.render— Render a saved cover letter as PDF with template and styling settings. Costs 1 API credit.laddro.settings.get— Get the current AI provider and model configuration for the authenticated userladdro.settings.updateModel— Configure the AI provider and model for BYOK (Bring Your Own Key). Saves an encrypted API key for the chosen provider.laddro.settings.deleteModel— Remove the saved AI provider configuration, reverting to Laddro's default AI model
# Get full input/output schema for a tool
npx -y smithery tool get laddro/career