How to Use the Evolio MCP in Claude Code
Automate your coaching administration from the terminal. Claude Code manages Evolio cases via headless shell commands.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Evolio MCP to Claude Code
Create your Vinkius account to connect Evolio 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.
Automate Case Reporting
Evolio turns your terminal into a coaching administration hub via `list_cases` and `list_tasks_by_case`. You tell Claude Code to generate a weekly summary, and it pulls the raw data directly into your shell. This works perfectly in cron jobs or CI/CD pipelines. The agent grabs the open cases, formats them into a markdown report, and saves the file locally. Zero graphical interfaces involved.
Script Bulk Coaching Updates
The MCP Server allows programmatic modifications through `update_case` and `create_task`. Pass a CSV of new action items to your AI client, and it loops through the records to update the platform. Headless execution means this happens fast. Claude Code fires the mutation commands, checks the HTTP responses, and logs any errors to standard output. You get predictable, scriptable administration.
Sync Files via MCP Server
You can build automated backup scripts using `get_client` and `list_client_files`. The agent retrieves the metadata for every attached document across your entire coaching roster. Pipe that output into a bash script or an AWS command. Claude Code handles the complex API pagination and filtering, handing you clean paths to download or archive.
Set up Evolio 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 seeevolio-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Evolio transactions." It will automatically discover and invoke the available Evolio tools.
claude mcp add --transport http evolio-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 Evolio MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Evolio MCP today
We host it, we monitor it, we maintain it. You just paste one token.