II.
ToolServer JSON
Structured · livetool-server:mcp-aws-s3
MCP AWS S3 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-aws-s3",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP AWS S3",
"description": "MCP server providing access to Amazon S3 object storage. Enables AI agents to list buckets, browse objects, read files, and upload content to S3. Supports stdio transport.",
"protocol": "mcp",
"category": "cloud",
"repoUrl": "https://github.com/aws/aws-mcp-servers",
"maintainer": "AWS",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:s3.list-buckets",
"tool-descriptor:s3.list-objects",
"tool-descriptor:s3.get-object",
"tool-descriptor:s3.put-object"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-aws-s3",
"to": "tool-descriptor:s3.list-buckets",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "tool-descriptor:s3.list-objects",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "tool-descriptor:s3.get-object",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "tool-descriptor:s3.put-object",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "stack-part:object-storage",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "platform-service:aws-s3",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "platform:aws",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-s3",
"to": "domain:cloud-infra",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:s3.list-buckets",
"to": "tool-server:mcp-aws-s3",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:s3.list-objects",
"to": "tool-server:mcp-aws-s3",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:s3.get-object",
"to": "tool-server:mcp-aws-s3",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:s3.put-object",
"to": "tool-server:mcp-aws-s3",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "scope-boundary:tool-server-mcp-aws-s3.scope",
"to": "tool-server:mcp-aws-s3",
"kind": "bounds_subject"
}
]
}