PluginBench
MCP Server
Active

Avalara Tax Registrations and Business Licenses MCP Server

com.avalara/bl

What is the Avalara Tax Registrations and Business Licenses MCP server?

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

How to install Avalara Tax Registrations and Business Licenses

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

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

2
View repository →

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

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 →