gcp-cost-mcp-server
Verified Safeby nozomi-koborinai
Overview
Provides AI assistants with tools to estimate Google Cloud running costs by interacting with the Cloud Billing Catalog API and dynamically fetching free tier information.
Installation
./gcp-cost-mcp-serverEnvironment Variables
- GOOGLE_APPLICATION_CREDENTIALS
Security Notes
The server uses standard Google Application Default Credentials (ADC) for authentication to the Cloud Billing API, limiting access to `cloud-billing.readonly` scope. External requests to DuckDuckGo and Google Cloud documentation are made for free tier information; these are controlled and validated (e.g., scraping only `cloud.google.com` URLs). No 'eval' or direct shell execution vulnerabilities, hardcoded secrets, or arbitrary code execution patterns were identified. The data handling and external interactions are well-constrained.
Similar Servers
gcloud-mcp
Enables AI assistants to interact with the Google Cloud environment using the gcloud CLI for natural language cloud management and workflow automation.
vantage-mcp-server
Enable natural language exploration of cloud costs via Model Context Protocol (MCP) clients.
mcp-kubernetes
Enables AI assistants to interact with and debug Kubernetes clusters by translating natural language requests into Kubernetes operations.
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.