Taxjar

Taxjar

Template description for Taxjar

3VIEWS
2197USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app taxjarnpx @composio/cli add cursor --app taxjarnpx @composio/cli add cursor --app taxjarnpx @composio/cli add cursor --app taxjar

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Calculate Sales Tax For An Order

Tool to calculate sales tax for an order. use when you need an accurate tax calculation including nexus addresses, line items, shipping, and exemptions.

Create Order Transaction

Tool to create a new order transaction. use after preparing transaction details.

Create Refund Transaction

Tool to create a new refund transaction. use after confirming refund details.

Delete Customer

Tool to delete an existing customer. use when you need to remove a previously created customer by its id. example: "delete customer cust 12345".

Delete Order Transaction

Tool to delete an existing order transaction. use when you need to remove a previously created order transaction by its id. example: "delete transaction abc123".

Delete Refund Transaction

Tool to delete an existing refund transaction. use when you need to remove a previously created refund transaction by its id. example: "delete refund 243345".

List Customers

Tool to list existing customers. use when you need to retrieve customer records after they are created.

List Nexus Regions

Tool to list existing nexus regions for an account. use after authenticating your account to discover where you have nexus for sales tax purposes.

List Order Transactions

Tool to list existing order transactions. use when you need to retrieve created orders for reporting or analysis.

List Refund Transactions

Tool to list refund transactions. use when you need to retrieve refunds created through the taxjar api.

List Tax Categories

Tool to list all product tax categories and their codes. use when you need to discover available tax categories before assigning them to products.

Show Customer

Tool to show an existing customer. use when you need to retrieve details of a specific customer via taxjar api.

Show Order Transaction

Tool to show an existing order transaction by id. use when you need to retrieve full details of a specific order transaction after creation or listing.

Show Refund Transaction

Tool to show a refund transaction. use when you need to retrieve details of an existing refund transaction via taxjar api.

Show Tax Rates For A Location

Tool to show sales tax rates for a location. use when you need to retrieve sales tax rates for a specific zip code with optional address details (city, state, country, street).

Summarize Tax Rates For All Regions

Tool to retrieve minimum and average sales tax rates by region. use when you need a backup of regional tax summary rates.

Update Order Transaction

Tool to update an existing order transaction. use when adjusting order details such as amount, shipping, or line items after creation.

Validate Vat Number

Tool to validate a vat number for tax-exempt status. use when you need to confirm a vat number's validity and existence before applying tax exemptions.

18 actions available