sales
Avalara MCP, CLI, and Lua Integration for AI Agents
Avalara integration docs for AI agents: MCP gateway setup, Avalara CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Bearer token auth
Avalara for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
avalara- route_slug
avalara- package
avalara- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Avalara CLIHeadless setup and direct function calls. Avalara MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Avalara MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Avalara.
Claude Code Avalara MCP setup for Claude Code. Cursor Avalara MCP setup for Cursor. Codex Avalara MCP setup for Codex. OpenAI Agents Avalara MCP setup for OpenAI Agents SDK. Claude Agent SDK Avalara MCP setup for Claude Agent SDK. Vercel AI SDK Avalara MCP setup for Vercel AI SDK. LangChain Avalara MCP setup for LangChain. LangGraph Avalara MCP setup for LangGraph. CrewAI Avalara MCP setup for CrewAI. MCP clients Avalara MCP setup for Generic MCP Clients.
Avalara CLI Matrix
Use these pages for direct Avalara CLI workflows in scripts, CI, cron, and agent wrappers.
CI Avalara CLI for CI. Cron Jobs Avalara CLI for cron jobs. Shell Scripts Avalara CLI for shell scripts. Headless Automation Avalara CLI for headless automation. Coding Agents Avalara CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
avalara.avalara_list_transactions | Read read | 4 | List transactions from Avalara. Supports filtering by date, status, and other criteria with pagination. |
avalara.avalara_get_transaction | Read read | 1 | Retrieve details of a single transaction in Avalara by its ID. |
avalara.avalara_create_transaction | Write write | 9 | Create a new transaction (sales order or invoice) in Avalara for tax calculation. Requires company code, transaction type, date, and line items. |
avalara.avalara_list_companies | Read read | 3 | List companies configured in your Avalara account. Supports filtering and pagination. |
avalara.avalara_get_company | Read read | 1 | Retrieve details of a single company configured in Avalara by its ID. |
avalara.avalara_list_tax_codes | Read read | 3 | List tax codes available in Avalara. Tax codes classify products and services for tax purposes. Supports filtering and pagination. |
avalara.avalara_get_current_user | Read read | 0 | Retrieve the current authenticated Avalara user information. |