Cloudability Api Server
About
A comprehensive Model Context Protocol (MCP) server for the Cloudability API, providing advanced cost management, Kubernetes container analytics, and budget forecasting capabilities
Details
- Author
- eelzinaty
- Downloads
- 384
- Categories
- Cloud Service, Infrastructure, Other, Developer Tools
Jump to
- 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)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cloudability Api ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cloudability api server": {
"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"
}
}
}
}
}
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"
}
}
}
Cloudability MCP Server
A comprehensive Model Context Protocol (MCP) server for the Cloudability API, providing advanced cost management, Kubernetes container analytics, and budget forecasting capabilities.
🌟 Why Use This MCP Server?
- 🔥 Container-First: Comprehensive Kubernetes cost allocation and monitoring
- 📊 Advanced Analytics: 15 dimensions, 8 metrics, flexible filtering and grouping
- 💰 Budget Management: Complete budget lifecycle with forecasting and alerts
- 🚀 Production Ready: Full test coverage, type safety, and error handling
- 🌍 Multi-Region: Support for US, EU, APAC, and ME Cloudability regions
- 🔐 Flexible Auth: Bearer tokens, legacy Basic auth, or Frontdoor API keys for automatic token acquisition
🚀 Quick Start
Prerequisites
- Python 3.14+ (required for modern type annotations)
- uv (recommended package manager)
- Cloudability API access (Bearer token, API key, or Frontdoor API keys in .env)
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




