Add the Avalara Tax Content MCP server to your IDE
Or manually add to your MCP settings:
{
"mcpServers": {
"avalara-atc": {
"type": "http",
"url": "https://mcp.avalara.com/atc"
}
}
}| Name | Description | Sample prompt |
|---|---|---|
| get_configurations | Provides configurations for a company, with optional filters for parentTTEId, searchTTEName, and productType. |
|
| get_communications | Get all communications for a company (where notifications are sent). |
|
| get_jobs | Provides jobs for a company, with optional filtering by product type (default, lodging or autorental). |
|
| get_lodging_udf | Provides all lodging user-defined fields (UDFs) for a specified company. |
|
| get_company_runs | Provides job runs for a company, with optional filters for product type, job ID, and pagination support. |
|
| list_downloads_for_runid | Provides a list of downloadable files for a given company ID and run ID. The resulting path can be used with the download_data tool to retrieve the file content. |
|
| download_data | Downloads file content for a specified company ID, run ID, and file path. Use list_downloads_for_runid to obtain valid file paths. |
|
| create_communication | Create a notification or communication record for a company. |
|
| update_communication | Update an existing communication record for a company. |
|