← zovo.one

INDIVIDUAL MCP TOOL

cover_letter_create

Call this tool to write a one-page cover letter .

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/career

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

zovo.one

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.mcp-resume]
url = "https://mcp.zovo.one/mcp/career"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-resume": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/career"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-resume
Remote MCP URL: https://mcp.zovo.one/mcp/career

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": {
    "mcp-resume": {
      "url": "https://mcp.zovo.one/mcp/career"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-resume": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/career"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-resume",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/career"
}
MCP Inspector

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

Related tools

  • profile_set — Store the profile every resume and cover letter is built from: contact details, summary, skills, roles with bullets, education, certifications and languages.
  • profile_get — Return the stored CV profile exactly as resume_create, cover_letter_create and tailor_to_job will use it, plus the variant read and every stored variant name.
  • resume_create — Call this tool to write the stored profile to a Word .
  • resume_to_markdown — Return the stored profile as markdown text inline, ready to paste into a form or an ATS box.
  • resume_to_html — Call this tool to write the resume as semantic HTML with a print stylesheet and return where it went; print it to PDF from a browser, because there is no doc_to_pdf here.
  • resume_read — Call this tool to read an existing .
  • tailor_to_job — READ-ONLY gap analysis against a posting: writes nothing, changes nothing.
  • license_status — Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.