4,500+ servers built on MCP Fusion
Vinkius
EdApp logo
Vinkius
CrewAI logo

How to Use the EdApp MCP in CrewAI

Deploy an autonomous crew of AI agents to manage your EdApp training program. Let them handle reporting, onboarding, and analysis with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect EdApp MCP to CrewAI

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

Assemble a Training Admin Crew

Define specialized roles for a team of agents. An 'Onboarding Agent' can be tasked with using `create_new_learner` whenever a new employee joins. A 'Reporting Agent' can run on a schedule, using `get_catalog_statistics` and `get_course_progress_report` to generate weekly summaries. These agents collaborate. The Onboarding Agent can pass a new user's ID to an 'Engagement Agent,' whose only job is to monitor `get_lesson_attempts_log`. If a user is struggling, that agent can flag it for a human manager, creating a fully autonomous system.

Autonomous Content and Course Management

You can build a crew to manage the training catalog itself. A 'Content Scout' agent can monitor industry trends, while a 'Curriculum Planner' agent uses `list_training_courses` and `list_course_collections` to analyze your current offerings in EdApp. When the crew identifies a gap, it can formulate a recommendation for a new course. This moves your AI from just executing tasks to assisting with strategic decisions about your training program. The crew works together to provide insights you'd otherwise miss.

Proactive Learner Support with a CrewAI MCP Server

Set up a 'Support Crew' to proactively help your learners. One agent's job is to constantly monitor the feed from `get_lesson_attempts_log`. If it detects that a user has failed the same quiz multiple times, it recognizes a problem. It then passes that information to a 'Tutor Agent'. That agent can use `get_learner_details` to find the user's manager and send an alert. Your agents are now actively improving training outcomes without any direct human involvement. This is what an autonomous MCP Server integration enables.

Setup guide

Set up EdApp MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke EdApp tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="EdApp Analyst",
    goal="Access and analyze EdApp data via MCP.",
    backstory="Expert analyst with direct EdApp access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent EdApp transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 EdApp MCP in CrewAI

It's simple. Just pass your Vinkius MCP URL to the agent's `mcps` parameter in your crew definition. The agent will automatically get access to all available EdApp tools, like `list_learners` and `get_course_progress_report`.
Yes. You can use a `tool_filter` when defining the `MCPServerHTTP` connection for each agent. This lets you create a 'read-only' agent that can only call `list_training_courses` and a separate 'admin' agent that has access to `remove_learner`.
No, the basic setup is very direct. After you `pip install crewai[tools]`, you just need to provide your unique Vinkius MCP URL in your agent's configuration. It's designed to get you started quickly.
Definitely. You can assign one agent for onboarding (`create_new_learner`), another for monitoring progress (`get_course_progress_report`), and a third for offboarding (`remove_learner`). They can pass information between each other to run the whole process autonomously.
Every request from your CrewAI agents is authenticated and executed in a dedicated, single-use sandbox on Vinkius. The server only handles the data needed for a specific tool, like `get_lesson_attempts_log`, and purges all information once the operation is done. Nothing is ever stored.

Start using the EdApp MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

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