73
/ 100
10 days ago
glama

AWS Lambda Tool MCP Server

Bridges MCP clients and AWS Lambda functions, enabling generative AI models to invoke Lambda functions as tools without code changes.

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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN, FUNCTION_TAG_KEY, FUNCTION_INPUT_SCHEMA_ARN_TAG_KEY
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.
configAWS_PROFILE"": "your-aws-profile",
configAWS_REGION"": "us-east-1",
configAWS_ACCESS_KEY_IDASIAIOSFODNN7EXAMPLE
🔐 secretAWS_SECRET_ACCESS_KEYwJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
🔐 secretAWS_SESSION_TOKENAQoEXAMPLEH4aoAH0gNCAPy...truncated...zrkuWJOgQs8IZZaIv2BXIa2R4Olgk
configFUNCTION_PREFIX"": "your-function-prefix",
configFUNCTION_LIST"": "your-first-function, your-second-function",
🔐 secretFUNCTION_TAG_KEY"": "your-tag-key",
configFUNCTION_TAG_VALUE"": "your-tag-value",
🔐 secretFUNCTION_INPUT_SCHEMA_ARN_TAG_KEY"": "your-function-tag-for-input-schema"
// 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 1 concrete improvement 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/tushar3006-aws-mcp-lambdas-1438ky)](https://m8ven.ai/mcp/tushar3006-aws-mcp-lambdas-1438ky)
commit: 7fefd00e9f39079a25a03ed19704f8a7582fd743
code hash: efa919e849b4a6e93778c87ad037614de6cb5f0fb39218a34b9191b99a24cf0a
verified: 7/21/2026, 9:16:35 AM
view raw JSON →