Azure Usage MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Azure Usage MCP Servershow me the top 5 services by cost this month"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Azure Usage MCP Server
This is a Model Context Protocol (MCP) server for analyzing Azure usage data from CSV files. It provides insights, summaries, and visualizations of Azure cost and usage patterns.
Features
Analyze Azure usage data from CSV files
Generate cost summaries and visualizations
Identify top services and regions by cost
Respond to natural language queries about Azure usage
Fully compatible with the Model Context Protocol (MCP)
Related MCP server: FOCUS MCP Server
Setup
Install the required dependencies:
pip install -r requirements.txtPlace your Azure usage CSV file in the
datadirectory (the default file isBCAzureUsage 1.csv).Run the server:
python claude_mcp.py
Configuration for Claude or other AI assistants
You can configure this MCP server in your AI assistant configuration using the following format:
{
"mcpServers": {
"azure-usage-analyzer": {
"command": "python",
"args": ["claude_mcp.py"],
"cwd": "path/to/mcp-server",
"env": {}
}
}
}MCP Protocol Support
This server implements the Model Context Protocol (MCP) version 2024-11-05. It supports the following MCP methods:
initialize: Establishes a connection with the MCP clientsearch: Processes natural language queries about Azure usage data
API Endpoints
GET /
Returns basic server information and available endpoints.
POST /context
Processes Azure usage data and provides insights based on a specific query.
Request format:
{
"query": "Show me Azure usage by region",
"params": {
"dataset": "BCAzureUsage 1.csv"
}
}POST /search
General-purpose search endpoint for querying Azure usage data.
Request format:
{
"query": "What are my top costs by region?"
}Example Queries
"Show me Azure usage by region"
"What are my top costs?"
"Analyze service type usage"
"Which services cost the most?"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables conversational analysis of CSV and Parquet files through natural language, providing statistics, summaries, data type information, and comprehensive multi-step data analysis.
- Alicense-qualityAmaintenanceEnables AI assistants to analyze cloud billing data in FOCUS format through natural language queries. Provides 36+ predefined cost analysis queries, custom SQL execution, and schema documentation for multi-cloud cost optimization and FinOps practices.11Apache 2.0
- Alicense-qualityDmaintenanceAnalyzes Azure cloud costs, audits for waste, and provides budget insights via natural language through a secure local MCP server.2MIT
- Alicense-qualityDmaintenanceEnables natural language analysis of AWS cloud costs, waste audits, and budget insights across multiple profiles and regions.MIT
Related MCP Connectors
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Summarize URLs, repurpose content, daily news digests, find competitors. Cost telemetry built in.
Query PostgreSQL databases in plain English — LLM-generated, safety-validated SQL.
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/rithik-perera/CodeCrunchMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server