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
get-quickbooks-bill.handler.ts•243 B
import { getEntityHandler } from "../helpers/handler-factory.js";
import { ENTITY_CONFIGS } from "../helpers/entity-configs.js";
/**
* Get bill in QuickBooks Online
*/
export const getQuickbooksBill = getEntityHandler(ENTITY_CONFIGS.bill);