Skip to main content
Glama
ortizl20

qbo-mcp

by ortizl20

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INTUIT_ENVYesIntuit environment (e.g., sandbox or production).
QBO_DRY_RUNYesSet to '1' for dry-run mode, preventing any live submissions.
INTUIT_CLIENT_IDYesYour Intuit client ID. A placeholder value selects the fixture mode.
INTUIT_REDIRECT_URIYesOAuth redirect URI, e.g., http://localhost:8000/callback
INTUIT_CLIENT_SECRETYesYour 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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