II.
ToolServer JSON
Structured · livetool-server:mcp-teams
Microsoft Teams MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-teams",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-communication.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Microsoft Teams MCP Server",
"description": "MCP server providing access to Microsoft Teams.\nEnables AI agents to send and read messages, manage channels,\nand integrate with existing Office 365 infrastructure.\n",
"protocol": "mcp",
"category": "communication",
"repoUrl": "https://github.com/inditextech/mcp-teams-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-teams",
"to": "tool:microsoft-teams",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-teams",
"to": "domain:operations",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-teams",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}