Skip to main content
Glama

HubSpot MCP Server

by ajaystream
test-mcp.js466 B
import { spawn } from 'child_process'; const proc = spawn('node', ['dist/index.js'], { stdio: ['pipe', 'pipe', 'inherit'] }); proc.stdout.on('data', (data) => { console.log('⬅️ MCP Response:\n', data.toString()); }); setTimeout(() => { const msg = { type: "listTools", id: "1", schema: "modelcontextprotocol.listToolsRequest", params: {} }; proc.stdin.write(JSON.stringify(msg) + '\n'); }, 100); // wait for server to bind handlers

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/ajaystream/hubspot-mcp-custom'

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