io.github.wyre-technology
qbo-mcp
QuickBooks Online
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/qbo-mcp:v1.2.0
Transportstdio
Environment Variables
QBO_CLIENT_ID(str)
Required
QuickBooks Online OAuth2 client ID from the Intuit developer app
QBO_CLIENT_SECRET(str)
RequiredSecret
QuickBooks Online OAuth2 client secret
QBO_REFRESH_TOKEN(str)
RequiredSecret
OAuth2 refresh token for the connected QuickBooks company
QBO_REALM_ID(str)
Required
QuickBooks Online company (realm) ID
QBO_ENVIRONMENT(str)
Default:
productionQuickBooks API environment: 'sandbox' or 'production'
MCP_TRANSPORT(str)
Default:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error