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

tool-server:mcp-aws-serverless

Structured · live

AWS Serverless MCP Server json

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

File · extensions/tool-servers/mcp-data-serverless.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-aws-serverless",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-data-serverless.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "AWS Serverless MCP Server",
    "description": "Official AWS Labs MCP server for serverless application development with AWS SAM CLI.\nProvides tools to initialize SAM projects, work with SAM templates, manage Lambda event schemas,\nand integrate with EventBridge schema registry for type-safe serverless development.\n",
    "protocol": "mcp",
    "category": "cloud-infra",
    "repoUrl": "https://github.com/awslabs/mcp",
    "maintainer": "AWS",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-aws-serverless",
      "to": "tool:sam-cli",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-aws-serverless",
      "to": "platform:aws",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-aws-serverless",
      "to": "domain:cloud-infra",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-aws-serverless",
      "to": "domain:serverless",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}