Laddro DocsLaddro Docs
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

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-mcp

Or run directly with npx:

npx @laddro/career-mcp

Source

github.com/laddro-app/laddro-career-mcp

On this page