MPU-Manager Connector for AI agents.
10 live capabilities
Manage medical-psychological assessment workflows and clinic schedules
Waiting for input…
Why people use MPU-Manager
MPU-Manager for Solving Clinic Case Management Bottlenecks
MPU-Manager changes this by letting your AI agent do the heavy lifting. Instead of clicking through menus, you just ask your agent to show you the status of a specific case or list all pending reports. You get a clear summary of your day's work in seconds, letting you focus on your patients instead of your paperwork.
What Vinkius changes
You get a dedicated case coordinator that lives inside your favorite AI capability.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Checking daily clinic capacity
A clinic manager asks their agent to list all appointments for the day.
- Real-world use case 02
Quickly pulling client history
A legal consultant needs to know a client's past.
- Real-world use case 03
Opening a new assessment file
An admin finishes an intake call and tells the agent to create a new case.
Complete set · 10capabilities
The complete MPU-Manager capability set.
These are the exact actions your AI can choose when you ask it to work with MPU-Manager.
01—04
4 capabilities in this set.
Part of 10 available through MPU-Manager.
- 01 Capability
List reports
View all generated case reports for your clinic. Use this to quickly find specific documentation.
- 02 Capability
Check mpumanager status
Verify your connection to the MPU-Manager system is active. Use this to ensure your agent has the latest data.
- 03 Capability
Create appointment
Schedule a new time for a medical-psychological assessment. This helps you fill clinic slots without manual entry.
- 04 Capability
Create case
Open a new case file in your management system. Use this to start the intake process for new clients.
05—07
3 capabilities in this set.
Part of 10 available through MPU-Manager.
- 05 Capability
Get appointment
Retrieve the specific details for a scheduled clinic visit. This is useful for checking check-in info quickly.
- 06 Capability
Get case
Fetch the full details and current status of a specific case. Use this to see where a file stands in the pipeline.
- 07 Capability
Get client
Retrieve the profile and history of a registered client. Use this to pull records during a consultation.
08—10
3 capabilities in this set.
Part of 10 available through MPU-Manager.
- 08 Capability
List appointments
See a full list of all upcoming clinic appointments. This gives you a bird's eye view of your daily schedule.
- 09 Capability
List cases
Pull a list of all cases currently in your system. Use this to monitor your total clinic workload.
- 10 Capability
List clients
Get a list of all clients registered in your account. This helps you browse your entire client database.
Set up in minutes
One URL. Then ask MPU-Manager to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MPU-Manager from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EYrzTaoBeMFw30EXZ5PRYwK4hnE83N1ciP00BaVb/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it MPU-Manager, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MPU-Manager for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EYrzTaoBeMFw30EXZ5PRYwK4hnE83N1ciP00BaVb/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the MPU-Manager URL.
- Step 03
Save and start
Save the connection and enable MPU-Manager in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mpu-manager": {
"url": "https://edge.vinkius.com/vk_preview_EYrzTaoBeMFw30EXZ5PRYwK4hnE83N1ciP00BaVb/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using MPU-Manager
Open Agent mode in chat and ask: "Using MPU-Manager, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mpu-manager": {
"url": "https://edge.vinkius.com/vk_preview_EYrzTaoBeMFw30EXZ5PRYwK4hnE83N1ciP00BaVb/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using MPU-Manager
Ask Copilot: "Using MPU-Manager, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mpu-manager": {
"url": "https://edge.vinkius.com/vk_preview_EYrzTaoBeMFw30EXZ5PRYwK4hnE83N1ciP00BaVb/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using MPU-Manager
Open Cascade and ask: "Using MPU-Manager, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mpu-manager": {
"url": "https://edge.vinkius.com/vk_preview_EYrzTaoBeMFw30EXZ5PRYwK4hnE83N1ciP00BaVb/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using MPU-Manager
Ask Cline: "Using MPU-Manager, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mpu-manager --transport http "https://edge.vinkius.com/vk_preview_EYrzTaoBeMFw30EXZ5PRYwK4hnE83N1ciP00BaVb/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using MPU-Manager
Ask Claude: "Using MPU-Manager, show me...". 10 tools are ready
Where the request belongs
Work MPU-Manager can move forward.
This is for clinic managers and legal consultants who are tired of manual data entry. If you're overwhelmed by high-volume medical assessments and need a faster way to track case statuses and appointments, this is your solution.
Clinic Manager
Uses this on Tuesday mornings to see a summary of all pending assessments and check clinic capacity.
Legal Consultant
Uses this to quickly pull client history and legal statuses during consultations without leaving their workspace.
Clinic Administrator
Uses this to book new appointments and verify account-level connectivity to ensure everything is running smoothly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCliniko
Manage your healthcare practice via Cliniko. handle appointments, patient records, practitioners, and treatment notes directly from any AI agent.
Aero Workflow
Organize accounting firm tasks, track client work, and manage team workloads with purpose-built practice management.
Productive.io
Run your agency with project management, resource planning, budgeting, and profitability tracking designed for professional services.
Evolio
Transform your coaching practice with client tracking, session management, and progress analytics that help people grow.
Acuity Scheduling
Manage your Acuity appointments and calendars. audit availability and bookings via AI.
Clustdoc
Collect client documents, track submission progress, and streamline onboarding with organized intake workflows.
Bring your own AI
Change the model, client or framework. Keep MPU-Manager connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about MPU-Manager.
The practical details behind the request, access and result.
How does MPU-Manager help with clinic scheduling?
It lets your AI agent book and manage appointments directly. You can ask your agent to find a slot and schedule a visit, which then updates your MPU-Manager dashboard automatically.
Can I use MPU-Manager to see my client records?
Yes, you can ask your agent to pull up a specific client's history or list all your registered clients. It retrieves the data from your MPU-Manager account so you can see it in the chat.
Is MPU-Manager good for high-volume clinics?
It's designed specifically for that. It helps clinic managers stay on top of many cases at once by providing quick summaries and status updates without needing to click through every single file.
Does MPU-Manager work with Claude or Cursor?
Yes, you can connect MPU-Manager to any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code, to start managing your clinic data through natural conversation.
How do I get started with MPU-Manager?
Just subscribe to the Connector, get your API key from your MPU-Manager dashboard, and connect it to your AI agent. From there, you can start asking questions about your cases and appointments.
Can MPU-Manager help with legal case tracking?
Yes, it's great for legal consultants who need to verify client metadata and track the history of various assessments quickly within their existing workspace.
How do I create a new case via AI?
Use the create_case capability with a client ID and description. The case is opened immediately in your MPU Manager account.
Can I schedule appointments from my agent?
Yes. Use create_appointment with case ID, date (ISO 8601), and location to schedule a new appointment instantly.
How do I view reports for a specific case?
Use list_reports with the case ID to retrieve all generated reports including type, date, and current status.
One connection away
Give your agent a direct line to MPU-Manager.
Connect MPU-Manager once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available