Skip to main content
Glama

HubSpot MCP Server

by SanketSKasar
package.json•1.49 kB
{ "name": "hubspot-mcp-server-complete", "version": "1.0.0", "description": "Complete MCP (Model Context Protocol) server with multi-transport support for HubSpot CRM integration - implements all 21 MCP endpoints with HTTP, Streamable HTTP, and STDIO transports", "main": "src/server.js", "scripts": { "start": "node src/server.js", "test": "jest --detectOpenHandles --forceExit", "lint": "eslint src/ --fix", "prestart": "node -e \"if (!process.env.HUBSPOT_PRIVATE_APP_ACCESS_TOKEN) { console.error('Error: HUBSPOT_PRIVATE_APP_ACCESS_TOKEN is required'); process.exit(1); }\"" }, "keywords": [ "hubspot", "mcp", "model-context-protocol", "json-rpc", "api", "crm", "docker", "enterprise", "multi-transport", "http", "sse", "stdio", "session-management", "rate-limiting", "multi-arch" ], "author": "SanketSKasar <contact@sanketskasar.dev>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/SanketSKasar/HubSpot-MCP-Server.git" }, "bugs": { "url": "https://github.com/SanketSKasar/HubSpot-MCP-Server/issues" }, "homepage": "https://github.com/SanketSKasar/HubSpot-MCP-Server#readme", "dependencies": { "dotenv": "^16.3.1", "yargs": "^17.7.2", "uuid": "^9.0.1", "ws": "^8.14.2" }, "devDependencies": { "jest": "^29.7.0", "supertest": "^6.3.3", "eslint": "^8.56.0" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SanketSKasar/HubSpot-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server