avanan-legacy-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error (default info). | |
| AVANAN_TOKEN | Yes | Token from the Avanan auth handshake (x-av-token). | |
| AVANAN_APP_ID | Yes | Application ID provided by Avanan Support (x-av-app-id). | |
| AVANAN_REGION | No | Region: us, eu, ca, or ap. Defaults to JWT region claim, then us. | |
| AVANAN_SECRET | Yes | Shared secret used to compute the x-av-sig HMAC. | |
| MCP_HTTP_PORT | No | HTTP transport port (default 8080). | |
| MCP_TRANSPORT | No | Transport: stdio (default) or http. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| avanan_list_msp_partnersA | List all associated child MSP partners under the current MSP. Returns id and name for each child MSP. |
| avanan_create_msp_partnerB | Create a new child MSP partner under the current MSP. |
| avanan_delete_msp_partnerA | Delete a child MSP partner by ID. WARNING: all tenants associated with this MSP are also deleted. |
| avanan_list_msp_usersC | List all MSP users. |
| avanan_get_msp_userB | Get a single MSP user by ID. |
| avanan_create_msp_userB | Create a new MSP user. |
| avanan_update_msp_userB | Update an MSP user by ID. All fields are required per the SmartAPI spec. |
| avanan_delete_msp_userB | Delete an MSP user by ID. |
| avanan_list_tenantsA | List all customer tenants associated with the current MSP. Each tenant entry includes domain, deployment mode, user counts, status, license package and add-ons. |
| avanan_get_tenantB | Get details of a single customer tenant by ID, including license, PoC/paid dates, user count, and expiration. |
| avanan_create_tenantB | Create a new customer tenant under the current MSP. |
| avanan_delete_tenantA | Delete a customer tenant by ID. WARNING: this deletes the tenant and all its data. |
| avanan_list_licensesA | List all available license packages (id, codeName, displayName). Use the codeName when assigning a license to a tenant. |
| avanan_list_addonsA | List all available license add-ons (id, name). Add-on IDs are used when assigning a license to a tenant. |
| avanan_assign_licenseB | Assign a license (and optional add-ons) to an existing customer tenant. |
| avanan_get_monthly_usageA | Get monthly usage details across all customer tenants for a given year/month. Returns per-day, per-tenant rows with user count, daily price, and cost. |
| avanan_get_daily_usageA | Get daily usage details across all customer tenants for a specific year/month/day. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wyre-technology/avanan-legacy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server