71
/ 100
14 days ago
glama

GCP Sales Analytics MCP Server

Enables querying both Google Cloud SQL (PostgreSQL) and BigQuery public datasets through an AI agent that automatically routes questions to the appropriate data source for sales and e-commerce analytics.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: ANTHROPIC_API_KEY, CLOUDSQL_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretANTHROPIC_API_KEYRequired: , GCP_PROJECT_ID
configDB_HOSTyour-cloudsql-ip
configCLOUDSQL_DATABASEpsql -h $DB_HOST -U $CLOUDSQL_USER -d $
configCLOUDSQL_USERpsql -h $DB_HOST -U $ -d $CLOUDSQL_DATABASE
🔐 secretCLOUDSQL_PASSWORDyour-secure-password
configGCP_PROJECT_IDRequired: ANTHROPIC_API_KEY,
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/miames-gcp-mcp-1xt0zj)](https://m8ven.ai/mcp/miames-gcp-mcp-1xt0zj)
commit: b267b6c29ebdf7c3e66fe00a111fdf7b5b7e8b16
code hash: 00b0cf1b67ade8826d313c7e564c62b5b92aad072147d0999f52cc64c97702a2
verified: 6/18/2026, 11:45:14 AM
view raw JSON →