Skip to main content
Glama
pimentelleo

azure-pricing-mcp

by pimentelleo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_pricesA

Search Azure retail prices by service, region, SKU, or product name.

Args: service_name: Azure service name (e.g. "Virtual Machines", "Storage") arm_region_name: Azure region (e.g. "eastus", "westeurope", "brazilsouth") arm_sku_name: ARM SKU name for exact match (e.g. "Standard_D8s_v5", "Standard_B2s") sku_name: SKU display name (e.g. "D2 v3", "Standard_LRS"). Use arm_sku_name for exact VM matching. product_name: Product name (e.g. "Virtual Machines Dv3 Series") price_type: Price type filter: "Consumption" (pay-as-you-go), "Reservation" (reserved instances), or "DevTestConsumption" currency_code: Currency code (default: USD). Examples: USD, EUR, BRL, GBP max_results: Maximum number of results to return (default: 10, max: 50)

estimate_costA

Estimate monthly cost for an Azure service based on quantity and usage hours.

The estimation multiplies the unit retail price by the quantity and hours. For storage or data services priced per GB/month, set hours_per_month to 1.

Args: service_name: Azure service name (e.g. "Virtual Machines") arm_sku_name: ARM SKU name for exact match (e.g. "Standard_D8s_v5") sku_name: SKU display name to narrow down (e.g. "D2 v3") arm_region_name: Azure region (e.g. "eastus") quantity: Number of units (e.g. VM instances, GB of storage). Default: 1 hours_per_month: Usage hours per month (default: 730 = 24/7). Set to 1 for flat monthly rates. currency_code: Currency code (default: USD)

compare_regionsA

Compare prices for an Azure service/SKU across multiple regions.

Results are sorted by price (cheapest first).

Args: service_name: Azure service name (e.g. "Virtual Machines") arm_sku_name: ARM SKU name for exact match (e.g. "Standard_D8s_v5") sku_name: SKU display name (e.g. "D2 v3") product_name: Product name for more specific filtering regions: List of region names to compare. If omitted, shows all available regions. currency_code: Currency code (default: USD)

list_servicesA

List available Azure services in the pricing API.

Args: search: Optional text to filter service names (case-insensitive substring match)

list_regionsA

List available Azure regions.

Args: service_name: If provided, only show regions where this service is available

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/pimentelleo/azure-pricing-mcp'

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