{
  "name": "write.cv",
  "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://write.cv",
  "version": "2.0.0",
  "provider": {
    "organization": "write.cv",
    "url": "https://altaheri.me"
  },
  "documentationUrl": "https://write.cv/AGENTS.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/html", "text/plain"],
  "supportedInterfaces": [
    {
      "url": "https://write.cv/mcp",
      "transport": "http",
      "protocol": "MCP/2025-06-18",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18"
    },
    {
      "url": "https://write.cv",
      "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://write.cv/en or https://write.cv/ar — no signup required.",
      "tags": ["cv", "resume", "ats"],
      "annotations": { "readOnlyHint": true }
    },
    {
      "id": "author-cv-json",
      "name": "Author a CV JSON file",
      "description": "Author a write.cv-compatible CV JSON file the user can load into the builder. Schema documented at https://write.cv/llms-full.txt and https://write.cv/.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://write.cv/mcp with a CV in write.cv JSON format — returns a 0-100 ATS score, category breakdown, and prioritized fixes.",
      "tags": ["cv", "ats", "scoring"],
      "annotations": { "readOnlyHint": true }
    }
  ]
}
