4,500+ servers built on MCP Fusion
Vinkius
Kandji logo
Vinkius
AutoGen logo

How to Use the Kandji MCP in AutoGen

Use AutoGen agent teams to debate and decide on Kandji MDM policies for your Apple fleet.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Kandji MCP on Cursor AI Code Editor MCP Client Kandji MCP on Claude Desktop App MCP Integration Kandji MCP on OpenAI Agents SDK MCP Compatible Kandji MCP on Visual Studio Code MCP Extension Client Kandji MCP on GitHub Copilot AI Agent MCP Integration Kandji MCP on Google Gemini AI MCP Integration Kandji MCP on Lovable AI Development MCP Client Kandji MCP on Mistral AI Agents MCP Compatible Kandji MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
AutoGen

Connect Kandji MCP to AutoGen

Create your Vinkius account to connect Kandji to AutoGen and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Debate Security Policies with AutoGen

Set up two agents to argue about update policies. A "SecurityAgent" can use `list_devices` to find devices with old OS versions and demand an immediate update. It uses data to make its case. A "ProductivityAgent" can counter by using `list_custom_apps` to argue that a forced update might break critical developer tools. They'll debate, using Kandji data from this MCP server as evidence, until they reach a consensus on a rollout plan.

Let Agents Manage a Staged Rollout

Create a "PlannerAgent" that designs a phased deployment. It uses `list_blueprints` to identify pilot and production groups. Then, it uses `list_users` to see who is in each group. An "ExecutorAgent" then takes the plan and monitors the rollout using this MCP server to check `list_activity` for progress and `list_commands` to verify actions. If the Planner and Executor disagree on the status, they can discuss and resolve it.

Automate Collaborative Incident Response

When a device is reported lost, an "InvestigatorAgent" can be triggered. It uses `get_device` to pull the asset's last known IP and status, and `list_users` to identify the owner. It presents its findings to a "DecisionAgent". The DecisionAgent can then debate whether to issue a remote lock or wipe command via the MCP server. This multi-agent check prevents accidental wipes and creates an audit trail of the decision.

Setup guide

Set up Kandji MCP in AutoGen

Prerequisites

  • Python 3.10+ installed
  • autogen-ext[mcp] package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install AutoGen with MCP

    Run pip install "autogen-ext[mcp]" autogen-agentchat. The MCP extension includes mcp_server_tools for stateless tool access.

  2. 2

    Fetch tools from the MCP

    Call mcp_server_tools(SseServerParams(url=...)) with your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Run your agent

    Pass the tools to AssistantAgent and call agent.run(). The agent invokes Kandji tools and returns structured results.

agent.py
from autogen_ext.tools.mcp import SseServerParams, mcp_server_tools
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient

server_params = SseServerParams(
    url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)

tools = await mcp_server_tools(server_params)

agent = AssistantAgent(
    name="Kandji_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent Kandji data")
print(result.messages[-1].content)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Kandji MCP in AutoGen

One agent might use `list_devices` from the Kandji MCP server to flag a vulnerable device. Another agent can then use `list_users` to identify the owner and discuss the best way to notify them before taking action.
Yes. Assign one agent to get policies with `list_parameters` and another to check deployed apps with `list_auto_apps`. They can then compare notes and report any conflicts between policy and reality.
A security agent might propose wiping a device. A support agent could counter by checking `list_activity` and arguing the device was recently online, suggesting a `lock` command is a better first step.
Your agents can call `list_blueprints` to get a complete list of all device configuration profiles in Kandji. This is the starting point for any agent conversation about assigning devices to the correct groups.
Yes. The server only processes Kandji metadata about your devices, users, and policies. Each request runs in an ephemeral, sandboxed environment on Vinkius, and your auth token encrypts the connection. Your core Kandji credentials are not used.

Start using the Kandji MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Kandji. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.