{"_id":"@aot-tech/hubspot-mcp-server","_rev":"2-c97b8b5010fc36ec538bb34d6199d029","name":"@aot-tech/hubspot-mcp-server","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aot-tech/hubspot-mcp-server","version":"1.0.0","keywords":["mcp","hubspot","typescript"],"author":{"name":"AOT Tech"},"license":"MIT","_id":"@aot-tech/hubspot-mcp-server@1.0.0","maintainers":[{"name":"gopu-aot","email":"gopu.k@aot-technologies.com"},{"name":"syama.sundara","email":"syama.sundara@aot-technologies.com"},{"name":"hasgar-aot","email":"hasgar.d@aot-technologies.com"}],"bin":{"hubspot-mcp-server":"build/index.js"},"dist":{"shasum":"507fc94088d17a4c911325b1892a9ae66a71e3b6","tarball":"https://registry.npmjs.org/@aot-tech/hubspot-mcp-server/-/hubspot-mcp-server-1.0.0.tgz","fileCount":78,"integrity":"sha512-WLmoXwc1S1iM57d9ejNJpU3u9X1HQMz7OMefffVf3tdQEu0ZNTfEqCBgNkwVNNqSUFtZFJBPFj3aLrTmyBDgDw==","signatures":[{"sig":"MEUCIQD5j0XOC3nYF4OxdqkkxaY0i617nJw6/mN5Rf6lBfDI7AIgU1Ck+vgaUGUMdMWmkHFYvbFWGbKhJR4ahKpB+rdcvPQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":424446},"main":"build/index.js","types":"./build/index.d.ts","engines":{"npm":">=8.0.0","node":"18.x"},"gitHead":"283621ad882396215788d0a3e70b541bc591dabc","scripts":{"dev":"cross-env PORT=3002 IS_LOCAL=true NODE_ENV=development TZ='UTC' nodemon","test":"node --test test/*.test.js","build":"tsc","start":"node build/index.js","prepublishOnly":"npm run build"},"_npmUser":{"name":"syama.sundara","email":"syama.sundara@aot-technologies.com"},"_npmVersion":"11.4.2","description":"HubSpot MCP Server","directories":{},"_nodeVersion":"20.18.3","dependencies":{"zod":"^3.24.2","cors":"^2.8.5","axios":"^1.8.4","luxon":"^3.7.2","dotenv":"^16.5.0","express":"^4.18.2","cross-env":"^7.0.3","@types/cors":"^2.8.19","@modelcontextprotocol/sdk":"^1.11.0"},"_hasShrinkwrap":false,"devDependencies":{"shx":"^0.4.0","tsx":"^4.7.0","nodemon":"^3.1.0","typescript":"^5.3.3","@types/node":"^18.19.0","@types/luxon":"^3.7.1","@types/express":"^4.17.21"},"_npmOperationalInternal":{"tmp":"tmp/hubspot-mcp-server_1.0.0_1763978048632_0.8104847367180834","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2025-11-24T09:54:08.571Z","modified":"2026-03-23T06:53:03.811Z","1.0.0":"2025-11-24T09:54:08.834Z"},"author":{"name":"AOT Tech"},"license":"MIT","keywords":["mcp","hubspot","typescript"],"description":"HubSpot MCP Server","maintainers":[{"email":"syama.sundara@aot-technologies.com","name":"syama.sundara"},{"email":"hasgar.d@aot-technologies.com","name":"hasgar-aot"}],"readme":"# HubSpot MCP Server\r\n\r\nA Model Context Protocol (MCP) server for integrating with HubSpot CRM to manage deals, companies, and email campaigns.\r\n\r\n## Features\r\n\r\n- **Deals Management**: Query and analyze deal data\r\n- **Companies Management**: Access company information and engagement data\r\n- **Email Campaigns**: Track email campaign performance and metrics\r\n- **OAuth Authentication**: Secure authentication using CLIENT_ID and CLIENT_SECRET\r\n\r\n## Installation\r\n\r\n```bash\r\nnpm install\r\n```\r\n\r\n## Development\r\n\r\n```bash\r\nnpm run dev\r\n```\r\n\r\n## Build\r\n\r\n```bash\r\nnpm run build\r\n```\r\n\r\n## Environment Variables\r\n\r\nCreate a `.env` file with the following variables:\r\n\r\n```env\r\nHUBSPOT_CLIENT_ID=your_client_id\r\nHUBSPOT_CLIENT_SECRET=your_client_secret\r\nHUBSPOT_REDIRECT_URI=your_redirect_uri\r\nHUBSPOT_SCOPE=your_required_scopes\r\n```\r\n\r\n## Usage\r\n\r\nThe server provides tools for:\r\n\r\n1. **Top Deals Analysis**: Get the top three deals won in 2025 with AOT contacts\r\n2. **Deal Ownership**: Find deals owned by specific users in Closed Won stage\r\n3. **Company Engagement**: Identify high-potential prospects with email engagement\r\n4. **Campaign Metrics**: Track email campaign open rates month by month\r\n\r\n## API Endpoints\r\n\r\n- `/deals` - Deal management operations\r\n- `/companies` - Company data and engagement tracking\r\n- `/email-campaigns` - Email campaign performance metrics","readmeFilename":"README.md"}