iiRecord
Agentic AI Atlas · AWS Lambda MCP Server
tool-server:mcp-aws-lambdaa5c.ai
II.
ToolServer JSON

tool-server:mcp-aws-lambda

Structured · live

AWS Lambda MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-cloud-services.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-aws-lambda",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-cloud-services.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "AWS Lambda MCP Server",
    "description": "MCP server providing access to AWS Lambda functions.\nEnables AI agents to list, invoke, and inspect Lambda functions,\nretrieve logs, manage function configurations, and monitor invocations.\n",
    "protocol": "mcp",
    "category": "cloud",
    "repoUrl": "https://github.com/awslabs/mcp-server-aws-lambda",
    "maintainer": "AWS Labs",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-aws-lambda",
      "to": "platform-service:aws-lambda",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-aws-lambda",
      "to": "platform:aws",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-aws-lambda",
      "to": "domain:cloud-infra",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-aws-lambda",
      "to": "domain:devops",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}