{ "name": "canusign-mcp-server", "version": "1.2.0", "mcpName": "io.github.devin-lemcke/canusign-mcp-server", "description": "MCP server for CanUSign: create PDF contracts, send signing links and check signature status from Claude and other MCP clients", "keywords": [ "canusign", "claude", "contracts", "e-signature", "mcp" ], "homepage": "https://canusign.com/en/docs/api", "license": "MIT", "author": "Devin Lemcke Capital UG (haftungsbeschränkt)", "repository": { "type": "git", "url": "git+https://github.com/devin-lemcke/canusign-mcp-server.git" }, "bin": { "canusign-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0" }, "devDependencies": { "@types/node": "^20.19.43", "typescript": "^7.0.2" } }