azure-cost
v0.0.0-placeholderAzure cost analysis, estimation, optimization, and governance workflows backed by Azure Resource Manager MCP.
By MicrosoftLicense: MIT252 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install azure-cost for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install azure-cost@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/microsoft/GitHub-Copilot-for-AzureClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/azure-cost/.
Plugin files
├── .claude-plugin/plugin.json├── skills/cost-analysis/SKILL.md├── skills/cost-estimation/SKILL.md├── skills/cost-governance/SKILL.md├── skills/cost-optimization/SKILL.md└── .mcp.json
Included Skills4
Analyze actual Azure spend, bill changes, and AKS or AI costs. WHEN: "Azure cost breakdown", "most expensive resources", "why did my bill increase", "cost spike", "unexpected charge", "Cosmos DB charges", "Foundry model costs", "AKS cluster cost", "namespace cost", "enable AKS cost analysis", "idle AKS capacity". DO NOT USE FOR: forecasts, pricing estimates, rightsizing, commitments, or budgets.
Forecast Azure spend and price planned resources or workloads. WHEN: "forecast Azure spending", "project next month cost", "compare forecast to my planning target", "how much will Azure cost", "estimate VM cost", "compare storage tiers", "compare Azure regions", "retail price", "EA rate card", "negotiated pricesheet". DO NOT USE FOR: configured budget health or alerts, bill analysis, cost spikes, rightsizing, or commitments.
Govern Azure costs with budgets, alerts, tags, and policy restrictions. WHEN: "Azure budget health", "configured budget overrun", "list Azure budgets", "create Azure budget", "budget alerts", "budget coverage", "missing CostCenter tags", "allowed VM SKUs", "allowed Azure regions", "would this SKU be denied", "cost guardrails". DO NOT USE FOR: planning-target forecasts, bill investigations, pricing, rightsizing, or commitments.
Optimize existing Azure resources and analyze Reservations or Savings Plans. WHEN: "optimize Azure costs", "reduce cloud spending", "rightsize resources", "find idle resources", "orphaned disk", "deleted VM still charged", "public IP still charging", "reservation utilization", "Savings Plan coverage", "commitment recommendation", "why is pay-as-you-go still charged". DO NOT USE FOR: cost spikes, forecasts, pricing estimates, budgets, or governance.
MCP servers1
- url
- https://mcp.management.azure.com
Plugin manifests1
{
"name": "azure-cost",
"description": "Azure cost analysis, estimation, optimization, and governance workflows backed by Azure Resource Manager MCP.",
"version": "0.0.0-placeholder",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"homepage": "https://github.com/microsoft/github-copilot-for-azure",
"repository": "https://github.com/microsoft/GitHub-Copilot-for-Azure",
"license": "MIT",
"keywords": [
"azure",
"cost-management",
"analysis",
"estimation",
"optimization",
"budgets",
"governance",
"commitments"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"hooks": "./hooks/claude-hooks.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[azure-cost on Agent Plugins Marketplace](https://pluginsmp.com/plugins/azure-cost)