avm-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_avm_modulesA | List Azure Verified Modules (AVM). If modulename is provided, return details for that specific module. Args: modulename (str): AVM Module name to filter by Returns: str: a list of AVM modules in JSON format with their versions and documentation links |
| scrape_avm_module_detailsA | Fetch and extract specific sections from AVM module README.md, returning formatted markdown. Extracts:
Converts GitHub URLs like: https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/storage/storage-account To raw URLs like: https://raw.githubusercontent.com/Azure/bicep-registry-modules/refs/heads/main/avm/res/storage/storage-account/README.md Args: url (str): AVM GitHub repository URL Returns: str: Formatted markdown string containing the extracted sections |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| find_avm_module_prompt | A prompt to find Azure Verified Modules (AVM). |
| get_avm_module_details_prompt | A prompt to get the details of a specific AVM. |
| suggest_avm_for_service_prompt | A prompt to suggest an AVM for a specific Azure service. |
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/stefanstranger/avm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server