← lebenslaufheld.de

INDIVIDUAL MCP TOOL

vorlagen_liste

List all available CV template designs with preview image URLs.

lebenslaufheld.denone authenticationAvailability not checked

LIVE ENDPOINT

https://lebenslaufheld.de/mcp

No auth detected

Connect to this endpoint to inspect the live schema for vorlagen_liste and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

lebenslaufheld.de

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lebenslaufheld]
url = "https://lebenslaufheld.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lebenslaufheld": {
      "type": "http",
      "url": "https://lebenslaufheld.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lebenslaufheld
Remote MCP URL: https://lebenslaufheld.de/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lebenslaufheld": {
      "url": "https://lebenslaufheld.de/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lebenslaufheld": {
      "type": "http",
      "url": "https://lebenslaufheld.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lebenslaufheld",
  "transport": "streamable-http",
  "url": "https://lebenslaufheld.de/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lebenslauf_erstellen — Create a German CV as a real PDF in a professional design.
  • ats_check — Deterministic ATS readability check for a resume PDF, no AI involved.
  • vollstaendigkeits_check — Rule based completeness check for German CV data, no AI involved.
  • beruf_beispiel — Get a real example CV walkthrough for a specific profession.