instantly-mcp
Version:
Streamlined MCP server for Instantly v2 API with bulletproof campaign creation, HTML paragraph formatting, and complete pagination
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "instantly-mcp",
"version": "1.0.5",
"description": "Streamlined MCP server for Instantly v2 API with bulletproof campaign creation, HTML paragraph formatting, and complete pagination",
"keywords": [
"mcp",
"instantly",
"api",
"email",
"automation"
],
"license": "MIT",
"author": "bcharleson",
"repository": {
"type": "git",
"url": "git+https://github.com/bcharleson/Instantly-MCP.git"
},
"bugs": {
"url": "https://github.com/bcharleson/Instantly-MCP/issues"
},
"homepage": "https://github.com/bcharleson/Instantly-MCP#readme",
"type": "module",
"bin": {
"instantly-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"test:endpoints": "npm run build && tsx test-mcp-endpoints.ts",
"test:quick": "tsx test-mcp-endpoints.ts",
"validate": "tsx validate-tools.ts",
"test:all": "tsx test-all-tools.ts",
"audit": "tsx check-tools.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.7.0",
"typescript": "^5.3.0"
}
}