MCP.so
ログイン
C

Cloudability Api Server

@eelzinaty

Cloudability Api Server について

A comprehensive Model Context Protocol (MCP) server for the Cloudability API, providing advanced cost management, Kubernetes container analytics, and budget forecasting capabilities

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

eelzinaty

投稿者

Issam AlZinati

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "cloudability": {
      "command": "uv",
      "args": [
        "run",
        "python",
        "main.py"
      ],
      "cwd": "/path/to/cloudability-mcp-server",
      "env": {
        "CLOUDABILITY_API_URL": "https://api.cloudability.com/v3",
        "CLOUDABILITY_ENVIRONMENT_ID": "your-environment-id",
        "CLOUDABILITY_DEFAULT_VIEW_ID": "12345",
        "CLOUDABILITY_KEY_ACCESS": "your-public-key",
        "CLOUDABILITY_KEY_SECRET": "your-private-key",
        "CLOUDABILITY_FRONTDOOR_URL": "https://frontdoor.apptio.com/service/apikeylogin"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Cloudability Api Server?

Cloudability Api Server is a Model Context Protocol (MCP) server that wraps the Cloudability API, providing advanced cost management, Kubernetes container analytics, and budget forecasting capabilities. It is intended for teams managing cloud costs and containerized workloads across AWS, Azure, GCP, IBM, and OCI.

How to use Cloudability Api Server?

Clone the repository, install dependencies with uv sync, copy the .env.example to .env and set Cloudability credentials (API URL, environment ID, and optionally Frontdoor API keys), then run uv run python main.py. Configure your MCP client to point to the server with the uv run python main.py command and appropriate environment variables.

Key features of Cloudability Api Server

  • Container cost allocation, provisioning, analytics, and label discovery
  • Cost reporting with 15 dimensions and 8 metrics
  • Budget lifecycle management with forecasting and alerts
  • Current month spending estimates and multi-month predictive forecasts
  • Vendor account listing for AWS, Azure, GCP, IBM, OCI
  • Flexible authentication: Bearer token, Frontdoor API keys, or Basic auth
  • Multi-region support: US, EU, APAC, ME
  • Resource caching with configurable TTL (default 15 minutes)

Use cases of Cloudability Api Server

  • Allocate Kubernetes container costs by namespace, workload, or label
  • Manage cloud budget lifecycles and receive forecast alerts
  • Generate current-month spending estimates with service-level breakdowns
  • Retrieve vendor accounts from multiple cloud providers for cost analysis
  • Build custom cost reports with advanced filtering and grouping

FAQ from Cloudability Api Server

What are the runtime requirements?

Python 3.14+ and the uv package manager. You also need Cloudability API access (Bearer token, API key, or Frontdoor API keys).

How does authentication work?

Three methods: 1) Frontdoor API keys automatically acquire an apptio‑opentoken when set in environment variables; 2) Bearer token with a manually provided apptio‑opentoken; 3) Legacy Basic auth with an API key.

What tools does the server expose?

Tools for container management (provision cluster, get deployment YAML, containers report, resource usage, label discovery, cluster info), budgets (list, get, get spending estimate), forecasts, and vendor account listing (AWS, Azure, GCP, IBM, OCI).

Is there rate limiting?

Yes. The get_spending_estimate tool is rate‑limited to 10 requests per user per minute and 20 per organization per minute.

Can I use the server in different regions?

Yes. Configure CLOUDABILITY_API_URL and CLOUDABILITY_FRONTDOOR_URL for US, EU, APAC, or ME regions, each with their own endpoints.

コメント

「開発者ツール」の他のコンテンツ