{
  "$schema": "https://modelcontextprotocol.io/schema/mcp-discovery.json",
  "name": "OneKitLabs Ai-Kit",
  "description": "Autonomous document processing and agentic utilities by OneKitLabs.",
  "version": "1.0.0",
  "endpoints": {
    "mcp_rpc": "https://ai-kit.onekitlabs.com/mcp",
    "openapi": "https://doc-studio.onekitlabs.com/api/v1/tools/openapi.json",
    "health": "https://doc-studio.onekitlabs.com/api/v1/tools/health"
  },
  "stdio_package": {
    "command": "python3",
    "download_url": "https://ai-kit.onekitlabs.com/mcp/onekit_mcp.py"
  },
  "tools": [
    {
      "name": "merge_pdf",
      "description": "Merge multiple PDF files into one consolidated document."
    },
    {
      "name": "split_pdf",
      "description": "Extract specific pages or page ranges from a PDF document."
    },
    {
      "name": "compress_image",
      "description": "Compress JPEG, PNG, or WEBP images with lossless/lossy tuning."
    },
    {
      "name": "convert_image",
      "description": "Convert image formats between PNG, JPEG, WEBP, BMP, and TIFF."
    },
    {
      "name": "ocr_text",
      "description": "Extract readable text from images and documents using Tesseract OCR."
    },
    {
      "name": "inspect_document",
      "description": "Inspect document metadata, page counts, dimensions, and structure."
    }
  ]
}
