{
  "name": "hubspot-mcp-server",
  "version": "0.2.17",
  "description": "A powerful Model Context Protocol (MCP) server implementation for seamless HubSpot CRM integration, enabling AI assistants to interact with your HubSpot data",
  "main": "dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsx --watch src/index.ts",
    "stdio": "node dist/index.js"
  },
  "keywords": [
    "mcp",
    "hubspot",
    "crm",
    "model-context-protocol",
    "ai-assistant",
    "hubspot-api",
    "hubspot-integration",
    "crm-integration",
    "typescript",
    "contact-management",
    "company-management",
    "engagement-tracking",
    "ai-tools"
  ],
  "author": "lakhvinder singh",
  "license": "MIT",
  "dependencies": {
    "@hubspot/api-client": "^12.0.1",
    "@modelcontextprotocol/sdk": "^1.8.0",
    "dotenv": "^16.4.7",
    "mcp-proxy-auth": "^1.0.1",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "tsx": "^4.7.0",
    "typescript": "^5.3.3"
  }
}
