{
"mcpServers": {
"avalara-ecm": {
"type": "http",
"url": "https://mcp.avalara.com/ecm"
}
}
}| Name | Description | Sample 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. |