{
  "name": "parseflow-mcp-server",
  "version": "1.8.1",
  "mcpName": "io.github.libres-coder/parseflow",
  "description": "AI-powered document parsing with 23 tools: PDF (watermark, merge, split), Word, Excel, PowerPoint, OCR, semantic search, and batch processing",
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "pdf",
    "document-parsing",
    "word",
    "excel",
    "powerpoint",
    "ocr",
    "semantic-search",
    "batch-processing",
    "ai",
    "llm"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "parseflow": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Libres-coder/ParseFlow.git"
  },
  "homepage": "https://github.com/Libres-coder/ParseFlow",
  "bugs": {
    "url": "https://github.com/Libres-coder/ParseFlow/issues"
  },
  "author": "Libres-coder",
  "license": "MIT",
  "scripts": {
    "dev": "tsx watch src/index.ts",
    "build": "tsc -p tsconfig.json",
    "clean": "rm -rf dist",
    "test": "jest"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "parseflow-core": "workspace:*",
    "dotenv": "^16.3.1",
    "winston": "^3.11.0",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/node": "^20.10.6",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  }
}
