cloud-cost-mcp
Verified Safeby jasonwilbur
Overview
A multi-cloud pricing comparison server for AWS, Azure, GCP, and OCI, enabling users to compare compute, storage, egress, and Kubernetes costs with natural language queries and calculate workload estimates.
Installation
npx cloud-cost-mcpSecurity Notes
The server is transparently implemented in TypeScript, without using 'eval' or obfuscation. It relies on well-known public APIs (instances.vantage.sh, Azure Retail Prices API, Oracle Cloud Price List API) for real-time data, explicitly stating 'No API Keys Required,' which mitigates the risk of hardcoded or exposed secrets. Network calls are made to these public sources for pricing data. The @modelcontextprotocol/sdk is a dependency, and its usage within the server's context appears confined to standard MCP server operations (handling ListTools and CallTool requests). Communication with the client is via standard I/O, which is a contained environment.
Similar Servers
openops
OpenOps is a No-Code FinOps automation platform that helps organizations reduce cloud costs, streamline financial operations, and automate key FinOps processes through customizable workflows and AI capabilities.
diagram-mcp-server
Generates infrastructure diagrams from Python code or Infrastructure-as-Code (IaC) files across various cloud providers and on-premises environments.
sample-cfm-tips-mcp
A comprehensive Model Context Protocol (MCP) server for AWS cost analysis and optimization recommendations, designed to integrate with Kiro CLI and other MCP-compatible clients.
osmmcp
Enables LLMs to interact with OpenStreetMap data through a rich set of geospatial tools, including geocoding, routing, and points of interest search.