MCP Intercom Server

{ "name": "mcp-intercom", "version": "1.0.0", "description": "MCP server for Intercom chat integration", "type": "module", "main": "dist/index.js", "bin": { "mcp-intercom": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc -w", "lint": "eslint src --ext .ts", "test": "jest" }, "keywords": [ "mcp", "intercom", "chat" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "dotenv": "^16.3.1", "node-fetch": "^3.3.2", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.5", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "eslint": "^8.56.0", "typescript": "^5.3.3" } }