II.
ToolServer JSON
Structured · livetool-server:mcp-google-calendar
Google Calendar MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-google-calendar",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-productivity.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Google Calendar MCP Server",
"description": "MCP server providing access to Google Calendar.\nEnables AI agents to list events, create and update calendar\nentries, check free/busy status, and manage recurring schedules.\n",
"protocol": "mcp",
"category": "productivity",
"repoUrl": "https://github.com/nspady/google-calendar-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-google-calendar",
"to": "provider:google",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-google-calendar",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}