MCP Server
MCP Server
MCP Server
The Laddro Career MCP server exposes all Career API endpoints as Model Context Protocol tools. AI assistants like Claude, Cursor, and other MCP-compatible clients can interact with your career data directly.
What It Does
- Parse resumes from files in conversation
- Tailor resumes for job descriptions through AI chat
- Generate cover letters via natural language
- Export documents to PDF
- Manage AI model settings
Prerequisites
- Node.js 18+
- A Laddro API key from console.laddro.com
Quick Setup
{
"mcpServers": {
"laddro": {
"command": "npx",
"args": ["-y", "@laddro/career-mcp"],
"env": {
"LADDRO_API_KEY": "YOUR_API_KEY"
}
}
}
}The server exposes 18 tools corresponding to all Career API endpoints. See Tools Reference for the complete list.
Install
npm install -g @laddro/career-mcpOr run directly with npx:
npx @laddro/career-mcp