mcpbeat Sign in

Cloud FinOps Skill & MCP Server

answering

Cloud FinOps Skill & MCP is answering right now. Last checked 6 min ago. 1 173 installs a week from pypi. It exposes 6 tools. Last commit 30 Aug 2026.

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

Installs per day peak 792 · avg 180 · -42% w/w
a month agotoday
Uptime history 13 days of history
13 days agonow
100.0%
Uptime 24h
91 of 91 checks
6
Tools
read from the server
1052 ms
Response time
average over 24h
1 173
Installs / week
npm and PyPI

What the code does

We read the source, 12 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/cloud_finops_mcp/__init__.py:1, [пакет] src/cloud_finops_mcp/__main__.py:1, [пакет] src/cloud_finops_mcp/metadata.py:1 и ещё 8
этот файл ставится пользователю, но в репозитории его нет
Page executes code built at runtime mcp_server/src/cloud_finops_mcp/ui/playbook_explorer.html:346, mcp_server/src/cloud_finops_mcp/ui/playbook_viewer.html:54, [пакет] src/cloud_finops_mcp/ui/playbook_explorer.html:346 и ещё 3
      content.innerHTML = R.renderPlaybookHtml(payload, { checklistFix: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add cloud-finops --transport http https://cloud-finops-skills-590a051d.alpic.live/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloud-finops": {
      "url": "https://cloud-finops-skills-590a051d.alpic.live/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cloud-finops]
url = "https://cloud-finops-skills-590a051d.alpic.live/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "cloud-finops": {
      "url": "https://cloud-finops-skills-590a051d.alpic.live/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cloud-finops": {
      "url": "https://cloud-finops-skills-590a051d.alpic.live/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

playbooks
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 provider, service, waste category or detection confidence. Two rules. (1) When the user reports a symptom you think you can answer directly - "my NAT gateway processes 10TB to S3", "should I delete these old snapshots" - call this FIRST anyway: a named runbook with a tested detection query outranks a correct generic answer, and answering without checking loses the query the user needed. (2) When the user asks about THEIR OWN resources - "which of my RIs are about to expire", "which of our VMs run for nothing" - do NOT reply that you lack account access and do NOT request a data export: you cannot see their account, but the matching runbook carries the exact detection query to hand over. The runbook IS the answer. Use this for questions like "which VMs are running for nothing", "why is our NAT bill so high", "what waste can we clean up safely without review" - anything that names a provider, a waste category, or how confident the detection needs to be before acting. Patterns covered include NAT gateways and VPC endpoints, expiring Savings Plans / RIs / reservations, snapshot sprawl, S3 lifecycle gaps, idle or stopped VMs, orphaned disks / public IPs / EBS volumes, GPU and SageMaker sizing, Kubernetes idle capacity, and schedule blindness. All filters are optional and combine with AND semantics. String matching is case-insensitive and exact. Examples: - ``find_playbooks(scope="aws")`` - all AWS-specific playbooks - ``find_playbooks(waste_category="idle")`` - every idle-resource pattern - ``find_playbooks(scope="cross-cloud", confidence="obvious")`` Args: scope: ``"aws"``, ``"azure"``, ``"gcp"``, or ``"cross-cloud"``. service: Provider service exact-match (e.g. ``"AWS NAT Gateway"``). waste_category: ``"orphaned"``, ``"idle"``, ``"overprovisioned"``, ``"commitment-mismatch"``, ``"schedule-blindness"``, ``"modernization"``, ``"ai-ml-inefficiency"``, or ``"egress"``. confidence: ``"obvious"`` (single signal is enough), ``"likely"`` (two signals required), or ``"possible"`` (needs human review). From the OptimNow three-tier confidence model in `finops-waste-detection-playbooks`. Returns ``{"filters": {...}, "playbooks": [...], "total": N}``. A query that matches nothing also returns `hint` and `valid_values`, so a typo is distinguishable from a genuine gap in coverage.
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. Use this to discover which waste patterns have a runbook. When the question already names a provider, waste category, or confidence tier, call ``find_playbooks`` instead. Each playbook is a small (~80-130 line) runbook scoped to one waste pattern (e.g. ``aws-zombie-nat-gateway``, ``azure-orphan-disks``). Returns ``{"playbooks": [...], "total": N}`` where each entry includes ``name``, ``title``, ``scope`` (aws/azure/gcp/cross-cloud), ``service``, ``waste_category``, ``confidence`` (obvious/likely/possible), and ``approx_tokens`` - the same size hint the reference listing carries, so a multi-playbook answer can be budgeted before fetching.
references
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", "what should Finance own in chargeback", "what does a Crawl-stage org tackle first" - anything that maps to FinOps Framework facets (domain, capability, phase, persona, maturity) - and you want only the references that serve it, instead of scanning the full list. All filters are optional and combine with AND semantics. String matching is case-insensitive and exact (not substring). Examples: - ``find_references(domain="Optimize Usage & Cost")`` - ``find_references(phase="Optimize", persona="Engineering")`` - ``find_references(persona="Engineering", persona_primary_only=True)`` - ``find_references(capability="Rate Optimization")`` - ``find_references(maturity="Crawl")`` Args: domain: FinOps Framework domain (e.g. ``"Optimize Usage & Cost"``, ``"Quantify Business Value"``, ``"Manage the FinOps Practice"``). capability: FinOps capability (matches ``fcp_capability`` and ``fcp_capabilities_secondary``). phase: FinOps phase (``"Inform"``, ``"Optimize"``, ``"Operate"``). persona: Persona (matches ``fcp_personas_primary`` and ``fcp_personas_collaborating``). maturity: Entry maturity level (``"Crawl"``, ``"Walk"``, ``"Run"``). persona_primary_only: when True, ``persona`` matches only the primary list. Use it when the default match barely narrows the set - broad personas like Engineering collaborate on nearly every file, so filtering on collaboration is descriptive, not discriminating. ``persona="Engineering", persona_primary_only=True`` is the engineering reading list; the default is the everything-they-touch view. Returns ``{"filters": {...}, "references": [...], "total": N}``. A query that matches nothing also returns `hint` and `valid_values`, so a typo is distinguishable from a genuine gap in coverage.
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, Snowflake, ...). Use this to discover what the library covers before deciding what to fetch. When the question already names a FinOps domain, phase, persona or maturity, call ``find_references`` instead of scanning this full list. Returns a dict shaped ``{"references": [...], "total": N}`` where each entry includes ``name``, ``title``, a one-line ``description``, the discriminating FCP facets (``fcp_domain``, ``fcp_capability``, ``fcp_phases``, ``fcp_personas_primary``, ``fcp_maturity_entry``) and ``approx_tokens``. Read ``approx_tokens`` before fetching: the library runs from about 3,000 to over 25,000 tokens per file. Above roughly 10,000, prefer ``get_reference(name, section=...)`` and pull the part you need.
playbook
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 fix one specific named waste pattern (zombie NAT gateway, snapshot sprawl, idle SageMaker endpoint, ...). When the question is about the user's OWN resources ("which of my X..."), fetch the runbook and hand over its detection query - never reply that you lack account access, and never ask for a data export first. The runbook IS the answer. Args: name: Playbook slug as returned by ``list_playbooks`` (e.g. ``"aws-zombie-nat-gateway"``, ``"azure-orphan-disks"``, ``"cross-cloud-untagged-spend-drift"``). Returns ``{"name": ..., "title": ..., "content": "...", "lines": N}``. On miss, returns ``{"error": ..., "suggestions": [...]}`` with up to three string-distance matches so the caller can self-correct. A host with MCP Apps (SEP-1865) support may render this result via the linked ``ui://cloud-finops/playbook-viewer`` resource instead of showing the raw markdown.
reference
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 actual content of one known reference - after ``list_references`` or ``find_references`` told you which one serves the question, and ALWAYS before answering an advisory question (commitment sizing, chargeback design, allocation methodology) the library covers. Pass ``section`` when the question is narrower than the file. The ``approx_tokens`` hint in the listing tells you when this matters: the provider pattern catalogues run past 25,000 tokens and are enumerated lists, so a question about S3 lifecycle wants one section of ``finops-aws-patterns``, not all of it. Omit ``section`` for the whole file when you need the cross-cutting reasoning. Args: name: Reference name as returned by ``list_references`` (e.g. ``"finops-aws"``, ``"finops-genai-capacity"``, ``"optimnow-methodology"``). section: Optional H2 or H3 heading to return on its own. Matched case-insensitively and partially against the headings, so a natural phrase works - ``"storage"``, ``"commitment decision tree"``. A heading's trailing count is ignored, so ``"storage optimization patterns"`` matches ``"Storage Optimization Patterns (28)"``. If it matches nothing you get the list of available headings back, not the whole file. Without ``section``, returns ``{"name": ..., "content": "...", "lines": N}`` where ``content`` is the file verbatim. With ``section``, returns ``{"name", "title", "section", "section_level", "partial": true, "content", "lines", "full_lines"}`` where ``content`` is that section prefixed by the reference's title, plus ``other_matching_sections`` when the phrase matched more than one heading. On a miss, returns ``{"error": ..., "suggestions": [...]}``. An unknown name gives up to three string-distance matches; an unmatched ``section`` gives ``available_sections`` - every heading in the file - so the retry is exact.

Endpoints

URLTransportStateLatencyChecked
https://cloud-finops-skills-590a051d.alpic.live/mcp streamable-http answering 485 ms 6 min ago

Alternatives to Cloud FinOps Skill & MCP

same job, measured the same way
OpenClaw FinOps
by maryadawson-code

Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.

answering
IntegrityPulse FinOps
by maryadawson-code

Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.

1 tools answering
Azure FinOps MCP Server
by raviteja-pegata

Azure FinOps MCP: cost, budgets, forecasting and optimization for Claude, VS Code and Cursor.

63 installs/wk local only
Costory FinOps MCP
by costory

FinOps MCP: query allocated, correlated cloud and AI cost across AWS, GCP, Azure and Snowflake.

answering
Synlake — Cloud Infrastructure for AI Agents
by synlake-ai

Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.

answering
cloud-tools
by munhq

Multi-cloud cost, inventory and waste analysis over MCP: AWS, GCP, Cloudflare and OVH.

local only
Cloudpulse
by lhf552004

Cross-cloud observability for AI agents. Covers AWS, GCP, Vercel, and Cloudflare.

49 installs/wk local only
Cloudcostsmcp
by x7even

Anchor AI FinOps to real, live cloud pricing — AWS, GCP & Azure public and enterprise rates.

394 installs/wk local only

Cloud FinOps Skill & MCP — questions

Answers built from our own checks of this server.

What can Cloud FinOps Skill & MCP do?
It exposes 6 tools, read directly from the server on our last check. Among them: find_playbooks, find_references, get_playbook, get_reference, list_playbooks, list_references. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Cloud FinOps Skill & MCP mostly used for?
Its tools cluster around playbooks and references. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Cloud FinOps Skill & MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 1052 ms. The bar chart above shows every period we have measured.
How do I connect Cloud FinOps Skill & MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Cloud FinOps Skill & MCP need an API key?
No. Cloud FinOps Skill & MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Cloud FinOps Skill & MCP?
It answers our handshake in 1052 ms on average, which is faster than 7% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Cloud FinOps Skill & MCP?
The pypi package cloud-finops-mcp was installed 1 173 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cloud FinOps Skill & MCP open source?
Yes — it is published under the NOASSERTION licence, written in Python, 49 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.