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

How to Use the edX MCP in AutoGen

Deploy AutoGen agents that use this MCP Server to debate edX course selections and program paths.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect edX MCP to AutoGen

Create your Vinkius account to connect edX 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

Multi-Agent edX MCP Server Discovery

Your AutoGen setup can assign `search_courses` to a dedicated research agent. This agent queries the catalog, filtering by language and subject, to build a list of potential classes. It hands that raw list over to a separate evaluation agent. The evaluation agent then calls `get_course` to pull the estimated effort and prerequisites. If the research agent suggests a class that requires 20 hours a week, the evaluation agent pushes back and requests a lighter alternative. They debate until they find a realistic match for the user.

Compare MicroMasters and Single Classes

One agent uses `search_programs` to find intensive Bootcamps and XSeries. A competing agent uses `search_courses` to find standalone alternatives. They present the user with a direct comparison of time commitments and course counts. To settle disagreements, they pull hard data. An agent triggers `get_program` to see exactly what the MicroMasters entails, while another checks `get_course_runs` to see if the standalone classes are actually available right now. The user gets a consensus recommendation.

Validate University Offerings

Your research agent calls `get_organizations` to pull the exact names and course counts for partners like IBM and Google. It uses this data to restrict its subsequent searches. If a user demands a tech-focused curriculum, the agent queries `get_subjects` to find the exact taxonomy terms. It maps those subjects to specific organizations, ensuring the final list of courses comes strictly from validated industry partners.

Setup guide

Set up edX 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 edX 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="edX_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent edX 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 edX MCP in AutoGen

Install `autogen-ext[mcp]`. Call `mcp_server_tools` with your Streamable HTTP URL, and pass the resulting list into your `AssistantAgent` constructor.
Yes. `McpToolAdapter` handles the schema conversions. You can give the `search_courses` tool to one agent and the `get_course_run` tool to another.
If an agent pulls a class via `get_course` and sees missing prerequisites, it can automatically trigger a new `search_courses` query to find the foundational class first.
Yes. An agent can monitor `get_course_runs` to check if a status changes from upcoming to current, alerting the rest of the agent group.
No. The MCP server only transmits your specific search parameters, like 'Python' or 'MIT', to fetch public syllabus and program data. Vinkius handles the authorization via a single endpoint token and destroys the container after the session, ensuring your agent's internal reasoning stays private.

Start using the edX MCP today

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

Built & Managed by Vinkius 30s setup 8 tools

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

No hosting. No infrastructure. No complex setup.
All 8 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.