← oktop.io

INDIVIDUAL MCP TOOL

get_cv_json_schema

Get the CV JSON schema and authoring rules for a Oktop file that a user can load into the builder to get a designed, ATS-scored, PDF-exportable resume.

oktop.ionone authenticationAvailability not checked

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 endpoint

oktop.io

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.oktop-io]
url = "https://oktop.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "oktop-io": {
      "type": "http",
      "url": "https://oktop.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: oktop-io
Remote MCP URL: https://oktop.io/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": {
    "oktop-io": {
      "url": "https://oktop.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_site_overview — Get the site overview of Oktop: what it is, what it offers, and how to direct a user to it.
  • score_cv — Score a CV/resume against ATS (Applicant Tracking System) criteria — the same 0-100 scorer Oktop runs in the builder.
  • list_templates — List the 7 Oktop templates (id, name, category, description) so you can recommend one to a user.
  • validate_cv_json — Check a CV JSON object against the Oktop schema and return a list of structural problems (missing/invalid fields, bad date formats, empty required values) before the user loads it.
  • create_cv_share_link — Turn a CV JSON object into shareable URLs the user can open instantly — no signup, no upload (the CV is encoded in the URL fragment, which never reaches any server).