II.
ToolServer JSON
Structured · livetool-server:mcp-dynamodb
DynamoDB MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-dynamodb",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-databases.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "DynamoDB MCP Server",
"description": "MCP server providing access to Amazon DynamoDB.\nEnables AI agents to list tables, describe table schemas, scan,\nquery, and perform CRUD operations on DynamoDB items.\n",
"protocol": "mcp",
"category": "database",
"repoUrl": "https://github.com/aws/aws-mcp-servers",
"maintainer": "AWS",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-dynamodb",
"to": "platform-service:aws-dynamodb",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-dynamodb",
"to": "stack-part:nosql-database",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-dynamodb",
"to": "platform:aws",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-dynamodb",
"to": "domain:databases",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-dynamodb",
"to": "domain:cloud-infra",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}