Run any AWS Lambda function as a Large Language Model (LLM) tool without code changes using Anthropic's Model Control Protocol (MCP).
The architecture revolves around an MCP server acting as an intermediary between LLMs and AWS Lambda functions. It enables models to invoke Lambda functions as tools, providing access to AWS services, private networks, and the internet. Two operational modes, pre-discovery and generic, determine how Lambda functions are exposed as tools. This promotes segregation of duties by isolating model access.
Python
41