II.
ToolServer JSON
Structured · livetool-server:mcp-aws-bedrock
MCP AWS Bedrock json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-aws-bedrock",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/extended-mcp-servers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "MCP AWS Bedrock",
"description": "MCP server providing access to AWS Bedrock AI services. Enables AI agents to list foundation models, invoke model inference, manage knowledge bases, and run RAG queries. Supports stdio transport.",
"protocol": "mcp",
"category": "ai",
"repoUrl": "https://github.com/aws/aws-mcp-servers",
"maintainer": "AWS",
"mcpTransports": [
"mcp-transport:stdio"
],
"tools": [
"tool-descriptor:bedrock.list-foundation-models",
"tool-descriptor:bedrock.invoke-model",
"tool-descriptor:bedrock.list-knowledge-bases",
"tool-descriptor:bedrock.retrieve-and-generate"
],
"sourceRef": "source-ref:mcp-servers-registry"
},
"outgoingEdges": [
{
"from": "tool-server:mcp-aws-bedrock",
"to": "tool-descriptor:bedrock.list-foundation-models",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "tool-descriptor:bedrock.invoke-model",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "tool-descriptor:bedrock.list-knowledge-bases",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "tool-descriptor:bedrock.retrieve-and-generate",
"kind": "contains_tool_descriptor",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "extension-interface:orchestration",
"kind": "implements",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "capability:supports-mcp",
"kind": "requires_capability",
"attributes": {
"level": "required"
}
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "source-ref:mcp-servers-registry",
"kind": "sourced_from",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "provider:aws-bedrock",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "platform:aws",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-aws-bedrock",
"to": "domain:data-science",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-descriptor:bedrock.list-foundation-models",
"to": "tool-server:mcp-aws-bedrock",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:bedrock.invoke-model",
"to": "tool-server:mcp-aws-bedrock",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:bedrock.list-knowledge-bases",
"to": "tool-server:mcp-aws-bedrock",
"kind": "contained_in_plugin",
"attributes": {}
},
{
"from": "tool-descriptor:bedrock.retrieve-and-generate",
"to": "tool-server:mcp-aws-bedrock",
"kind": "contained_in_plugin",
"attributes": {}
}
]
}