{
  "name": "FileZone",
  "description": "Free, 100% client-side file converter. Converts images, PDFs, video, spreadsheets, and archives directly in the browser via WebAssembly. No upload, no server, no tracking.",
  "url": "https://filezone.app",
  "provider": {
    "organization": "FileZone",
    "url": "https://filezone.app"
  },
  "version": "0.1.0",
  "documentationUrl": "https://filezone.app/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["application/octet-stream", "text/plain"],
  "defaultOutputModes": ["application/octet-stream", "application/json"],
  "skills": [
    {
      "id": "convert-file",
      "name": "Convert File",
      "description": "Convert a file to another format (PNG, WebP, AVIF, JPEG, MP3, GIF, CSV, JSON, ZIP, text) entirely in the browser via WebAssembly. Available via the WebMCP API on the /en page.",
      "tags": ["file", "convert", "image", "pdf", "video", "spreadsheet", "archive"],
      "examples": [
        "Convert a PDF to PNG images",
        "Convert an Excel file to CSV",
        "Convert an image to WebP",
        "Extract a ZIP archive"
      ],
      "inputModes": ["application/octet-stream"],
      "outputModes": ["application/octet-stream"]
    },
    {
      "id": "get-file-info",
      "name": "Get File Info",
      "description": "Detect the MIME type, extension, confidence score, and available conversion targets for a file.",
      "tags": ["file", "detect", "mime", "format", "info"],
      "examples": ["What format is this file?", "What can I convert this PDF to?"],
      "inputModes": ["application/octet-stream"],
      "outputModes": ["application/json"]
    },
    {
      "id": "list-supported-formats",
      "name": "List Supported Formats",
      "description": "List all supported input/output conversion pairs available on FileZone.",
      "tags": ["formats", "conversions", "supported"],
      "examples": ["What file formats does FileZone support?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ],
  "authentication": {
    "schemes": ["None"]
  }
}
