II.
ToolServer JSON
Structured · livetool-server:mcp-google-sheets
Google Sheets MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-google-sheets",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-productivity.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Google Sheets MCP Server",
"description": "MCP server providing access to Google Sheets spreadsheets.\nEnables AI agents to read and write cells, apply formatting,\nexecute formulas, and perform batch operations on sheet data.\n",
"protocol": "mcp",
"category": "productivity",
"repoUrl": "https://github.com/nicepkg/google-sheets-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-google-sheets",
"to": "provider:google",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-google-sheets",
"to": "domain:data-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-google-sheets",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}