Laddro Career
@laddro-app
About Laddro Career
MCP server for the Laddro Career API. Tailor resumes to job postings, generate cover letters, export PDFs, and browse 22 resume templates. Supports BYOK with 10 AI providers including OpenAI, Anthropic, Gemini, DeepSeek, and Groq.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"laddro-career": {
"command": "npx",
"args": [
"-y",
"@laddro/career-mcp"
],
"env": {
"LADDRO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}Tools
18List all available resume templates with ATS scores and layout types
Get full details for a template including color schemes and fonts
List all available font families for resume rendering
List all 14 supported languages/locales
List all supported AI providers and models for BYOK
List the user's resumes
Get metadata for a specific resume
Render a resume with specific template settings and get a PDF. Costs 1 credit.
Tailor a resume for a specific job posting. Returns a PDF. Provide either jobDescription or jobUrl.
Export a resume as PDF with optional template settings. Costs 1 credit.
List the user's cover letters
Get metadata for a specific cover letter
Create a cover letter manually with provided content
AI-generate a cover letter based on resume and job description. Returns PDF.
Render a saved cover letter with template settings. Costs 1 credit.
Get current AI provider settings
Set AI provider and model for BYOK. Saves encrypted API key.
Remove saved AI provider config, reverting to Laddro defaults
Overview
What is Laddro Career?
Laddro Career is an MCP server that gives AI agents access to the Laddro Career API for resume tailoring, cover letter generation, PDF export, and template browsing.
How to use Laddro Career?
Install via npx and configure with a LADDRO_API_KEY environment variable in your Claude Desktop config, or add as a tool via Claude Code. A hosted Streamable HTTP endpoint is also available at https://mcp.laddro.com/mcp with API key sent in the Authorization header.
Key features of Laddro Career
- Browse all 22 resume templates
- AI-tailor resumes for specific jobs
- Generate cover letters from resumes and job details
- Export resumes as PDF
- Configure bring-your-own-key AI providers
Use cases of Laddro Career
- Tailoring an existing resume to match a job description
- Generating a professional cover letter from a resume and job posting
- Exporting a finalized resume as a PDF file
- Changing the template or font styling on a resume
- Managing multiple resumes and cover letters programmatically
FAQ from Laddro Career
How do I get an API key?
You need a Laddro API key (laddro_live_...). Set it as the environment variable LADDRO_API_KEY.
Can I use a hosted version instead of running locally?
Yes, use the remote Streamable HTTP endpoint at https://mcp.laddro.com/mcp and pass your API key via Authorization: Bearer or x-api-key header.
What languages and fonts are supported?
There are 14 supported locales and all available font families can be listed via the laddro.fonts.list tool.
Can I bring my own AI model?
Yes, you can set and remove a custom AI provider configuration using the settings tools (laddro.settings.updateModel).
What format are exported resumes in?
Exported resumes are generated as PDF files via the laddro.resumes.export tool.
More AI & Agents MCP servers
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Comments