II.
ToolServer JSON
Structured · livetool-server:mcp-google-docs
Google Docs MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-google-docs",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-productivity.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Google Docs MCP Server",
"description": "MCP server providing access to Google Docs.\nEnables AI agents to create, read, and edit documents,\ninsert content, manage formatting, and collaborate on text.\n",
"protocol": "mcp",
"category": "productivity",
"repoUrl": "https://github.com/nicepkg/google-docs-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-google-docs",
"to": "provider:google",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-google-docs",
"to": "domain:knowledge-management",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-google-docs",
"to": "domain:content-operations",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}