Cloud FinOps Skill & MCP
io.github.optimnow/cloud-finopsCloud cost + FinOps knowledge for AI agents: AWS/Azure/GCP optimisation, AI spend, waste playbooks.
Tools · 6
See what FinOps guidance is available: billing mechanics, commitment strategy, allocation and chargeback, AI cost management, and per-provider cost handbooks (AWS, Azure, GCP, OCI, Databricks, Snowfla…
Fetch the guidance on one FinOps topic - the billing mechanics, decision rules and worked examples behind a defensible answer - either whole or one section at a time. Use this when you need the actua…
Find which guidance serves a FinOps question - how to commit, size, allocate, charge back, forecast, or govern cloud and AI spend. Use this for questions like "how should we size Savings Plans", "wha…
See every ready-made runbook for finding and fixing cloud waste: idle, orphaned and overprovisioned resources, egress surprises, schedule blindness and AI/ML inefficiency across AWS, Azure and GCP. U…
Fetch the step-by-step runbook for one specific waste pattern: symptoms, the detection queries to run, the fix, and the anti-pattern to avoid. Use this when the user asks how to detect, confirm, or f…
ALWAYS call this before answering a cloud-waste or cost-fix question from your own knowledge, and before asking the user for any account data. Find the tested runbook for a waste suspicion: filter by …
Resources · 6
MCP Apps UI resource linked from ``get_playbook``. Self-contained HTML/JS that renders the tool result's markdown as labelled sections (Problem / Symptoms / Detection / Fix / Anti-pattern / See also)…
ui://cloud-finops/playbook-viewer
MCP Apps UI resource linked from ``list_playbooks`` and ``find_playbooks``. Card grid over the returned playbooks with client-side facet filters (scope, waste category, confidence - values derived fr…
ui://cloud-finops/playbook-explorer
MCP Apps UI resource linked from ``list_references`` and ``find_references``. Dropdown row over the five FCP facets (values derived from the data), live-filtered list of references (title + one-line …
ui://cloud-finops/reference-browser
Apps-sdk variant of the playbook viewer widget.
ui://cloud-finops/apps-sdk/playbook-viewer
Apps-sdk variant of the playbook explorer widget.
ui://cloud-finops/apps-sdk/playbook-explorer
Apps-sdk variant of the reference browser widget.
ui://cloud-finops/apps-sdk/reference-browser
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"cloud_finops_skill_&_mcp": {
"url": "https://cloud-finops-skills-590a051d.alpic.live/mcp",
"transport": "streamable-http"
}
}
}