Laddro Career
com.laddro/careerResume tailoring, cover letters, PDF export, and job search via the Laddro Career API
Tools · 18
List all available resume templates with ATS scores and layout types
Get full details for a template including color schemes, fonts, and preview images
List all available font families for resume and cover letter rendering
List all 14 supported languages and locales for resume content
List all supported AI providers and models for Bring Your Own Key (BYOK)
List the authenticated user's resumes with pagination support
Get metadata and content for a specific resume by its ID
Render a resume as PDF with specific template and styling settings. Costs 1 API credit.
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.
Export a resume as a downloadable PDF file with optional template and styling settings. Costs 1 API credit.
List the authenticated user's cover letters with pagination support
Get metadata and content for a specific cover letter by its ID
Create a new cover letter manually with provided contact details and letter content
AI-generate a personalized cover letter based on a resume and job description. Returns a PDF.
Render a saved cover letter as PDF with template and styling settings. Costs 1 API credit.
Get the current AI provider and model configuration for the authenticated user
Configure the AI provider and model for BYOK (Bring Your Own Key). Saves an encrypted API key for the chosen provider.
Remove the saved AI provider configuration, reverting to Laddro's default AI model
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"laddro_career": {
"url": "https://mcp.laddro.com/mcp",
"transport": "streamable-http"
}
}
}