Skip to main content
Glama
wyre-technology

avanan-legacy-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level: debug, info, warn, error (default info).
AVANAN_TOKENYesToken from the Avanan auth handshake (x-av-token).
AVANAN_APP_IDYesApplication ID provided by Avanan Support (x-av-app-id).
AVANAN_REGIONNoRegion: us, eu, ca, or ap. Defaults to JWT region claim, then us.
AVANAN_SECRETYesShared secret used to compute the x-av-sig HMAC.
MCP_HTTP_PORTNoHTTP transport port (default 8080).
MCP_TRANSPORTNoTransport: stdio (default) or http.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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