Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions partners/servers/avalara-avatax-mcp-server.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"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. ",
"summary": "Access Avalara AvaTax APIs 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",
Expand Down Expand Up @@ -71,6 +71,21 @@
"name": "Avalara Developer Support",
"url": "https://developer.avalara.com"
},
"authSchemas": [
"OAuth2"
],
"securitySchemes": {
"avalaraAvataxOauth": {
"type": "oauth2",
"description": "Authenticate with Avalara using OAuth2 authorization code flow.",
"flows": ["authorizationCode"],
"authorizationUrl": "https://identity.avalara.com/connect/authorize",
"tokenUrl": "https://identity.avalara.com/connect/token",
"scopes": [
"avalara_mcp"
]
}
},
"customProperties": {
"x-ms-preview": false
}
Expand Down
85 changes: 85 additions & 0 deletions partners/servers/avalara-business-licensing.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{
"name": "avalara-business-licensing",
"title": "Avalara Tax Registrations & Licenses",
"summary": "Provides access to Avalara Tax Registration and Business Licenses APIs for filings and registrations",
"description": "Avalara Tax Registrations and Business Licenses MCP server provides AI agents with license guidance, sales and payroll tax registration insights, questionnaire schema support, industry keyword lookup, location validation, and business activity mapping through Avalara Licensing Guidance APIs.",
"kind": "mcp",
"license": {
"name": "Proprietary",
"url": "https://www.avalara.com/us/en/legal/terms.html"
},
"icon": "https://cdn.brandfolder.io/RCCBED7V/at/9qjjss7hq47h22mvvf2x/A-Check-RGB.png",
"externalDocumentation": {
"title": "Avalara Tax Registrations & Licenses Docs",
"url": "https://developer.avalara.com/mcp-servers/business_licensing"
},
"repository": {
"url": "https://github.com/avadev/mcp",
"source": "servers/business-licensing"
},
"useCases": [
{
"name": "License requirements by jurisdiction",
"description": "Estimate how many business licenses are needed for a location and business context so agents can guide onboarding and expansion workflows."
},
{
"name": "Location and activity validation",
"description": "Validate business addresses and map activity terms to Avalara licensing guidance to prepare accurate registration and filing requests."
},
{
"name": "Registration questionnaire mapping",
"description": "Retrieve questionnaire schemas and industry keywords so agents can collect the right fields for tax registration and licensing orders."
}
],
"tags": [
"tax-registration",
"business-licensing",
"license-filing",
"license-guidance",
"sales-tax-registration",
"payroll-tax-registration",
"unemployment-insurance-registration",
"questionnaire-management",
"industry-regulation",
"jurisdiction",
"compliance",
"regulatory",
"finance",
"accounting",
"ai-agents",
"avalara",
"api",
"saas",
"enterprise-software"
],
"vendor": "Partner",
"visibility": "true",
"categories": "Compliance & Legal",
"versionName": "1-0-0",
"versionTitle": "Version 1.0.0",
"remote": "https://mcp.avalara.com/bl",
"remoteType": "streamable-http",
"supportContact": "https://developer.avalara.com",
"supportContactInfo": {
"name": "Avalara Developer Support",
"url": "https://developer.avalara.com"
},
"authSchemas": [
"OAuth2"
],
"securitySchemes": {
"avalaraBusinessLicensingOauth": {
"type": "oauth2",
"description": "Authenticate with Avalara using OAuth2 authorization code flow.",
"flows": ["authorizationCode"],
"authorizationUrl": "https://identity.avalara.com/connect/authorize",
"tokenUrl": "https://identity.avalara.com/connect/token",
"scopes": [
"avalara_mcp"
]
}
},
"customProperties": {
"x-ms-preview": false
}
}
86 changes: 86 additions & 0 deletions partners/servers/avalara-classification.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"name": "avalara-classification",
"title": "Avalara Classification",
"summary": "Classify, validate & verify HS codes and access tariff compliance data for cross-border trade",
"description": "Avalara Classification MCP server helps AI agents classify, validate, and verify Harmonized System (HS) codes and access tariff compliance content for cross-border trade. It supports import/export workflows that need consistent product classification and duty-related compliance data.",
"kind": "mcp",
"license": {
"name": "Proprietary",
"url": "https://www.avalara.com/us/en/legal/terms.html"
},
"icon": "https://cdn.brandfolder.io/RCCBED7V/at/9qjjss7hq47h22mvvf2x/A-Check-RGB.png",
"externalDocumentation": {
"title": "Avalara Classification Docs",
"url": "https://developer.avalara.com/mcp-servers/classification"
},
"repository": {
"url": "https://github.com/avadev/mcp",
"source": "servers/classification"
},
"useCases": [
{
"name": "HS code classification",
"description": "Classify products into Harmonized System codes so agents can prepare customs documentation and duty estimates for cross-border shipments."
},
{
"name": "HS code validation and verification",
"description": "Validate or verify proposed HS codes against Avalara classification content to reduce misclassification risk before import or export."
},
{
"name": "Tariff compliance lookups",
"description": "Access tariff and trade compliance data tied to product classification for e-commerce and logistics decisioning."
}
],
"tags": [
"classification",
"hs-codes",
"harmonized-system",
"product-classification",
"hs-code-validation",
"hs-code-verification",
"cross-border",
"import-export",
"duty-rates",
"trade-tariff",
"trade-compliance",
"customs",
"compliance",
"e-commerce",
"ai-agents",
"avalara",
"api",
"saas",
"enterprise-software"
],
"vendor": "Partner",
"visibility": "true",
"categories": "Compliance & Legal",
"versionName": "1-0-0",
"versionTitle": "Version 1.0.0",
"remote": "https://mcp.avalara.com/classification",
"remoteType": "streamable-http",
"supportContact": "https://developer.avalara.com",
"supportContactInfo": {
"name": "Avalara Developer Support",
"url": "https://developer.avalara.com"
},
"authSchemas": [
Comment thread
arkadi-kreichman-avalara marked this conversation as resolved.
"OAuth2"
],
"securitySchemes": {
"avalaraClassificationOauth": {
"type": "oauth2",
"description": "Authenticate with Avalara using OAuth2 authorization code flow.",
"flows": ["authorizationCode"],
"authorizationUrl": "https://identity.avalara.com/connect/authorize",
"tokenUrl": "https://identity.avalara.com/connect/token",
"scopes": [
"avalara_mcp",
"offline_access"
]
}
},
"customProperties": {
"x-ms-preview": false
}
}
84 changes: 84 additions & 0 deletions partners/servers/avalara-cross-border.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"name": "avalara-cross-border",
"title": "Avalara Cross-Border",
"summary": "Cross-border duty-rate and Trade & Tariff content lookups with product compliance and restrictions",
"description": "Avalara Cross-Border MCP server enables AI agents to look up duty rates and Trade & Tariff content, including punitive duties, product compliance status, restrictions, and regulatory requirements for import and export lanes.",
"kind": "mcp",
"license": {
"name": "Proprietary",
"url": "https://www.avalara.com/us/en/legal/terms.html"
},
"icon": "https://cdn.brandfolder.io/RCCBED7V/at/9qjjss7hq47h22mvvf2x/A-Check-RGB.png",
"externalDocumentation": {
"title": "Avalara Cross-Border Docs",
"url": "https://developer.avalara.com/mcp-servers/cross-border"
},
"repository": {
"url": "https://github.com/avadev/mcp",
"source": "servers/cross-border"
},
"useCases": [
{
"name": "Duty rate lookup by HS code and date",
"description": "Retrieve tariff and duty information for HS codes across date ranges so agents can estimate landed cost for cross-border shipments."
},
{
"name": "Current trade compliance status",
"description": "Get current-day compliance, restrictions, and regulatory requirements for products moving between countries."
},
{
"name": "Punitive duty and restriction checks",
"description": "Identify punitive duties and trade restrictions that may block or surcharge specific import/export combinations."
}
],
"tags": [
"cross-border",
"international-trade",
"duty-rates",
"punitive-duty",
"trade-tariff",
"trade-restrictions",
"regulatory-requirements",
"hs-codes",
"customs",
"import",
"export",
"compliance",
"e-commerce",
"ai-agents",
"avalara",
"api",
"saas",
"enterprise-software"
],
"vendor": "Partner",
"visibility": "true",
"categories": "Compliance & Legal",
"versionName": "1-0-0",
"versionTitle": "Version 1.0.0",
"remote": "https://mcp.avalara.com/cross-border",
"remoteType": "streamable-http",
"supportContact": "https://developer.avalara.com",
"supportContactInfo": {
"name": "Avalara Developer Support",
"url": "https://developer.avalara.com"
},
"authSchemas": [
"OAuth2"
],
"securitySchemes": {
"avalaraCrossBorderOauth": {
"type": "oauth2",
"description": "Authenticate with Avalara using OAuth2 authorization code flow.",
"flows": ["authorizationCode"],
"authorizationUrl": "https://identity.avalara.com/connect/authorize",
"tokenUrl": "https://identity.avalara.com/connect/token",
"scopes": [
"avalara_mcp"
]
}
},
"customProperties": {
"x-ms-preview": false
}
}
86 changes: 86 additions & 0 deletions partners/servers/avalara-dev-docs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"name": "avalara-dev-docs",
"title": "Avalara Developer Documentation",
"summary": "Provides access to Avalara developer documentation, integration guides, and code examples",
"description": "Avalara Developer Documentation MCP server gives AI agents access to Avalara developer docs, integration guides, how-to content, API references, and code examples so they can answer product and integration questions accurately while building against Avalara APIs.",
"kind": "mcp",
"license": {
"name": "Proprietary",
"url": "https://www.avalara.com/us/en/legal/terms.html"
},
"icon": "https://cdn.brandfolder.io/RCCBED7V/at/9qjjss7hq47h22mvvf2x/A-Check-RGB.png",
"externalDocumentation": {
"title": "Avalara Developer Documentation Docs",
"url": "https://developer.avalara.com/mcp-servers/docs"
},
"repository": {
"url": "https://github.com/avadev/mcp",
"source": "servers/dev-docs"
},
"useCases": [
{
"name": "Integration guidance for Avalara APIs",
"description": "Retrieve how-to guides and integration documentation so agents can help developers connect applications to Avalara products."
},
{
"name": "API and SDK discovery",
"description": "Find API reference material, SDK notes, and code examples relevant to a developer question or implementation task."
},
{
"name": "Product documentation answers",
"description": "Answer technical questions using Avalara product documentation without leaving the AI client workflow."
}
],
"tags": [
"developer-documentation",
"avalara-docs",
"dev-docs",
"integration-guides",
"how-to-guides",
"technical-documentation",
"product-documentation",
"code-examples",
"api-reference",
"sdk",
"developer-resources",
"developer-tools",
"integration",
"tutorials",
"ai-agents",
"avalara",
"api",
"saas",
"enterprise-software"
],
"vendor": "Partner",
"visibility": "true",
"categories": "Developer Tools",
"versionName": "1-0-1",
"versionTitle": "Version 1.0.1",
"remote": "https://mcp.avalara.com/docs",
"remoteType": "streamable-http",
"supportContact": "https://developer.avalara.com",
"supportContactInfo": {
"name": "Avalara Developer Support",
"url": "https://developer.avalara.com"
},
"authSchemas": [
"OAuth2"
],
"securitySchemes": {
"avalaraDevDocsOauth": {
"type": "oauth2",
"description": "Authenticate with Avalara using OAuth2 authorization code flow.",
"flows": ["authorizationCode"],
"authorizationUrl": "https://identity.avalara.com/connect/authorize",
"tokenUrl": "https://identity.avalara.com/connect/token",
"scopes": [
"avalara_mcp",
"offline_access"
]
}
},
"customProperties": {
"x-ms-preview": false
}
}
Loading