From 0c68e1fa8aeb7d9eaadb42a9959e484bac96b0aa Mon Sep 17 00:00:00 2001 From: "SANJUAN\\arkadi.kreichman" Date: Fri, 10 Jul 2026 01:46:23 -0700 Subject: [PATCH 1/2] add avalara-avatax MCP server metadata --- .../servers/avalara-avatax-mcp-server.json | 77 +++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 partners/servers/avalara-avatax-mcp-server.json diff --git a/partners/servers/avalara-avatax-mcp-server.json b/partners/servers/avalara-avatax-mcp-server.json new file mode 100644 index 0000000..379b86c --- /dev/null +++ b/partners/servers/avalara-avatax-mcp-server.json @@ -0,0 +1,77 @@ +{ + "name": "avalara-avatax", + "title": "Avalara AvaTax", + "summary": "Access Avalara AvaTax API for tax calculation, transactions, nexus management, and compliance", + "description": "Connect to Avalara AvaTax to access tax calculation, transaction, nexus management, and compliance capabilities. Use AvaTax to calculate sales and use tax, validate addresses, manage transaction records, evaluate nexus obligations, retrieve tax rates and jurisdiction data, and support tax automation workflows for finance, accounting, ecommerce, and enterprise applications.", + "kind": "mcp", + "license": { + "name": "Avalara Service Terms", + "url": "https://www.avalara.com/terms" + }, + "icon": "https://cdn.brandfolder.io/RCCBED7V/at/9qjjss7hq47h22mvvf2x/A-Check-RGB.png", + "externalDocumentation": { + "title": "Avalara AvaTax MCP Docs", + "url": "https://developer.avalara.com/mcp-servers/avatax" + }, + "repository": { + "url": "https://github.com/avadev/mcp", + "source": "github" + }, + "useCases": [ + { + "name": "Transaction Tax Calculation", + "description": "Create tax transactions and calculate tax using transaction details, addresses, and line items." + }, + { + "name": "Transaction Lookup", + "description": "Retrieve a specific transaction or search transaction lists for a company using filters." + }, + { + "name": "Nexus and Registration Management", + "description": "Retrieve nexus definitions, view company-specific nexus information, and create nexus records for jurisdictions." + }, + { + "name": "Tax Code Discovery", + "description": "Retrieve tax code definitions and get ranked tax code recommendations based on product details." + }, + { + "name": "Address Validation", + "description": "Validate and resolve addresses to improve tax jurisdiction determination accuracy." + } + ], + "tags": [ + "tax", + "sales-tax", + "compliance", + "tax-calculation", + "address-validation", + "finance", + "accounting", + "ai-agents", + "avalara", + "e-commerce", + "nexus", + "exemption-certificates", + "tax-determination", + "tax-automation", + "tax-rates", + "jurisdiction-data", + "api", + "saas", + "enterprise-software" + ], + "vendor": "Partner", + "categories": "Compliance & Legal", + "visibility": "true", + "remote": "https://mcp.avalara.com/avatax", + "remoteType": "streamable-http", + "versionName": "v1-0-1", + "versionTitle": "1.0.1", + "supportContactInfo": { + "name": "Avalara Developer Support", + "url": "https://developer.avalara.com" + }, + "customProperties": { + "x-ms-preview": false + } +} From d4bc57adeace1731b23dd90036d35b27cf7c9d8d Mon Sep 17 00:00:00 2001 From: Linda Li <139801625+lindazqli@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:17:02 -0700 Subject: [PATCH 2/2] Fix trailing space in Avalara AvaTax description Updated the description field to include a trailing space. --- partners/servers/avalara-avatax-mcp-server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partners/servers/avalara-avatax-mcp-server.json b/partners/servers/avalara-avatax-mcp-server.json index 379b86c..c911cf4 100644 --- a/partners/servers/avalara-avatax-mcp-server.json +++ b/partners/servers/avalara-avatax-mcp-server.json @@ -2,7 +2,7 @@ "name": "avalara-avatax", "title": "Avalara AvaTax", "summary": "Access Avalara AvaTax API for tax calculation, transactions, nexus management, and compliance", - "description": "Connect to Avalara AvaTax to access tax calculation, transaction, nexus management, and compliance capabilities. Use AvaTax to calculate sales and use tax, validate addresses, manage transaction records, evaluate nexus obligations, retrieve tax rates and jurisdiction data, and support tax automation workflows for finance, accounting, ecommerce, and enterprise applications.", + "description": "Connect to Avalara AvaTax to access tax calculation, transaction, nexus management, and compliance capabilities. Use AvaTax to calculate sales and use tax, validate addresses, manage transaction records, evaluate nexus obligations, retrieve tax rates and jurisdiction data, and support tax automation workflows for finance, accounting, ecommerce, and enterprise applications. ", "kind": "mcp", "license": { "name": "Avalara Service Terms",