{
  "name": "Oktop",
  "description": "Free, browser-based CV / resume builder with real-time ATS scoring, an AI assistant, 7 designer templates, PDF import/export, and full Arabic & English (RTL) support. Local-first: user CV data stays in the browser.",
  "url": "https://oktop.io",
  "version": "2.0.0",
  "provider": {
    "organization": "Oktop",
    "url": "https://oktop.io"
  },
  "documentationUrl": "https://oktop.io/AGENTS.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/html", "text/plain"],
  "supportedInterfaces": [
    {
      "url": "https://oktop.io/mcp",
      "transport": "http",
      "protocol": "MCP/2025-06-18",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    },
    {
      "url": "https://oktop.io",
      "transport": "http",
      "protocol": "web",
      "protocolBinding": "HTTP",
      "protocolVersion": "1.1"
    }
  ],
  "preferredTransport": "MCP",
  "skills": [
    {
      "id": "build-cv",
      "name": "Build a CV",
      "description": "Build a CV by opening the free builder for a user at https://oktop.io/en or https://oktop.io/ar — no signup required.",
      "tags": ["cv", "resume", "ats"],
      "annotations": { "readOnlyHint": true }
    },
    {
      "id": "author-cv-json",
      "name": "Author a CV JSON file",
      "description": "Author a Oktop-compatible CV JSON file the user can load into the builder. Schema documented at https://oktop.io/llms-full.txt and https://oktop.io/.well-known/agent-skills/index.json.",
      "tags": ["cv", "json", "authoring"],
      "annotations": { "readOnlyHint": true }
    },
    {
      "id": "score-cv",
      "name": "ATS-score a CV",
      "description": "Score a CV by calling the score_cv MCP tool at https://oktop.io/mcp with a CV in Oktop JSON format — returns a 0-100 ATS score, category breakdown, and prioritized fixes.",
      "tags": ["cv", "ats", "scoring"],
      "annotations": { "readOnlyHint": true }
    }
  ]
}
