How to Use the AcademyOcean MCP in Claude Code
Manage AcademyOcean training rosters straight from the terminal. Claude Code handles LMS syncs via headless CLI commands.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AcademyOcean MCP to Claude Code
Create your Vinkius account to connect AcademyOcean to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Trigger LMS invites from Claude Code
Provisioning new accounts shouldn't require clicking through a web interface. You can execute onboarding commands directly from your terminal session. Pipe a text file of new hires straight into the agent. The CLI parses the list and fires `invite_learner` for every address. You watch the success logs scroll by in standard output, completely bypassing the browser.
Build automated sync pipelines
Keeping your internal database aligned with the training platform usually involves messy cron jobs. Now you can let your terminal agent handle the synchronization logic. This MCP Server gives your scripts access to `list_learners`. The agent compares the remote roster with your local database dump, identifying missing users and generating the exact bash commands to fix the drift.
Audit completion status in CI/CD
Blocking deployments based on compliance training is a brutal but effective security measure. You can wire this integration into your GitHub Actions to check certification status before merging. The headless agent calls `list_courses` to find the required module, then checks `get_learner_progress` for the author of the pull request. If they haven't finished the security module, the pipeline fails.
Set up AcademyOcean MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeacademyocean-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest AcademyOcean transactions." It will automatically discover and invoke the available AcademyOcean tools.
claude mcp add --transport http academyocean-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 AcademyOcean MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AcademyOcean MCP today
We host it, we monitor it, we maintain it. You just paste one token.