II.
ToolServer JSON
Structured · livetool-server:mcp-winget
WinGet MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-winget",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-package-api.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "WinGet MCP Server",
"description": "Official built-in MCP server for the Windows Package Manager (WinGet), enabling\nAI agents and development tools to search for available packages, understand\npackage details, and assist with installation and upgrade workflows.\nIntegrated into the winget CLI and documented on Microsoft Learn.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/microsoft/winget-cli",
"maintainer": "Microsoft",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-winget",
"to": "tool:winget",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-winget",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}