mcp-azresource
If you are the rightful owner of mcp-azresource and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Azure Resource MCP Server allows users to list and query Azure resources directly from any MCP client, facilitating efficient browsing and cost analysis of Azure infrastructure.
The Azure Resource MCP Server is designed to streamline the management and analysis of Azure resources by providing tools that integrate seamlessly with any MCP client. Users can list resources, filter them by group, and perform cost analysis without leaving their workflow. The server ensures secure access through Azure service principal credentials and offers detailed views of resources, including their locations, types, and tags. This integration is particularly useful for IT professionals and developers who need to manage Azure resources efficiently and analyze costs effectively.
Features
- Resource Discovery - List all resources across your Azure subscriptions
- Filtering - Filter resources by resource group name
- Cost Analysis - Retrieve cost information for your Azure subscriptions
- Secure - Uses your Azure service principal credentials
- Detailed View - See locations, types, and tags for all your resources
Tools
list_azure_resources
List Azure resource groups and resources using service principal authentication. Inputs include subscription_id and resource_group_filter. Returns a formatted markdown list of resource groups and their resources with details such as location, type, and tags.
get_azure_costs_rest
Get cost analysis data for an Azure subscription using the REST API. Inputs include subscription_id and timeframe. Returns formatted markdown with cost analysis data, including daily costs and totals.