Serversio.github.wyre-technology/qbo-mcp
M

QuickBooks Online

io.github.wyre-technology/qbo-mcp · v1.2.1
▦ docker
v1.2.1docker oci: ghcr.io/wyre-technology/qbo-mcp:v1.2.1↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.wyre-technology/qbo-mcp",
  "description": "MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.",
  "title": "QuickBooks Online",
  "repository": {
    "url": "https://github.com/wyre-technology/qbo-mcp",
    "source": "github"
  },
  "version": "1.2.1",
  "websiteUrl": "https://github.com/wyre-technology/qbo-mcp",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/qbo-mcp:v1.2.1",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}