Skip to main content
Glama
msftnadavbh

Azure Pricing MCP Server

by msftnadavbh

Azure Pricing MCP Server 💰

Python 3.10+ MCP License: MIT Tests

A Model Context Protocol (MCP) server that provides AI assistants with real-time access to Azure retail pricing information. Query VM prices, compare costs across regions, estimate monthly bills, and discover available SKUs—all through natural language.


🚀 Quick Start

# Clone and setup
git clone https://github.com/msftnadavbh/AzurePricingMCP.git
cd AzurePricingMCP
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install -r requirements.txt

# Test the server
python -m azure_pricing_mcp

Then configure your AI assistant. See Integrations.


Related MCP server: azure-pricing-mcp

✨ Features

  • Price Search - Query Azure prices with flexible filters

  • Price Comparison - Compare costs across regions or SKUs

  • Cost Estimation - Calculate monthly/yearly costs

  • Reserved Instances - Compare RI pricing with break-even analysis

  • Region Recommendations - Find the cheapest regions for any SKU

  • SKU Discovery - Fuzzy matching for service names

  • Retirement Warnings - Alerts for retiring VM SKUs

  • Spot VM Intelligence - Eviction rates and price history (requires Azure auth)

  • Orphaned Resources - Detect unused resources with real cost calculation (requires Azure auth)

  • PTU Sizing - Estimate Provisioned Throughput Units for Azure OpenAI deployments

  • Databricks DBU Pricing - Search DBU rates, estimate costs, compare workloads

  • GitHub Pricing - Full GitHub pricing catalog + cost estimation (Plans, Copilot, Actions, Security)

📖 Full feature details →


🛠️ Tools

19 tools available for AI assistants:

  • azure_price_search - Search retail prices

  • azure_price_compare - Compare across regions/SKUs

  • azure_ri_pricing - Reserved Instance pricing

  • azure_cost_estimate - Usage-based cost estimation

  • azure_region_recommend - Find cheapest regions

  • azure_discover_skus / azure_sku_discovery - SKU lookup

  • get_customer_discount - Customer discount information

  • spot_eviction_rates / spot_price_history / simulate_eviction - Spot VM tools

  • find_orphaned_resources - Detect orphaned resources with cost analysis

  • azure_ptu_sizing - Estimate PTUs for Azure OpenAI deployments

  • azure_network_cost_estimate - Network cost planner (bandwidth tiers, NAT Gateway, Private Link)

  • databricks_dbu_pricing / databricks_cost_estimate / databricks_compare_workloads - Databricks DBU pricing

  • github_pricing / github_cost_estimate - GitHub pricing catalog and cost estimation

📖 Tool documentation →


📋 Installation

Docker (Easiest):

docker build -t azure-pricing-mcp .
docker run -i azure-pricing-mcp

Python:

pip install -r requirements.txt

📖 Full installation guide →


🔌 Integrations

Works with any MCP-compatible AI assistant:

  • VS Code with GitHub Copilot

  • Claude Desktop

📖 Integration setup →


📁 Project Structure

AzurePricingMCP/
├── src/azure_pricing_mcp/    # Main package
│   ├── server.py             # MCP server
│   ├── handlers.py           # Tool handlers
│   ├── client.py             # Azure API client
│   ├── config.py             # Pricing data & constants
│   ├── tools.py              # Core tool definitions
│   ├── formatters.py         # Response formatters
│   ├── models.py             # Data models
│   ├── services/             # Business logic
│   ├── databricks/           # Databricks DBU tools
│   └── github_pricing/       # GitHub pricing tools
├── tests/                    # Test suite (9 files, 236+ tests)
├── docs/                     # Documentation
└── scripts/                  # Setup & debug scripts

📖 Detailed structure →


🔌 API Reference

This server uses the Azure Retail Prices API:

https://prices.azure.com/api/retail/prices

No authentication required - The Azure Retail Prices API is publicly accessible.


🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for setup instructions, code style, and PR process.


📚 Documentation

Document

Description

INSTALL.md

Installation guide

docs/FEATURES.md

Feature details

docs/TOOLS.md

Tool documentation

docs/INTEGRATIONS.md

VS Code & Claude setup

docs/USAGE_EXAMPLES.md

Detailed examples

docs/ORPHANED_RESOURCES.md

Orphaned resources guide

CHANGELOG.md

Version history


📄 License

MIT License - see LICENSE for details.


🙏 Acknowledgments


📬 Support


Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity
Issues opened vs closed

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

  • F
    license
    -
    quality
    D
    maintenance
    Enables querying Azure retail pricing information, comparing costs across regions and SKUs, estimating usage-based expenses, and discovering Azure services with savings plan information through the Azure Retail Prices API.
    Last updated
    16
  • A
    license
    A
    quality
    A
    maintenance
    Enables LLMs to query Azure service pricing via the public Azure Retail Prices API, with tools for searching prices, estimating costs, comparing regions, and listing services.
    Last updated
    5
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI agents to parse multi-cloud infrastructure-as-code files, query real-time pricing from AWS, Azure, and GCP, and generate cost estimates and comparison reports.
    Last updated
    39
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Provides Oracle Cloud Infrastructure pricing data to AI assistants, enabling cost estimation, shape comparison, and real-time pricing queries.
    Last updated
    45
    69
    5
    Apache 2.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/msftnadavbh/AzurePricingMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server