A Model Context Protocol (MCP) server that provides tools for querying Azure retail pricing information using the Azure Retail Prices API.
If you already use Azure Pricing MCP, the azure pricing mcp mcp server is the piece that lets your assistant work with it directly. A Model Context Protocol (MCP) server that provides tools for querying Azure retail pricing information using the Azure Retail Prices API.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Endpoint — https://prices.azure.com/api/retail/pricesVersion — 2023-01-01-preview (supports savings plans)Authentication — None required (public API)azure_price_search — Search Azure retail prices with filtersazure_price_compare — Compare prices across regions/SKUsazure_cost_estimate — Estimate costs based on usageazure_discover_skus — Discover available SKUs for a serviceazure_sku_discovery — Intelligent SKU discovery with fuzzy matchingSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Azure Pricing MCP's toolset — Endpoint, Version, Authentication and 5 more — is a fair guide to whether it matches your workflow. It is maintained by charris-msft; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Endpoint | https://prices.azure.com/api/retail/prices |
| Version | 2023-01-01-preview (supports savings plans) |
| Authentication | None required (public API) |
| azure_price_search | Search Azure retail prices with filters |
| azure_price_compare | Compare prices across regions/SKUs |
| azure_cost_estimate | Estimate costs based on usage |
| azure_discover_skus | Discover available SKUs for a service |
| azure_sku_discovery | Intelligent SKU discovery with fuzzy matching |
{
"mcpServers": {
"azure-pricing": {
"command": "python",
"args": ["-m", "azure_pricing_server"],
"cwd": "/path/to/azure_pricing"
}
}
}Configuration as documented by the project. Restart the client after saving.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.