71
/ 100
7 days ago
glama

AWS Athena Cost MCP Server

Analyzes AWS Athena query costs by comparing baseline vs spike periods, querying PostgreSQL, and extracting patterns from expensive queries.

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: LLM_API_KEY, POSTGRES_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.
configLLM_BASE_URL
🔐 secretLLM_API_KEY
configLLM_MODEL_NAME
configPOSTGRES_HOSTexport =localhost
configPOSTGRES_PORTexport =5432
configPOSTGRES_DBexport =athena_queries
configPOSTGRES_USERexport =your_username
🔐 secretPOSTGRES_PASSWORDexport =your_password # Optional, uses peer auth if not set
// 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/igalem-mcp-aws-cost-1lezms)](https://m8ven.ai/mcp/igalem-mcp-aws-cost-1lezms)
commit: 9c4d0eddfd2cbf90496cd31a2f2058df03ee34fd
code hash: b6cc7930228ed20df9be20a444480a1b50ad4707794d2508c4af203b0a1863cf
verified: 6/23/2026, 10:17:50 AM
view raw JSON →