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. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
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_partnerA | 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_userA | Get a single MSP user by ID. |
| avanan_create_msp_userC | 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_userA | 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_tenantA | 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 |
|---|---|
| Avanan Tenant Card | Interactive MCP Apps card rendering an Avanan MSP customer tenant |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-AI/avanan-legacy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server