MCP Server
The MCP server is currently in development and not yet published. This documentation describes the planned functionality. Use the REST API directly in the meantime.
The Laddro Career MCP server will expose all Career API endpoints as Model Context Protocol tools. This will let AI assistants like Claude, Cursor, and other MCP-compatible clients interact with your career data directly.
What You’ll Be Able To Do
- 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
Planned Setup
{
"mcpServers": {
"laddro": {
"command": "npx",
"args": ["-y", "@laddro/career-mcp"],
"env": {
"LADDRO_API_KEY": "YOUR_API_KEY"
}
}
}
}The server will expose 18 tools corresponding to all Career API endpoints. See Tools Reference for the complete list.
Last updated on