MCP servers

Avalara AvaTax MCP server

Overview

Provides access to the Avalara AvaTax API for tax calculation, transaction management, nexus handling, and compliance data.

MCP client setup

Cursor

Install MCP Server

Add the Avalara AvaTax MCP server to your IDE

Add to Cursor

Or manually add to your MCP settings:

{
  "mcpServers": {
    "avalara-avatax": {
      "type": "http",
      "url": "https://mcp.avalara.com/avatax"
    }
  }
}
View Cursor MCP server documentation Link

Tools

NameDescriptionSample prompt
calculate_taxCreates a tax transaction and calculates tax based on provided data, including addresses, line items, and transaction details.
Calculate tax for a $100 sale to a customer in California with shipping address 123 Main St, Los Angeles, CA 90210.
get_transactionRetrieves details of a specific transaction by transaction code and company code.
Get transaction details for transaction code {transaction_code} for company {company_code}.
get_transactionsRetrieves a list of transactions for a specific company, using filters to search.
Show me all transactions for company {company_code} from last month.
get_nexus_definitionsRetrieves nexus definitions so you can determine tax obligations across jurisdictions.
What are the nexus requirements for sales tax in Texas?
get_nexusRetrieves company-specific nexus information and related tax registration details.
Show me all tax registrations for my company.
create_nexusCreates nexus records to establish tax obligations in jurisdictions.
Register company {company_code} for state-level sales tax in New York.
get_companiesRetrieves company information, with filters to narrow results to specific companies.
Show me details for all companies in my AvaTax account.
get_tax_code_definitionsRetrieves tax code definitions for available tax categories and rates.
What tax codes are available for software products?
validate_addressValidates and resolves addresses to ensure accurate tax jurisdiction determination.
Validate this address: 123 Main Street, Anytown, CA 90210.