qbo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INTUIT_ENV | Yes | Intuit environment (e.g., sandbox or production). | |
| QBO_DRY_RUN | Yes | Set to '1' for dry-run mode, preventing any live submissions. | |
| INTUIT_CLIENT_ID | Yes | Your Intuit client ID. A placeholder value selects the fixture mode. | |
| INTUIT_REDIRECT_URI | Yes | OAuth redirect URI, e.g., http://localhost:8000/callback | |
| INTUIT_CLIENT_SECRET | Yes | Your Intuit client secret. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| qbo_oauthA | Connect OAuth. With placeholder Intuit app env this completes the recorded Acme fixture sandbox. Live mode returns an authorize URL for your own Intuit app. |
| qbo_read_companyA | Read the connected QuickBooks Online company profile. |
| qbo_list_employeesA | List employees for the connected company (Acme Bookkeeping fixture names on the prove path). |
| qbo_update_employee_salaryA | Update one employee's example annual salary. Confirm-screen defaults ON; pass confirm=true to apply. Never submits payroll. |
| qbo_payroll_statusB | Fetch payroll run status. Door 1 is always dry-run / not submitted. |
| qbo_payroll_previewA | Fetch dry-run payroll preview totals and write screenshot-ready markdown/html. Confirm-screen defaults ON. Never submits payroll. |
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/ortizl20/qbo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server