Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Azure Cosmos DB MCP Server
  • GitHub MCP Server
  • Xano MCP Server
  • Sanity MCP Server
  • MongoDB MCP Server for LLMs
Back to MCP Servers
Azure Usage MCP Server

Azure Usage MCP Server

Public
rithik-perera/CodeCrunchMCP

Analyze Azure usage data from CSV files with a Model Context Protocol server that delivers cost summaries, visualizations, top service and region insights, and natural language query support for comprehensive Azure cost management.

python
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with Azure Usage MCP Server

MCP Server

Unlock the full potential of Azure Usage MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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)

Setup

  1. Install the required dependencies:

    pip install -r requirements.txt
    
  2. Place your Azure usage CSV file in the data directory (the default file is BCAzureUsage 1.csv).

  3. 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 client
  • search: 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?"
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Azure Cosmos DB MCP Server
    Azure Cosmos DB MCP Server

    Enables seamless, secure interaction between AI language models and Azure Cosmos DB by translating n...

    Added May 30, 2025
  • GitHub MCP Server
    GitHub MCP Server

    Enhance Claude Desktop with seamless GitHub integration via Model Context Protocol, enabling natural...

    Added May 30, 2025
  • Xano MCP Server
    Xano MCP Server

    Python-based Model Context Protocol server enabling AI assistants to securely interact with Xano ins...

    Added May 30, 2025
  • Sanity MCP Server
    Sanity MCP Server

    Connect Sanity projects with AI tools via the Model Context Protocol to enable natural language cont...

    Added May 30, 2025
  • MongoDB MCP Server for LLMs
    MongoDB MCP Server for LLMs

    Enables LLMs to seamlessly interact with MongoDB databases via Model Context Protocol, offering sche...

    Added May 30, 2025