Skip to content
Back to search
100
MCP MCP 2025-11-25 streamable-http

Cloud FinOps Skill & MCP

io.github.optimnow/cloud-finops

Cloud cost + FinOps knowledge for AI agents: AWS/Azure/GCP optimisation, AI spend, waste playbooks.

Uptime
33.3%
3 direct probes · 30d
Response
338ms
last probe
Tools
6
callable
Resources
6
readable
Prompts
0
available

Tools · 6

list_references

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…

get_reference

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_references

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…

list_playbooks

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…

get_playbook

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…

find_playbooks

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

Playbook viewer

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
Playbook explorer

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
Reference browser

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
Playbook viewer (apps-sdk)

Apps-sdk variant of the playbook viewer widget.

ui://cloud-finops/apps-sdk/playbook-viewer
Playbook explorer (apps-sdk)

Apps-sdk variant of the playbook explorer widget.

ui://cloud-finops/apps-sdk/playbook-explorer
Reference browser (apps-sdk)

Apps-sdk variant of the reference browser widget.

ui://cloud-finops/apps-sdk/reference-browser

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"
    }
  }
}