MCP Server/Accounting/Tracking Categories

Tracking Categories Tools

5 MCP tools for managing tracking categories through the Accounting API. Same schema across 13 connectors.

Operations

GETaccounting_tracking_categories_all

Retrieve a paginated list of tracking categories with optional filtering and sorting.

GETaccounting_tracking_categories_one

Retrieve a single record by its unique identifier.

POSTaccounting_tracking_categories_create

Create a new record with the provided fields.

PATCHaccounting_tracking_categories_update

Update an existing record by its unique identifier.

DELETEaccounting_tracking_categories_delete

Remove a record by its unique identifier.

Schema fields

Normalized fields available across all 13 connectors. The same schema whether your customer uses Pennylane, Digits, Sage Intacct, or any other provider.

FieldTypeDescription
idstringA unique identifier for the tracking category
parent_idstringThe parent tracking category ID
namestringThe name of the tracking category
codestringThe code of the tracking category
statusstringThe status of the tracking category
row_versionstringRow version for optimistic locking
updated_bystringUser ID who last updated the record
created_bystringUser ID who created the record
updated_atdate-timeLast updated timestamp
created_atdate-timeCreated timestamp

Example usage

Dynamic Mode
MCP
Agent:execute_tool
{ "tool": "accounting_tracking_categories_all", "input": { "limit": 10 } }
Found 10 tracking categories. Returning first page...

Launch accounting integrations in weeks, not months

Get started for free