II.
ToolServer JSON
Structured · livetool-server:mcp-aws-sqs
AWS SQS MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-aws-sqs",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-cloud-services.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "AWS SQS MCP Server",
"description": "MCP server providing access to AWS Simple Queue Service.\nEnables AI agents to list queues, send and receive messages,\ndelete messages, and retrieve queue attributes.\n",
"protocol": "mcp",
"category": "cloud",
"repoUrl": "https://github.com/awslabs/mcp-server-aws-sqs",
"maintainer": "AWS Labs",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-aws-sqs",
"to": "platform-service:aws-sqs",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-sqs",
"to": "platform:aws",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-sqs",
"to": "domain:cloud-infra",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-sqs",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}