AzurePricingMCP
Verified Safeby AttilaPataky
Overview
Estimates Microsoft Azure-related pricing and costs programmatically for various services and SKUs.
Installation
python -m azure_pricing_mcpSecurity Notes
The server uses standard `aiohttp` for external API calls, managing sessions and retries robustly. There are no direct usages of `eval` or `exec`, nor hardcoded API keys or sensitive secrets. A default 10% customer discount is hardcoded for demonstration. When run via HTTP transport (e.g., Docker `0.0.0.0`), it exposes an endpoint, which is a standard practice but requires network security considerations.
Similar Servers
mcp-server-azure-devops
This server provides an AI agent with tools to interact with Azure DevOps services, including searching code, wikis, and work items, managing pull requests, retrieving project details, and handling pipeline operations.
vantage-mcp-server
Enable natural language exploration of cloud costs via Model Context Protocol (MCP) clients.
mcp-kql-server
An AI-powered MCP server that facilitates KQL query execution against Azure Data Explorer through natural language conversion, intelligent schema discovery, and RAG-enhanced context.
gcp-cost-mcp-server
Provides AI assistants with tools to estimate Google Cloud running costs by interacting with the Cloud Billing Catalog API and dynamically fetching free tier information.