Azure Pricing MCP Server
Databricks DBU pricing search, cost estimation, and workload comparison.
Full GitHub pricing catalog and cost estimation, covering Plans, GitHub Copilot, Actions, and Security.
Click on "Deploy 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 Pricing MCP ServerCompare D-series VM prices across US East and West Europe"
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 Pricing MCP Server π°
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/alexwoods711/AzureMCPPricing.git
cd AzureMCPPricing
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
# Test the server
python -m azure_pricing_mcpThen configure your AI assistant. See Integrations.
Related MCP server: Azure Pricing MCP Server
β¨ 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)
π οΈ Tools
19 tools available for AI assistants:
azure_price_search- Search retail pricesazure_price_compare- Compare across regions/SKUsazure_ri_pricing- Reserved Instance pricingazure_cost_estimate- Usage-based cost estimationazure_region_recommend- Find cheapest regionsazure_discover_skus/azure_sku_discovery- SKU lookupget_customer_discount- Customer discount informationspot_eviction_rates/spot_price_history/simulate_eviction- Spot VM toolsfind_orphaned_resources- Detect orphaned resources with cost analysisazure_ptu_sizing- Estimate PTUs for Azure OpenAI deploymentsazure_network_cost_estimate- Network cost planner (bandwidth tiers, NAT Gateway, Private Link)databricks_dbu_pricing/databricks_cost_estimate/databricks_compare_workloads- Databricks DBU pricinggithub_pricing/github_cost_estimate- GitHub pricing catalog and cost estimation
π Installation
Docker (Easiest):
docker build -t azure-pricing-mcp .
docker run -i azure-pricing-mcpPython:
pip install -r requirements.txtπ Full installation guide β
π Integrations
Works with any MCP-compatible AI assistant:
VS Code with GitHub Copilot
Claude Desktop
π Project Structure
AzureMCPPricing/
βββ 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π API Reference
This server uses the Azure Retail Prices API:
https://prices.azure.com/api/retail/pricesNo 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 |
Installation guide | |
Feature details | |
Tool documentation | |
VS Code & Claude setup | |
Detailed examples | |
Orphaned resources guide | |
Version history |
π License
MIT License - see LICENSE for details.
π Acknowledgments
This server cannot be deployed
Maintenance
Related MCP Connectors
Cloud cost + FinOps knowledge for AI agents: AWS/Azure/GCP optimisation, AI spend, waste playbooks.
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
Related MCP Servers
- AlicenseAqualityFmaintenanceProvides AI assistants with real-time access to Azure retail pricing information, enabling price searches, regional cost comparisons, monthly bill estimates, and SKU discovery through natural language queries.1355MIT
- FlicenseNot gradedqualityDmaintenanceEnables 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.16-
- AlicenseAqualityBmaintenanceEnables 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.5MIT
- AlicenseNot gradedqualityAmaintenanceEnables 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.12 npmMIT