streamable-httpupdated 1mo ago
This is a non-community repo, created and maintained by Avalara
What can you do with Avalara AvaTax?
Avalara
This is a non-community repo, created and maintained by Avalara
Avalara MCP Servers
MCP (Model Context Protocol) servers connect AI applications with Avalara's tax compliance systems in a standardized way. MCP servers allow partners and developers to integrate AI-driven tax workflows, automate cross-border compliance, and access Avalara's regularly updated tax content.
Avalara-supported MCP servers include AvaTax, Returns, E-Invoicing and Live Reporting, Tax Registrations and Business Licenses and Exemption Certificate Management, Cross Border Trade, and Tax Content. More services will be added over time.
What you can do:
- Query real-time tax rates and calculations
- Access compliance monitoring and regulatory updates
- Manage exemption certificates, business licenses, and returns
- Retrieve documentation and guidance
Getting Started with Avalara MCP Servers
Learn how to set up and connect to Avalara Model Context Protocol (MCP) servers for AI-powered tax compliance integration.
Prerequisites
To connect to Avalara MCP servers, you need to have:
- Avalara subscription: You must have an active Avalara account
- An AI client: Programmatic clients built using FastMCP or any other MCP-compatible library.
- A modern web browser: Required for the OAuth 2.1 authorization flow.
How to connect:
Step 1: Set up the MCP client Follow the steps provided on the individual MCP server pages.
Step 2: Authorize access
- When prompted, your MCP client redirects you to Avalara's secure sign in page
- Sign in with your Avalara credentials
- Review the permissions requested by the client for access to specific MCP server capabilities
- Grant consent to complete the OAuth flow
Available MCP Servers
| Server | Description | Install |
|---|---|---|
| Avalara AvaTax MCP server |
Provides access to the Avalara AvaTax API for tax calculation, transaction management, nexus handling, and compliance data. | |
| Avalara Returns MCP server | Provides access to the Avalara Global Returns API for tax returns management, filing calendars, and compliance data. | |
| Avalara Tax Registrations and Business License MCP server | Provides access to Avalara Tax Registration and Business Licenses APIs for license guidance, sales and payroll tax registrations, questionnaire management, and business activity validation. | |
| Avalara E-Invoicing & Live Reporting MCP server | Provides access to Avalara E-Invoicing and Live Reporting APIs for retrieving document statuses, downloading compliant documents, and managing compliance across jurisdictions. | |
| Avalara Exemption Certificates Management MCP server | Provides access to the Avalara Exemption Certificate Management API for managing certificates, customer profiles, and company data. | |
| Avalara Cross-Border Trade Services MCP server | The Cross-Border Trade Services MCP server supports AI agents by providing tools to perform cross-border transactions, including duty calculations, and access to Trade and Tariff content libraries (including import trade restrictions). | |
| Avalara Tax Content MCP server | Provides access to Avalara Tax Content (ATC) data, including Transaction Tax Export (TTE) Configurations, Jobs, Communications and User Defined Functions for Lodging and Autorental. | |
| Avalara Dev Documentation MCP server | Provides access to Avalara developer documentation and integration guides, including technical documentation, product information, how-to guides, and code examples. | |
| Avalara Classification MCP server | Provides Harmonized System (HS) code classification for cross-border transactions. Supports managed classification requests, HS code validation and verification, and AI-powered import and export, and enriched trade compliance content lookup. |
Troubleshooting common issues:
- Connection failed: Verify your Avalara account status and internet connection.
- Permission denied: Make ensure your account has access to the requested services.
- HTTP 429 (Too Many Requests): You've exceeded the server's rate limit.
- Wait a few minutes before retrying.
- Check the server's rate limit details on its individual page.
Install
Add Avalara AvaTax to your client. Pick the one you use.
claude mcp add --transport http avalara-avatax https://mcp.avalara.com/avataxcodex mcp add avalara-avatax --url https://mcp.avalara.com/avatax{
"mcpServers": {
"avalara-avatax": {
"url": "https://mcp.avalara.com/avatax"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"avalara-avatax": {
"type": "http",
"url": "https://mcp.avalara.com/avatax"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"avalara-avatax": {
"url": "https://mcp.avalara.com/avatax"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"avalara-avatax": {
"serverUrl": "https://mcp.avalara.com/avatax"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance16/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 33 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jun 19, 2026 |
| 1.0.0 | Jun 11, 2026 |