Laddro Career
Tailor resumes to job postings, generate cover letters, and export PDFs through AI agents
@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-mcp
Set the environment variable LADDRO_API_KEY before running.
Available tools
| Tool | Description |
|---|---|
list_templates | Browse all 22 resume templates |
get_template | Get template colors and fonts |
list_fonts | All available font families |
list_languages | All 14 supported locales |
list_models | AI providers for BYOK |
list_resumes | User's resumes |
get_resume | Resume metadata |
render_resume | Re-render with new template settings |
tailor_resume | AI-tailor resume for a job |
export_resume | Export as PDF |
list_cover_letters | User's cover letters |
get_cover_letter | Cover letter metadata |
create_cover_letter | Create manually |
generate_cover_letter | AI-generate from resume + job |
render_cover_letter | Render with template settings |
get_settings | Current AI provider config |
update_ai_model | Set BYOK provider |
delete_ai_model | Remove BYOK config |
Environment variables
| Variable | Required | Description |
|---|---|---|
LADDRO_API_KEY | Yes | Your Laddro API key |
LADDRO_BASE_URL | No | Override API URL (default: https://api.laddro.com) |
Links
License
MIT
Related Servers
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
Mente
Connect your AI assistant to your personal knowledge base. Search, save links, create notes and to-dos. AI processes everything automatically.
MCP Useful Assistant
A powerful MCP-based assistant with tools for file operations, web intelligence, system monitoring, data processing, and code analysis.
Google Docs
A Model Context Protocol (MCP) server for integrating Google Docs with AI clients.
Jotform
An MCP server which brings Jotform to your AI client or LLM
eu-legal-mcp
EU VAT validation, GDPR articles, EUR-Lex regulations, and VAT rates for all 27 EU states. 5 tools, free, no API key.
Trello
Manage and interact with Trello boards, lists, and cards.
Brainstorm
Multi-round AI debates between GPT, DeepSeek, Groq, and Claude — all models argue, critique, and synthesize inside your coding assistant.
Twenty CRM
Interact with the Twenty CRM API through chat-based tools.
Autofill PDF
Autofill PDF is an MCP server that connects your Instafill.ai workspace to the Claude and ChatGPT MCP clients, allowing users to upload, search, and automatically fill PDF forms directly from chat.
go-review-mcp
Code reviewing following the Go style guides directly from official and recommended sources.