MCP servers
Avalara Classification MCP Server
Overview
The Classification Services MCP server supports AI agents by providing tools to perform HS code classification for cross-border transactions, including validation and verification, AI-powered import classification, and access to Trade and Tariff content libraries (including import restrictions compliance content).
MCP client setup
Cursor
Install MCP Server
Add the Avalara Classification MCP Server to your IDE
Or manually add to your MCP settings:
{
"mcpServers": {
"avalara-classification": {
"type": "http",
"url": "https://mcp.avalara.com/classification"
}
}
}View Cursor MCP server documentation Link
Tools
| Name | Description | Sample prompt |
|---|---|---|
| get_instant_hs_code | Classify your product based on its description and get recommended HS codes for the selected destination country, along with confidence scores for each result. |
|
| validate_hs_codes | Validate whether one or more HS codes are valid for import in selected countries, returning clear results with supporting details such as validation messages and effective date ranges. |
|
| verify_hs_code | Assess whether a proposed HS code aligns with a product description and destination country, returning a clear verified or not verified result. |
|
| get_trade_tariff_content_library_by_date | Provides comprehensive duty rates and compliance information from the Avalara Trade and Tariff Library. Supports retrieving tariff data for specified HS codes within requested date ranges. |
|