Automox MCP Server✓
com.automox/automox-mcp · v1.0.23
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.automox/automox-mcp",
"description": "Official MCP server for Automox. Manage devices, patches, and policies in natural language.",
"title": "Automox MCP Server",
"repository": {
"url": "https://github.com/AutomoxCommunity/automox-mcp",
"source": "github"
},
"version": "1.0.23",
"packages": [
{
"registryType": "pypi",
"identifier": "automox-mcp",
"version": "1.0.23",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Automox API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AUTOMOX_API_KEY"
},
{
"description": "Account UUID from Automox Settings > Secrets & Keys",
"isRequired": true,
"format": "string",
"name": "AUTOMOX_ACCOUNT_UUID"
},
{
"description": "Numeric Automox organization ID. Recommended — required by most tools, optional for tools that don't need org context.",
"format": "string",
"name": "AUTOMOX_ORG_ID"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}