{ "name": "@theyahia/unisender-mcp", "version": "1.1.0", "description": "MCP server for UniSender — email campaigns, newsletters (Russia)", "type": "module", "main": "dist/index.js", "bin": { "unisender-mcp": "dist/index.js" }, "files": [ "dist", "smithery.yaml", "skills" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.19.15", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^4.1.2" }, "publishConfig": { "access": "public" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "modelcontextprotocol", "claude", "ai", "llm", "anthropic", "cursor", "ai-tools", "ai-agent", "russian-api", "unisender", "email", "mailing", "newsletter", "email-marketing", "smtp", "campaign", "templates", "api", "typescript", "marketing" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theYahia/unisender-mcp.git" }, "homepage": "https://github.com/theYahia/unisender-mcp#readme", "author": "theYahia (https://github.com/theYahia)", "mcpName": "io.github.theYahia/unisender-mcp" }