Server data from the Official MCP Registry
Resume tailoring, cover letters, PDF export, and job search via the Laddro Career API
Resume tailoring, cover letters, PDF export, and job search via the Laddro Career API
Remote endpoints: streamable-http: https://mcp.laddro.com/mcp
This MCP server for the Laddro Career API is well-structured with appropriate authentication and reasonable permissions for its developer-tools category purpose. The server requires API key authentication via environment variables and delegates operations to an official SDK. Minor code quality issues around input validation and error handling do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
6 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: LADDRO_API_KEY
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
MCP server for the Laddro Career API. Gives AI agents access to resume tailoring, cover letter generation, PDF export, and template browsing.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"laddro-career": {
"command": "npx",
"args": ["@laddro/career-mcp"],
"env": {
"LADDRO_API_KEY": "laddro_live_..."
}
}
}
}
claude mcp add laddro-career -- npx @laddro/career-mcp
Set the environment variable LADDRO_API_KEY before running.
| 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 |
| Variable | Required | Description |
|---|---|---|
LADDRO_API_KEY | Yes | Your Laddro API key |
LADDRO_BASE_URL | No | Override API URL (default: https://api.laddro.com) |
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.