QuickBooks MCP Server
by shawnro
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | No | AWS region (aws mode). Default: us-east-2 | us-east-2 |
| QBO_SANDBOX | No | Use QuickBooks sandbox environment. Default: false | false |
| QBO_CLIENT_ID | No | QuickBooks app Client ID (local mode) | |
| MCP_AUTH_SCOPE | No | Optional required JWT scope | |
| QBO_COMPANY_ID | No | Fallback company ID if not in Key Vault secret (azure mode) | |
| MCP_AUTH_ISSUER | No | Required HTTPS JWT issuer for hosted authentication | |
| QBO_SECRET_NAME | No | Secrets Manager secret name (aws mode) or Key Vault secret name (azure mode). Default: prod/qbo | prod/qbo |
| QBO_UPLOAD_ROOTS | No | Optional platform-delimited attachment roots for single-company mode (Windows uses ;). | |
| MCP_AUTH_AUDIENCE | No | Required JWT audience for hosted authentication | |
| MCP_AUTH_DISABLED | No | Explicitly allow anonymous hosted MCP access; cannot be combined with auth/OAuth settings. Default: false | false |
| MCP_AUTH_JWKS_URI | No | HTTPS JWKS endpoint for hosted bearer-token validation | |
| MCP_RESOURCE_NAME | No | Display name in protected-resource metadata. Default: QuickBooks MCP Server | QuickBooks MCP Server |
| QBO_CLIENT_SECRET | No | QuickBooks app Client Secret (local mode) | |
| QBO_INLINE_OUTPUT | No | Return responses inline instead of writing to /tmp files. Default: false | false |
| QBO_PROFILES_FILE | No | Path to multi-company profiles config. Default: ~/.qbo-mcp/profiles.json | ~/.qbo-mcp/profiles.json |
| MCP_SINGLE_REPLICA | No | Must be true for hosted HTTP until distributed token-refresh coordination is available | |
| QBO_DISABLE_CREATE | No | Hide all create_* tools (read-only mode for creates). Default: false | false |
| QBO_DISABLE_DELETE | No | Hide delete_entity tool (prevent deletions). Default: false | false |
| QBO_DISABLE_UPDATE | No | Hide all edit_* tools (prevent modifications). Default: false | false |
| AZURE_KEY_VAULT_URL | No | Key Vault URI, e.g., https://myvault.vault.azure.net (azure mode) | |
| MCP_AUTH_SERVER_URL | No | Optional OAuth authorization-server URL for hosted interactive login proxy | |
| MCP_PUBLIC_BASE_URL | No | Required canonical base URL for hosted HTTP, including any API Gateway stage path | |
| QBO_CREDENTIAL_FILE | No | Custom credential file path. Default: ~/.qbo-mcp/credentials.json | ~/.qbo-mcp/credentials.json |
| QBO_CREDENTIAL_MODE | No | Credential storage: local, aws, or azure. Default: local | local |
| QBO_COMPANY_ID_PARAM | No | SSM parameter path (aws mode). Default: /prod/qbo/company_id | /prod/qbo/company_id |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/shawnro/qbo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server