Serverscom.laddro/career
C

Laddro Career

com.laddro/career · v0.1.2
▦ npm
v0.1.2npm npm: @laddro/career-mcp🌐 https://mcp.laddro.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.laddro/career",
  "description": "Resume tailoring, cover letters, PDF export, and job search via the Laddro Career API",
  "title": "Laddro Career",
  "repository": {
    "url": "https://github.com/laddro-app/laddro-career-mcp",
    "source": "github"
  },
  "version": "0.1.2",
  "websiteUrl": "https://docs.laddro.com/docs/mcp",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@laddro/career-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Laddro Career API key from console.laddro.com",
          "isRequired": true,
          "isSecret": true,
          "name": "LADDRO_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.laddro.com/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}