{ "name": "@humantext/mcp-server", "version": "1.0.1", "description": "MCP server for AI text detection and humanization via humantext.pro", "type": "module", "main": "dist/index.js", "bin": { "humantext-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "ai-detector", "ai-humanizer", "humantext", "claude", "cursor", "windsurf", "text-humanizer", "ai-content-detector" ], "author": "humantext.pro", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/humantextpro/mcp-server" }, "homepage": "https://humantext.pro", "engines": { "node": ">=18" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" }, "devDependencies": { "typescript": "^5.7.0", "tsx": "^4.19.0", "@types/node": "^22.0.0" } }