laddro-career-mcp
OfficialThis server gives AI agents access to the Laddro Career API for resume and cover letter management, AI-powered tailoring, PDF generation, and AI provider configuration.
Resume Management
List/Get resumes – Browse and retrieve resumes with metadata and content
Render/Export resume – Generate a PDF with customizable template, font, color, spacing, and layout (costs 1 API credit)
Tailor resume – AI-rewrite a resume to match a specific job posting (via job description text or URL); optionally include a matching cover letter in a ZIP
Cover Letter Management
List/Get cover letters – Browse and retrieve cover letters
Create cover letter – Manually create one with contact details and HTML body content
Generate cover letter – AI-generate a personalized cover letter from a resume and job description/URL, returned as a PDF
Render cover letter – Render a saved cover letter as a PDF with custom styling (costs 1 API credit)
Template & Font Browsing
List templates – Browse 22 resume templates with ATS scores and layout types
Get template details – View color schemes, fonts, and preview images
List fonts – See all available font families
List languages – View 14 supported locales for content localization
AI Provider Configuration (BYOK)
List AI models – View supported providers (OpenAI, Anthropic, Google, DeepSeek) and their models
Get/Update/Delete AI settings – Configure or remove a Bring Your Own Key provider with an encrypted API key, or revert to Laddro's default model
@laddro/career-mcp
MCP server for the Laddro Career API. Gives AI agents access to resume tailoring, cover letter generation, PDF export, and template browsing.
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"laddro-career": {
"command": "npx",
"args": ["@laddro/career-mcp"],
"env": {
"LADDRO_API_KEY": "laddro_live_..."
}
}
}
}Claude Code
claude mcp add laddro-career -- npx @laddro/career-mcpSet the environment variable LADDRO_API_KEY before running.
Remote HTTP
Use the hosted Streamable HTTP endpoint:
https://mcp.laddro.com/mcpSend your Laddro API key on the MCP initialize request:
Authorization: Bearer laddro_live_...or:
x-api-key: laddro_live_...Available tools
Tool | Description |
| Browse all 22 resume templates |
| Get template colors and fonts |
| All available font families |
| All 14 supported locales |
| AI providers for BYOK |
| User's resumes |
| Resume metadata |
| Re-render with new template settings |
| AI-tailor resume for a job |
| Export as PDF |
| User's cover letters |
| Cover letter metadata |
| Create manually |
| AI-generate from resume + job |
| Render with template settings |
| Current AI provider config |
| Set BYOK provider |
| Remove BYOK config |
Environment variables
Variable | Required | Description |
| Yes for stdio; optional fallback for HTTP | Your Laddro API key |
| No | Override API URL (default: |
Development
npm ci
npm testnpm test builds the TypeScript package and runs MCP contract tests for auth handling, tool metadata, and handler routing.
Releases
This package uses Changesets and SemVer.
Patch: bug fixes, docs, tests, internal hardening.
Minor: new backwards-compatible MCP tools or capabilities.
Major: breaking tool names, schemas, auth, or transport behavior.
Every PR that changes the published package should include a changeset:
npm run changesetAfter the PR merges to main, GitHub Actions opens a release PR with the version bump and changelog. Merging that release PR publishes the package to npm and creates the GitHub release. The Cloud Run deploy workflow also runs on main, so hosted MCP updates automatically after release merges.
Links
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laddro-app/laddro-career-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server