startCommand:
type: stdio
configSchema:
# JSON Schema defining the configuration options for the MCP.
type: object
required:
- HUBSPOT_ACCESS_TOKEN
- SHARED_CONTACT_ID
properties:
HUBSPOT_ACCESS_TOKEN:
type: string
description: HubSpot API access token
SHARED_CONTACT_ID:
type: string
description: Shared Contact ID for HubSpot
commandFunction:
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
|-
(config) => ({
command: 'node',
args: ['build/index.js'],
env: {
HUBSPOT_ACCESS_TOKEN: config.HUBSPOT_ACCESS_TOKEN,
SHARED_CONTACT_ID: config.SHARED_CONTACT_ID
}
})
exampleConfig:
HUBSPOT_ACCESS_TOKEN: "your_access_token_here"
SHARED_CONTACT_ID: "your_contact_id_here"
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/KaranThink41/hubspot_private_app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server