AWS Lambda MCP Server

AWS Lambda MCP Server is a skill for Claude Code, Codex from agentskillexchange/skills. It costs 4 tokens per session (220 once invoked), scanned A, original, MIT.

A skill related to connecting an AI agent to AWS Lambda, Amazon’s service for running code without managing servers. The available material mainly points to the AWS JavaScript SDK and documentation.

In plain words
What is it for?
Use it as a starting point for researching or building Lambda integrations with the AWS JavaScript SDK.
Why use it?
It may help an agent work with Lambda-related AWS resources, but the supplied material does not include enough usage instructions to describe a complete workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it as a starting point for researching or building Lambda integrations with the AWS JavaScript SDK.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentskillexchange/skills/aws-lambda-mcp-server
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add agentskillexchange/skills --skill aws-lambda-mcp-server
Clone the repo
git clone --depth 1 https://github.com/agentskillexchange/skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for AWS Lambda MCP Server

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentskillexchange/skills/aws-lambda-mcp-server/github.svg)](https://agentmods.dev/skills/agentskillexchange/skills/aws-lambda-mcp-server)
Your own site
<a href="https://agentmods.dev/skills/agentskillexchange/skills/aws-lambda-mcp-server"><img src="https://agentmods.dev/badge/skills/agentskillexchange/skills/aws-lambda-mcp-server/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for AWS Lambda MCP Server

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentskillexchange/skills/aws-lambda-mcp-server"><img src="https://agentmods.dev/badge/skills/agentskillexchange/skills/aws-lambda-mcp-server.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 4 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 220 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00004 $0.00220
Opus 5 $0.00002 $0.00110
Sonnet 5 $0.00001 $0.00044
Haiku 4.5 $0.00000 $0.00022

Measured yesterday against content hash 68b4dd46ea96, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

AWS Lambda MCP Server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/aws-lambda-mcp-server/SKILL.md · 39 lines

What it actually says

AWS Lambda MCP Server

Prerequisites

Node.js, npm

Installation

No source-backed install or usage instructions could be extracted automatically. Review the upstream project before running this skill in a sensitive workflow.

Documentation

Source

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed 68b4dd46ea96
  2. 5d ago First seen · 39 lines · 4 tokens per session scan A 88729d17fdfd

Subscribe to this mod's changes

AWS Lambda MCP Server is a skill published in the GitHub repository agentskillexchange/skills (38 stars, last pushed today), licensed MIT. It adds 4 tokens to every session and 220 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

slo-define

Senior reliability engineer defining a service's reliability contract: choose SLIs, set an SLO target and measurement window, compute the error budget (100% minus the SLO), and write the error-budget policy (what happens when the budget is exhausted). Produces SLOSPEC.md. Activates when a service or critical user flow…

Mozurok/fhorja.dev · 184 tokens

managing-cluster-capacity

Manages CockroachDB cluster capacity across all tiers. Self-Hosted covers node decommissioning for permanent removal and adding nodes for expansion. Advanced/BYOC covers scaling node count and machine size via Cloud Console, API, or Terraform. Standard covers adjusting provisioned compute (vCPUs). Basic auto-scales …

cockroachdb/cursor-plugin · 95 tokens

provisioning-cluster-for-production

Guides initial CockroachDB cluster provisioning and production deployment. Self-Hosted covers cockroach start/init, Kubernetes deployment (Operator, Helm), hardware sizing, and production configuration. Advanced/BYOC covers Cloud Console, API, and Terraform provisioning with production settings. Standard covers…

cockroachdb/cursor-plugin · 96 tokens

configuring-private-connectivity

Configures private network connectivity for CockroachDB Cloud clusters including AWS PrivateLink, GCP Private Service Connect, Azure Private Link, egress private endpoints, and VPC peering. Use when setting up private endpoints to eliminate public internet exposure, configuring egress to external services like Kafka…

cockroachdb/cursor-plugin · 71 tokens

configuring-log-export

Configures log and metric export for CockroachDB Cloud clusters to external monitoring services including AWS CloudWatch, GCP Cloud Logging, and Datadog. Use when setting up log export for audit compliance, configuring metric export for monitoring, or troubleshooting log delivery issues.

cockroachdb/cursor-plugin · 58 tokens

upgrading-cluster-version

Guides CockroachDB version upgrades with tier-appropriate procedures. Self-Hosted covers manual rolling binary replacement with finalization control. Advanced/BYOC covers Console-initiated major upgrades, maintenance windows for patches, and release channel selection. Standard and Basic upgrades are fully automatic…

cockroachdb/cursor-plugin · 79 tokens