azure-query-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_CLIENT_ID | No | Azure client (application) ID for service principal authentication. | |
| AZURE_TENANT_ID | No | Microsoft Entra tenant ID to use for authentication. Also used when authenticating via Azure CLI. | |
| AZURE_CLIENT_SECRET | No | Azure client secret for service principal authentication. Avoid placing directly in committed MCP configuration; use the host's secret store or managed identity. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspacesA | List Azure Log Analytics workspaces accessible in a subscription. |
| search_tablesA | List or search tables in a Log Analytics workspace using ARM metadata. |
| describe_tableA | Get the canonical schema and retention metadata for a Log Analytics table. |
| query_workspaceA | Use for telemetry, logs, events, metrics, and time-series data stored in a Log Analytics workspace. Run bounded, read-only KQL against one workspace. Do not use for Azure resource inventory or configuration; use query_azure_resources for those. |
| query_azure_resourcesA | Use for Azure resource inventory, configuration, tags, policy, health, and cross-subscription discovery through Azure Resource Graph. Do not use for telemetry, logs, events, or time-series analysis; use query_workspace for those. |
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
- 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/kapetanios55/azure-query-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server