{ "name": "@rephrasy/mcp", "version": "0.1.0", "description": "MCP server for Rephrasy — humanize AI-generated text and check AI-detection scores from Claude, Cursor, or any MCP client.", "license": "MIT", "type": "module", "mcpName": "io.github.rephrasyai/rephrasy-mcp", "bin": { "rephrasy-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "start": "node dist/index.js" }, "engines": { "node": ">=18" }, "keywords": [ "mcp", "model-context-protocol", "rephrasy", "ai-humanizer", "ai-detector", "writing", "paraphrasing" ], "author": "Rephrasy (https://rephrasy.ai)", "repository": { "type": "git", "url": "git+https://github.com/rephrasyai/rephrasy-mcp.git" }, "bugs": { "url": "https://github.com/rephrasyai/rephrasy-mcp/issues" }, "homepage": "https://rephrasy.ai", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "typescript": "^5.5.0", "@types/node": "^20.11.0" } }