Skip to main content
Glama

QuickBooks Online MCP Server

by heyibad
qbo-mcp-server.ts519 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export class QuickbooksMCPServer { private static instance: McpServer | null = null; private constructor() {} public static GetServer(): McpServer { if (QuickbooksMCPServer.instance === null) { QuickbooksMCPServer.instance = new McpServer({ name: "QuickBooks Online MCP Server", version: "1.0.0", capabilities: { tools: {}, }, }); } return QuickbooksMCPServer.instance; } }

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/heyibad/quickbook-mcp-'

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