II.
ToolServer JSON
Structured · livetool-server:mcp-outlook
Outlook MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-outlook",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-productivity.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Outlook MCP Server",
"description": "MCP server providing access to Microsoft Outlook.\nEnables AI agents to manage emails, calendar events, contacts,\nand tasks through the Microsoft Graph API.\n",
"protocol": "mcp",
"category": "productivity",
"repoUrl": "https://github.com/microsoft/mcp-server-outlook",
"maintainer": "Microsoft",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-outlook",
"to": "tool:outlook",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-outlook",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}