This is a combined MCP server that provides access to all QuickBooks Time API functionality through a single interface. It combines the functionality
Qb Time MCP server exists for a simple reason — assistants are far more useful when they can act on Qb Time directly instead of describing what you should do. This is a combined MCP server that provides access to all QuickBooks Time API functionality through a single interface. It combines the functionality of four separate servers:.
Once Qb Time is connected, these are the calls the assistant has available:
get_jobcodes — Get jobcodes with advanced filtering optionsids — (array of numbers, optional) Comma separated list of jobcode IDsname — (string, optional) Filter by jobcode name, supports wildcard (*) matching from string startactive — (string, optional) Filter by status: "yes", "no", "both" (default: "yes")type — (string, optional) Filter by type: "regular", "pto", "paid_break", "unpaid_break", "all" (default: "regular")parent_ids — (array of numbers, optional) Filter by parent jobcode IDs. Special values: 0 (top-level only), -1 (all levels)customfields — (boolean, optional) Include custom fields in responsemodified_before — (string, optional) Filter by modification date (ISO 8601 format)modified_since — (string, optional) Filter by modification date (ISO 8601 format)page — (number) Page number for paginationlimit — (number) Results per page (max 200)get_jobcode — Get a specific jobcode by IDYou will need one environment variable: QB_TIME_ACCESS_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Qb Time's toolset — get_jobcodes, ids, name and 11 more — is a fair guide to whether it matches your workflow. It is maintained by aallsbury; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_jobcodes | Get jobcodes with advanced filtering options |
| ids | (array of numbers, optional) Comma separated list of jobcode IDs |
| name | (string, optional) Filter by jobcode name, supports wildcard (*) matching from string start |
| active | (string, optional) Filter by status: "yes", "no", "both" (default: "yes") |
| type | (string, optional) Filter by type: "regular", "pto", "paid_break", "unpaid_break", "all" (default: "regular") |
| parent_ids | (array of numbers, optional) Filter by parent jobcode IDs. Special values: 0 (top-level only), -1 (all levels) |
| customfields | (boolean, optional) Include custom fields in response |
| modified_before | (string, optional) Filter by modification date (ISO 8601 format) |
| modified_since | (string, optional) Filter by modification date (ISO 8601 format) |
| page | (number) Page number for pagination |
| limit | (number) Results per page (max 200) |
| get_jobcode | Get a specific jobcode by ID |
| get_jobcode_hierarchy | Get complete jobcode hierarchy structure |
| Parameters | - parent_ids: (array of numbers, optional) Filter by parent IDs. Values: 0 (top-level), -1 (all), or specific IDs |
| Variable | Description | Required |
|---|---|---|
| QB_TIME_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.