nozomi-koborinai/gcp-cost-mcp-server
💰 An MCP server that enables AI assistants to estimate Google Cloud costs, powered by Cloud Billing Catalog API and built with Genkit for Go
Provides dynamic pricing analysis for Vertex AI, including: - Required parameters (training hours, compute type, accelerators) - Available pricing tiers - Free trial credits (if applicable) - Cost optimization recommendations" ``` ## Architecture Built with Genkit for Go, the server: - Queries the **Google Cloud Billing Catalog API** to fetch service, SKU, and pricing data - Implements **five stateless MCP tools** that AI assistants can autonomously call - Uses **OAuth authentication** (Application Default Credentials) to access public pricing data - Generates **dynamic estimation guides** by analyzing SKUs instead of hardcoding services ## Development ### Prerequisites - Go 1.21 or later - Google Cloud SDK with `gcloud` authenticated ### Project Structure ``` . ├── main.go # Entry point & Genkit setup ├── tools
Stars
8
Forks
1
Language
Go
License
MIT
Category
Last pushed
Feb 22, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/nozomi-koborinai/gcp-cost-mcp-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
awslabs/mcp
Official MCP Servers for AWS
ravikiranvm/aws-finops-mcp-server
An MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly...
awslabs/iam-policy-autopilot
IAM Policy Autopilot is an open source static code analysis tool that helps you quickly create...
alexei-led/aws-mcp-server
A lightweight service that enables AI assistants to execute AWS CLI commands (in safe...
jasonwilbur/oci-pricing-mcp
OCI Pricing MCP Server - Model Context Protocol server for Oracle Cloud Infrastructure pricing...