{ "name": "clypt-mcp", "version": "1.3.0", "mcpName": "io.github.Bonsai-Tech-LLC/clypt", "description": "MCP Server for Clypt — AI-Powered Link Intelligence. Shorten links, view analytics, manage tags and folders, run A/B tests, and generate AI artistic QR codes from any AI assistant.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "clypt-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "test:integration": "tsx tests/integration.test.ts", "test:all": "vitest run && tsx tests/integration.test.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "clypt", "link-shortener", "url-shortener", "analytics", "ai", "claude", "chatgpt", "cursor", "ab-testing", "qr-code", "ai-art" ], "author": "Bonsai Tech LLC ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Bonsai-Tech-LLC/clypt-mcp.git" }, "homepage": "https://clypt.io", "bugs": { "url": "https://github.com/Bonsai-Tech-LLC/clypt-mcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.0.0", "typescript": "^5.7.0", "vitest": "^3.0.0" }, "files": [ "dist", "README.md", "LICENSE" ] }