MCP server for the Laddro Career API. Tailor resumes to job postings, generate cover letters, export PDFs, and browse 22 resume templates. Supports BYOK with 10 AI providers including OpenAI, Anthropic, Gemini, DeepSeek, and Groq.
服务器配置
{
"mcpServers": {
"laddro-career": {
"command": "npx",
"args": [
"-y",
"@laddro/career-mcp"
],
"env": {
"LADDRO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}