How to Use the EdApp MCP in Cline
Build custom training dashboards and automate EdApp learner management directly inside VS Code with Cline.
Works with every AI agent you already use
…and any MCP-compatible client
Connect EdApp MCP to Cline
Create your Vinkius account to connect EdApp to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate live training dashboards using Cline
The `get_catalog_statistics` tool provides raw high-level EdApp metrics that Cline reads to build custom internal interfaces directly in VS Code. Cline fetches these statistics, writes the frontend React components, and integrates the EdApp data endpoints into your local codebase using the EdApp MCP Server. By combining this with `list_course_collections`, Cline maps out your active EdApp training modules. It writes the tests and displays the diff in VS Code so you can deploy an internal reporting tool in minutes.
Automate learner cleanup with Cline MCP Server
The `list_learners` tool allows Cline to scan your complete EdApp user roster directly from your VS Code sidebar. Cline matches this list against `get_learner_details` to find inactive training accounts that have not logged in. Once identified, Cline calls `remove_learner` to prune those profiles from your EdApp subscription. It handles the entire cleanup task end-to-end, editing your local database logs to match the EdApp changes.
Monitor microlearning events using active webhooks
The `list_active_webhooks` tool reveals your configured EdApp event notifications directly to Cline. Cline analyzes these endpoints to ensure your external systems receive real-time updates when learners complete mobile lessons. If an EdApp webhook is missing, Cline writes the backend listener code to handle the events. It configures the integration routes and verifies the setup works without leaving your VS Code editor.
Set up EdApp MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
edapp-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest EdApp refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"edapp-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by EdApp. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the EdApp MCP today
We host it, we monitor it, we maintain it. You just paste one token.