inboxassure-mcp-server
Version:
Comprehensive MCP server for InboxAssure email marketing platform with full API coverage including campaigns, replies, and email account management.
36 lines (35 loc) • 904 B
JSON
{
"name": "inboxassure-mcpx-dev",
"version": "1.0.2",
"description": "MCP connector for Bison Hello API",
"main": "index.js",
"bin": {
"inboxassure-mcpx-dev": "./bin.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin.js"
},
"keywords": ["mcp", "claude", "bison", "inboxassure", "api", "connector", "anthropic"],
"author": "InboxAssure",
"contributors": [
"aminewarh <ewarhou@gmail.com>"
],
"license": "ISC",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/inboxassure/mcpx-dev"
},
"bugs": {
"url": "https://github.com/inboxassure/mcpx-dev/issues"
},
"homepage": "https://github.com/inboxassure/mcpx-dev#readme",
"dependencies": {
"node-fetch": "^3.3.0",
"yargs": "^17.7.2"
}
}