Back to search
100
MCP live v0.3.0 streamable-http

Laddro Career

com.laddro/career

Resume tailoring, cover letters, PDF export, and job search via the Laddro Career API

Uptime
20.0%
15 probes
Response
85ms
last probe
Tools
18
callable

Tools · 18

laddro.templates.list

List all available resume templates with ATS scores and layout types

laddro.templates.get

Get full details for a template including color schemes, fonts, and preview images

laddro.fonts.list

List all available font families for resume and cover letter rendering

laddro.languages.list

List all 14 supported languages and locales for resume content

laddro.models.list

List all supported AI providers and models for Bring Your Own Key (BYOK)

laddro.resumes.list

List the authenticated user's resumes with pagination support

laddro.resumes.get

Get metadata and content for a specific resume by its ID

laddro.resumes.render

Render a resume as PDF with specific template and styling settings. Costs 1 API credit.

laddro.resumes.tailor

AI-tailor a resume for a specific job posting. Rewrites content to match the job description and returns a PDF. Provide either jobDescription or jobUrl.

laddro.resumes.export

Export a resume as a downloadable PDF file with optional template and styling settings. Costs 1 API credit.

laddro.coverLetters.list

List the authenticated user's cover letters with pagination support

laddro.coverLetters.get

Get metadata and content for a specific cover letter by its ID

laddro.coverLetters.create

Create a new cover letter manually with provided contact details and letter content

laddro.coverLetters.generate

AI-generate a personalized cover letter based on a resume and job description. Returns a PDF.

laddro.coverLetters.render

Render a saved cover letter as PDF with template and styling settings. Costs 1 API credit.

laddro.settings.get

Get the current AI provider and model configuration for the authenticated user

laddro.settings.updateModel

Configure the AI provider and model for BYOK (Bring Your Own Key). Saves an encrypted API key for the chosen provider.

laddro.settings.deleteModel

Remove the saved AI provider configuration, reverting to Laddro's default AI model

Similar MCP servers embedding-nearest

io.github.Deesmo/arch-tools-mcp live
116 AI tools in one MCP server. Web search, crypto data, image gen, news.
64 tools · sse
100Hires live
Official MCP server for 100Hires ATS: candidates, jobs, applications, interviews, messages.
131 tools · streamable-http
Kamy live
Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.
11 tools · streamable-http
ai.filegraph/document-processing live
Extract text from documents, manipulate PDFs, and perform OCR via FileGraph API.
9 tools · streamable-http
io.github.klevercv/mcp-server
Generate tailored resumes via AI agents using KlevrCV. Returns a signed PDF download URL.
0 tools
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "laddro_career": {
      "url": "https://mcp.laddro.com/mcp",
      "transport": "streamable-http"
    }
  }
}