What is the Avalara Returns MCP server?
Provides access to Avalara Global Returns API for tax returns, filing calendars, and compliance data
How to install Avalara Returns
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"returns": {
"url": "https://mcp.avalara.com/returns"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"returns": {
"serverUrl": "https://mcp.avalara.com/returns"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"returns": {
"type": "http",
"url": "https://mcp.avalara.com/returns"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"returns": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.avalara.com/returns"
]
}
}
}Claude Code
claude mcp add --transport http returns https://mcp.avalara.com/returnsRelated MCP servers
Avalara Tax Content
Active
Provides access to Avalara Tax Content: TTE configs, jobs, communications, lodging, autorental
2
View repository →Avalara AvaTax
Active
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 →Avalara Classification
Active
Classify, validate & verify HS codes and access tariff compliance data for cross-border trade
2
View repository →Avalara Cross-Border
Active
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 →