mcp-hubspot-server
Verified Safeby enzokamal
Overview
Provides a Model Context Protocol (MCP) server for interacting with the HubSpot CRM API, allowing AI agents to manage companies, contacts, leads, engagements, associations, and products.
Installation
npx @shinzolabs/hubspot-mcpEnvironment Variables
- HUBSPOT_ACCESS_TOKEN
- PORT
- TELEMETRY_ENABLED
Security Notes
The server securely handles API requests to HubSpot, using `HUBSPOT_ACCESS_TOKEN` from environment variables. Input parameters for tools are validated using Zod schemas, mitigating common injection risks against the HubSpot API. Error handling is present to prevent exposing raw stack traces. The primary security consideration is the secure management of the `HUBSPOT_ACCESS_TOKEN` in the deployment environment.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.