← Back to Plugins
MCP Server MCP

QuickBooks Online

github By github 👁 1 views ▲ 0 votes

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/qbo-mcp:v1.6.4

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/qbo-mcp:v1.6.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "QuickBooks Online OAuth2 client ID from the Intuit developer app",
          "isRequired": true,
          "format": "string",
          "name": "QBO_CLIENT_ID"
        },
        {
          "description": "QuickBooks Online OAuth2 client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "QBO_CLIENT_SECRET"
        },
        {
          "description": "OAuth2 refresh token for the connected QuickBooks company",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "QBO_REFRESH_TOKEN"
        },
        {
          "description": "QuickBooks Online company (realm) ID",
          "isRequired": true,
          "format": "string",
          "name": "QBO_REALM_ID"
        },
        {
          "description": "QuickBooks API environment: 'sandbox' or 'production'",
          "format": "string",
          "default": "production",
          "name": "QBO_ENVIRONMENT"
        },
        {
          "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...