Cloudability Api Server
@eelzinaty
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Developer Tools MCP servers
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments