package.jsonā¢2.02 kB
{
"name": "brevo-mcp",
"version": "1.0.0",
"description": "Multi-Channel Platform (MCP) for Brevo API integration with Claude",
"main": "dist/index.js",
"type": "module",
"bin": {
"brevo-mcp": "dist/index.js",
"brevo-mcp-smithery": "scripts/start-smithery.js"
},
"scripts": {
"build": "tsc && shx chmod +x dist/index.js",
"start": "node dist/index.js",
"prepare": "npm run build",
"dev": "npm run build && npm start",
"watch": "tsc --watch",
"test": "node scripts/test-mcp.js",
"test:server": "concurrently \"npm run start\" \"sleep 3 && npm run test\"",
"smithery": "node scripts/run-with-smithery.js",
"smithery:install": "./scripts/smithery-install.sh",
"smithery:run": "./scripts/smithery-run.sh",
"smithery:publish": "./scripts/publish-to-smithery.sh",
"deploy:npm": "./scripts/mcp-deploy.sh npm",
"deploy:docker": "./scripts/mcp-deploy.sh docker",
"deploy:all": "./scripts/mcp-deploy.sh all",
"install:local": "./scripts/install-local-mcp.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samihalawa/brevo-mcp.git"
},
"keywords": [
"brevo",
"sendinblue",
"email",
"api",
"claude",
"mcp",
"modelcontextprotocol",
"typescript",
"ai",
"automation",
"email-marketing",
"contact-management",
"smithery"
],
"author": "Antoine Picolet",
"license": "MIT",
"bugs": {
"url": "https://github.com/samihalawa/brevo-mcp/issues"
},
"homepage": "https://github.com/samihalawa/brevo-mcp#readme",
"devDependencies": {
"@types/node": "^18.0.0",
"@types/node-fetch": "^2.6.4",
"concurrently": "9.1.2",
"shx": "^0.3.4",
"typescript": "^5.0.0"
},
"dependencies": {
"@getbrevo/brevo": "^2.2.0",
"@modelcontextprotocol/sdk": "^1.4.1",
"node-fetch": "^3.3.2",
"zod": "^3.22.4"
},
"engines": {
"node": ">=18"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}