Connect
Optimize
Secure
The #1 agentic semantic tool search: 91.6% first-try accuracy on S1 Search Bench • Explore Tool Discovery →
Connect your AI agent to StackOne's AWS Lambda MCP server and give it 66 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
Create, read, update, and delete across AWS Lambda — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your AWS Lambda MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every AWS Lambda tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every AWS Lambda call.
Tools Discovery →A AWS Lambda MCP server lets AI agents read and write AWS Lambda data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's AWS Lambda MCP server ships with 66 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from AWS Lambda's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create an alias for a Lambda function version
Retrieve details about a Lambda function alias
Update the configuration of a Lambda function alias
Delete a Lambda function alias
Create a code signing configuration that defines trusted publishers and a signing policy
List the code signing configurations in the AWS account and region
Retrieve a code signing configuration by ARN
Update an existing code signing configuration
Delete a code signing configuration
Retrieve the code signing configuration associated with a function
Remove the code signing configuration from a function
List the asynchronous invocation configurations for a Lambda function
Retrieve the asynchronous invocation configuration for a function, version, or alias
Update the asynchronous invocation configuration for a function, version, or alias
Delete the asynchronous invocation configuration for a function, version, or alias
Create a mapping between an event source and a Lambda function
List the event source mappings for a function or event source
Retrieve details about a single event source mapping
Update the settings of an existing event source mapping
Delete an event source mapping identified by its UUID
List the provisioned concurrency configurations for a Lambda function
Retrieve the provisioned concurrency configuration for a function's alias or version
Delete the provisioned concurrency configuration for a function
Create a Lambda function from a deployment package and execution role
List the Lambda functions in the AWS account and region
Retrieve information about a Lambda function or a specific version
Delete a Lambda function or a specific version
Retrieve the version-specific configuration settings of a Lambda function
Modify the version-specific configuration settings of a Lambda function
Retrieve the reserved concurrency configuration for a function
Remove the reserved concurrency limit from a function
Create a Lambda function URL with the specified configuration
List the Lambda function URLs configured for a function
Retrieve details about a Lambda function URL
Update the configuration for a Lambda function URL
Delete a Lambda function URL
Create a Lambda layer from a ZIP archive
List the versions of a Lambda layer
Retrieve information about a specific version of a Lambda layer
Delete a version of a Lambda layer
Grant another account or organization permission to use a Lambda layer version
Remove a statement from the permission policy of a Lambda layer version
Grant a principal permission to use a Lambda function
Revoke function-use permission by removing a policy statement
Publish an immutable version from the current function code and configuration
Retrieve your Lambda account limits and usage in the AWS Region
List the aliases for a Lambda function
List the functions that use the specified code signing configuration
Retrieve the runtime management configuration for a function's version
Retrieve a function's recursive loop detection configuration
List the published versions of a Lambda function
List the Lambda layers in the AWS account and region
Retrieve information about a Lambda layer version by its ARN
Retrieve the resource-based permission policy for a Lambda layer version
Retrieve the resource-based IAM policy for a Lambda function
List the tags on a Lambda function, event source mapping, or code signing configuration
Update the code of a Lambda function from a package or container image
Invoke a Lambda function synchronously or asynchronously
Attach a code signing configuration to a function
Configure asynchronous invocation for a function, version, or alias (overwrites existing config)
Add a provisioned concurrency configuration to a function's alias or version
Set the runtime management configuration for a function's version
Set a function's recursive loop detection configuration
Set the reserved concurrency limit for a function
Add tags to a Lambda function, event source mapping, or code signing configuration
Remove tags from a Lambda function, event source mapping, or code signing configuration
One endpoint. Any framework. Your agent is talking to AWS Lambda in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.