KosmoKrator

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_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Avalara MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Avalara.

Avalara CLI Matrix

Use these pages for direct Avalara CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.