winston-ai-mcp
Version:
Model Context Protocol (MCP) Server for Winston AI - the most accurate AI Detector. Detect AI-generated content, plagiarism, and compare texts with ease.
75 lines (74 loc) • 2.05 kB
JSON
{
"name": "winston-ai-mcp",
"version": "1.0.14",
"description": "Model Context Protocol (MCP) Server for Winston AI - the most accurate AI Detector. Detect AI-generated content, plagiarism, and compare texts with ease.",
"author": "Winston AI",
"license": "MIT",
"homepage": "https://github.com/gowinston-ai/winston-ai-mcp-server",
"repository": {
"type": "git",
"url": "git+https://github.com/gowinston-ai/winston-ai-mcp-server.git"
},
"main": "dist/index.js",
"bin": {
"winston-ai-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc && chmod 755 dist/index.js",
"lint": "eslint --ext .js,.ts .",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"prepublishOnly": "npm run build",
"start": "node dist/index.js",
"mcp-start": "tsc && chmod 755 dist/index.js && node dist/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --watchAll=false"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"mcp",
"mcp-server",
"ai-mcp-server",
"model-context-protocol",
"ai-detection",
"ai-detector",
"plagiarism-checker",
"plagiarism-detection",
"text-comparison",
"ai-image-detection",
"winston-ai"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.30.0",
"axios": "^1.19.0",
"dotenv": "^17.4.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.12",
"@typescript-eslint/eslint-plugin": "^8.57.1",
"@typescript-eslint/parser": "^8.57.1",
"eslint": "^10.0.3",
"globals": "^16.3.0",
"jest": "^30.3.0",
"prettier": "^3.8.1",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.57.1"
},
"engines": {
"node": ">=18.0.0"
},
"directories": {
"test": "tests"
},
"bugs": {
"url": "https://github.com/gowinston-ai/winston-ai-mcp-server/issues"
}
}