Quaderno

Quaderno

Quaderno is a tax compliance platform that automates tax calculations, invoicing, and reporting for businesses worldwide.

48VIEWS
2011USERS

Install MCP Server

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

npx @composio/cli add cursor --app quadernonpx @composio/cli add cursor --app quadernonpx @composio/cli add cursor --app quadernonpx @composio/cli add cursor --app quaderno

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

Available Tools

Calculate Tax Rate

Tool to calculate applicable tax rate for given address and transaction type. use when you need tax details before invoicing.

Create Contact

Tool to create a new contact (customer or vendor). use when you need to add a person or company contact in quaderno.

Create Invoice

Tool to create a new invoice. use when you need customer, items, and payment details prepared before invoicing.

Create Product

Tool to create a new product. use after configuring sku, pricing, and tax settings.

Delete Coupon

Tool to permanently delete a coupon. use when you have confirmed the coupon id is correct and need to remove it permanently (cannot be undone).

Delete Expense

Tool to permanently delete an expense by id. use when you have confirmed the expense id is correct and no longer need the expense.

Delete Product

Tool to permanently delete a product by id. use when you have confirmed the product id is correct and no longer need the product.

Delete Tax Id

Tool to permanently delete a registered tax id by id. use when you have confirmed the tax id exists and no longer need the tax id.

Deliver Credit Note

Tool to deliver a credit note to the customer via email. use after confirming the credit note is finalized.

Deliver Invoice

Tool to deliver an invoice to the customer via email. use after confirming the invoice is finalized to send it.

List Contacts

Tool to list contacts, paginated and filterable by name, email, or tax id. use when you need to retrieve subsets of your contacts.

List Coupons

Tool to list all coupons. use when you need to retrieve available coupons sorted by creation date (newest first).

List Evidence

Tool to list all evidence objects. use when you need to retrieve location evidences, optionally filtered by state or document id.

List Expenses

Tool to list all expenses, paginated. use when you need to page through expenses with optional filters. example: listexpenses(limit=50, created before="exp 12345").

List Tax Jurisdictions

Tool to list all tax jurisdictions. use when you need supported jurisdictions for tax calculations.

List Products

Tool to list all products. use when you need a paginated and filterable product catalog.

List Registered Tax Ids

Tool to list all registered tax ids. use when retrieving jurisdictions where your business has registered tax ids. supports optional cursor-based pagination.

List Reporting Requests

Tool to list all reporting requests. use after creating report requests to retrieve their status and download links.

List Sessions

Tool to list all quaderno checkout sessions, paginated and filterable by status. use when you need to retrieve your checkout sessions.

List Tax Codes

Tool to list all supported tax codes. use when you need to retrieve the full set of tax codes for classifying items.

20 actions available