MCP-Server-Azure-Impact-Reporting
@chand45
关于 MCP-Server-Azure-Impact-Reporting
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MCP-Server-Azure-Impact-Reporting": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-Server-Azure-Impact-Reporting?
This MCP server enables large language models (LLMs) to automatically report resource impacts to Azure. It parses natural language requests, authenticates with Azure using DefaultAzureCredential, and submits workload impact reports via the Azure Management API. It is intended for users who need to quickly report Azure infrastructure issues (e.g., connectivity, performance, availability) without manual API calls.
How to use MCP-Server-Azure-Impact-Reporting?
Clone the repository, install dependencies (mcp[cli] azure-identity httpx), and authenticate with Azure (e.g., az login). Configure your MCP client (e.g., claude_desktop_config.json) with the uv command pointing to the impact-reporter.py script. Once configured, your LLM can submit natural language requests like "Report connectivity issues with my VM named 'web-server' in resource group 'production-rg'." The server parses the request, asks for missing parameters, and creates the impact report.
Key features of MCP-Server-Azure-Impact-Reporting
- Exposes a tool for LLMs to report resource impacts to Azure
- Automatic authentication via DefaultAzureCredential
- Creates workload impact reports through the Azure Management API
- Extracts required parameters from natural language requests
- Asks for additional details when information is missing
- Supports multiple impact categories (Connectivity, Performance, Availability, Unknown)
Use cases of MCP-Server-Azure-Impact-Reporting
- Report connectivity issues with an Azure VM to initiate investigation
- Notify Azure of performance degradation on a SQL database
- Log availability or downtime problems for an App Service
- Automate impact reporting when customers are facing Azure infrastructure issues
- Quickly submit reports without manual API calls by using natural language
FAQ from MCP-Server-Azure-Impact-Reporting
What impact categories are supported?
The tool supports Resource.Connectivity, Resource.Performance, Resource.Availability, and Resource.Unknown.
How does the server authenticate with Azure?
It uses DefaultAzureCredential, which automatically tries Azure CLI, Visual Studio Code Azure Account, Azure PowerShell, or environment variables for service principal authentication.
What Python version and dependencies are required?
Python 3.8+ is required, along with mcp[cli], azure-identity, and httpx.
What API version does the server use?
The server uses the Azure Management API version 2023-12-01-preview.
What happens if a user request is missing required information?
The server will ask for additional details before submitting the report to Azure.
云与基础设施 分类下的更多 MCP 服务器
Mcp K8s Go
strowkMCP server connecting to Kubernetes
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
评论