PluginBench
MCP Server
Active

Avalara Tax Content MCP Server

com.avalara/atc

What is the Avalara Tax Content MCP server?

Provides access to Avalara Tax Content: TTE configs, jobs, communications, lodging, autorental

How to install Avalara Tax Content

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "atc": {
      "url": "https://mcp.avalara.com/atc"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "atc": {
      "serverUrl": "https://mcp.avalara.com/atc"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "atc": {
      "type": "http",
      "url": "https://mcp.avalara.com/atc"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "atc": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.avalara.com/atc"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http atc https://mcp.avalara.com/atc

Related MCP servers

Access Avalara AvaTax API for tax calculation, transactions, nexus management, and compliance

2
View repository →

Provides access to Avalara Tax Registration and Business Licenses APIs for filings and registrations

2
View repository →

Classify, validate & verify HS codes and access tariff compliance data for cross-border trade

2
View repository →

Cross-border duty-rate and Trade & Tariff content lookups with product compliance and restrictions

2
View repository →

Provides access to Avalara developer documentation, integration guides, and code examples

2
View repository →

Provides access to Avalara Global Returns API for tax returns, filing calendars, and compliance data

2
View repository →