{ "name": "@veranoapp/linkonda-mcp", "version": "0.1.3", "mcpName": "com.linkonda/mcp", "description": "MCP server for Linkonda \u2014 create and manage short links and QR-ready URLs without per-visitor tracking.", "keywords": [ "mcp", "modelcontextprotocol", "url-shortener", "short-links", "linkonda", "privacy" ], "homepage": "https://linkonda.com/solutions/url-shortener-api", "license": "MIT", "type": "module", "bin": { "linkonda-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "prepack": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.20.1", "typescript": "~5.9.3" }, "repository": { "type": "git", "url": "https://github.com/Verano-DE/linkonda-mcp.git" } }