MCP servers
breadcrumb icon
Exemption Certificate Management

Avalara Exemption Certificate Management MCP server

Overview

Provides access to the Avalara Exemption Certificate Management API for managing certificates, customer profiles, and company data.

MCP server details

{
  "mcpServers": {
    "avalara-ecm-mcp-server": {
      "type": "http",
      "url": "https://mcp.avalara.com/ecm"
    }
  }
}

MCP client setup

Tools

NameDescriptionSample prompt
get_certificates
Retrieves certificates for a company with filtering, pagination, and include options. Supports listing all certificates or retrieving a specific certificate by ID.
Get all valid certificates for company {company_id}, or show me the expired certificates.
get_customers
Retrieves customers for a company with filtering, pagination, and include options. Supports listing all customers or retrieving a specific customer by ID.
Get all active customers for company {company_id}, or show me customer details with certificates included.
search_companies
Searches companies by name to retrieve company IDs, which are required for other ECM operations.
Find companies with avalara in the name to get the company IDs.