EasyPractice Connector for AI agents.
10 live capabilities
Manage clinic appointments and patient records through natural conversation.
Waiting for input…
Why people use EasyPractice
EasyPractice for Clinic Management and Billing
With this Connector, you just ask your agent what's on the schedule or which invoices are overdue. It pulls that data instantly into your chat, so you can stay in one place. You get a clear view of your clinic's health without the click fatigue.
What Vinkius changes
Your clinic's data becomes conversational.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking tomorrow's schedule
A clinic manager asks for tomorrow's appointments and gets a list of names and times using `list_clinic_appointments`.
- Real-world use case 02
Verifying a client
A therapist searches for a client by email using `search_clinic_clients` to pull up their history during a session.
- Real-world use case 03
Monitoring unpaid bills
An admin asks for unpaid invoices and gets a list of outstanding amounts using `list_clinic_invoices`.
Complete set · 10capabilities
The complete EasyPractice capability set.
These are the exact actions your AI can choose when you ask it to work with EasyPractice.
01—04
4 capabilities in this set.
Part of 10 available through EasyPractice.
- 01 Capability
Get easypractice account metadata
See your account's usage limits and metadata. This helps you keep an eye on your subscription status.
- 02 Capability
Get appointment details
Pull specific details for a single scheduled appointment. Use this to see exact start times and session types.
- 03 Capability
Get client details
Get a full profile and history for a specific client. It's perfect for reviewing patient records quickly.
- 04 Capability
List clinic appointments
View all scheduled appointments in your clinic. Use this to get a bird's-eye view of your daily calendar.
05—07
3 capabilities in this set.
Part of 10 available through EasyPractice.
- 05 Capability
List clinic clients
See all clients registered in your clinic. This is useful for reviewing your entire patient base.
- 06 Capability
List clinic invoices
List all invoices issued by your clinic. Use this to monitor your billing history and payments.
- 07 Capability
List latest appointments
Identify the most recently updated or scheduled sessions. This helps you stay on top of new bookings.
08—10
3 capabilities in this set.
Part of 10 available through EasyPractice.
- 08 Capability
List clinic services
See all services and session types offered by your clinic. Use this to verify your current pricing tiers.
- 09 Capability
Search clinic clients
Find clients using a name or email keyword. This makes it easy to pull up specific records without scrolling.
- 10 Capability
Quick clinic volume audit
Get a high-level summary of client and appointment activity. This gives you a pulse on your clinic's volume.
Set up in minutes
One URL. Then ask EasyPractice to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use EasyPractice 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_oZSeKRhpAt7tUb4DdU8X3Gdz8oyob99MTPo6E8Tc/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 EasyPractice, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable EasyPractice for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_oZSeKRhpAt7tUb4DdU8X3Gdz8oyob99MTPo6E8Tc/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 EasyPractice URL.
- Step 03
Save and start
Save the connection and enable EasyPractice in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"easypractice": {
"url": "https://edge.vinkius.com/vk_preview_oZSeKRhpAt7tUb4DdU8X3Gdz8oyob99MTPo6E8Tc/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 EasyPractice
Open Agent mode in chat and ask: "Using EasyPractice, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"easypractice": {
"url": "https://edge.vinkius.com/vk_preview_oZSeKRhpAt7tUb4DdU8X3Gdz8oyob99MTPo6E8Tc/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 EasyPractice
Ask Copilot: "Using EasyPractice, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"easypractice": {
"url": "https://edge.vinkius.com/vk_preview_oZSeKRhpAt7tUb4DdU8X3Gdz8oyob99MTPo6E8Tc/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 EasyPractice
Open Cascade and ask: "Using EasyPractice, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"easypractice": {
"url": "https://edge.vinkius.com/vk_preview_oZSeKRhpAt7tUb4DdU8X3Gdz8oyob99MTPo6E8Tc/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 EasyPractice
Ask Cline: "Using EasyPractice, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add easypractice --transport http "https://edge.vinkius.com/vk_preview_oZSeKRhpAt7tUb4DdU8X3Gdz8oyob99MTPo6E8Tc/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 EasyPractice
Ask Claude: "Using EasyPractice, show me...". 10 tools are ready
Where the request belongs
Work EasyPractice can move forward.
Clinic managers and practitioners who are tired of manual data entry and jumping between tabs to find patient info or billing statuses.
Clinic Manager
Checks daily appointment volumes and billing statuses during morning huddles.
Therapist
Pulls up a client's history and upcoming sessions during a consultation.
Billing Coordinator
Monitors unpaid invoices and updates payment statuses across the practice.
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.
Acuity Scheduling
Manage appointments, availability, calendars, classes, and products for your Acuity Scheduling-powered business through natural conversation.
ezyVet
Manage your veterinary practice via ezyVet. list patients, appointments, invoices, and consults directly through your AI agent.
MINDBODY Health & Wellness
Manage your wellness business via MINDBODY. track class schedules, client profiles, and visit history directly via AI.
Truepill
Manage pharmacy operations and patient records via Truepill. create patients, find records, and track prescriptions directly from any AI agent.
Calenso
Manage appointments, customers, and bookings online via AI.
Bring your own AI
Change the model, client or framework. Keep EasyPractice 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 EasyPractice.
The practical details behind the request, access and result.
How does the EasyPractice MCP help with clinic scheduling?
It lets you see your entire schedule and specific appointment details using just your voice or text. You can quickly check who is coming in next without having to log into the full management portal.
Can I use EasyPractice MCP to find patient records?
Yes, you can search for clients by name or email. Your AI agent will pull up their full profile and history so you have the context you need during a session.
Will the EasyPractice MCP show me my clinic's billing status?
It can list all your clinic's invoices and show you payment statuses. This makes it easy to spot which clients have outstanding balances at a glance.
Is EasyPractice MCP good for clinic managers?
It's a great capability for managers who need a high-level overview of clinic volume and activity. You can get a summary of your practice's performance without manual reporting.
Can I check my service prices with EasyPractice MCP?
Yes, you can pull up your clinic's full service catalog. This allows you to quickly verify session types and pricing tiers whenever you need them.
Does EasyPractice MCP work with my current AI agent?
It works with any MCP-compatible client. Once connected, your agent can access your clinic data whenever you ask a question about your practice.
How do I get an EasyPractice API Key?
Log in to your EasyPractice account, navigate to Settings > API, and you can generate or retrieve your unique API Key from there. API access is typically enabled for pro plans.
Can the agent book new appointments?
This integration currently focuses on listing and auditing clinic data. Booking new appointments or sessions should be managed via your EasyPractice online booking page or calendar app.
Does the integration show client contact info?
Yes, you can use the list_clinic_clients or search_clinic_clients capabilities to retrieve client profile details, including their registered email addresses and phone numbers.
One connection away
Give your agent a direct line to EasyPractice.
Connect EasyPractice once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available