ezyVet Connector for AI agents.
12 live capabilities
Manage your veterinary practice and patient records through natural conversation.
Waiting for input…
Why people use ezyVet
EzyVet : Stop clicking through messy veterinary practice software
With this Connector, you just ask your agent. It pulls the consult history instantly using `list_consults`. You stay focused on the pet, not the screen. It turns a 30-second search into a 2-second answer.
What Vinkius changes
You get a conversational interface for your ezyVet data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick history check
A vet asks for a dog's last vaccination date during a checkup.
- Real-world use case 02
Billing oversight
A manager wants to see all pending invoices for the current month.
- Real-world use case 03
Inventory verification
A tech needs to know if a specific heartworm medication is in stock.
Complete set · 12capabilities
The complete ezyVet capability set.
These are the exact actions your AI can choose when you ask it to work with ezyVet.
01—04
4 capabilities in this set.
Part of 12 available through ezyVet.
- 01 Capability
Get consult
Get a specific clinical consult by its ID. This lets you review past medical notes for a patient.
- 02 Capability
Get invoice
Get a specific invoice by its ID. Use this to check the payment status of a past bill.
- 03 Capability
Get me
Get your own ezyVet user profile. This lets the agent know who is currently logged in.
- 04 Capability
List contacts
List all clients, suppliers, and staff. This helps you find contact details quickly.
05—08
4 capabilities in this set.
Part of 12 available through ezyVet.
- 05 Capability
Get animal
Get a specific animal's details by its ID. This helps you quickly pull up a patient's history.
- 06 Capability
Get appointment
Get a specific appointment by its ID. Use this to see the details of a scheduled visit.
- 07 Capability
List animals
List all animals registered in your system. This is great for seeing your full patient list and understanding your current caseload.
- 08 Capability
List appointments
List all upcoming appointments. Use this to see your clinic's daily schedule at a glance.
09—12
4 capabilities in this set.
Part of 12 available through ezyVet.
- 09 Capability
List invoices
List all invoices in your practice. Use this to track payments and monitor your revenue.
- 10 Capability
List products
List all products in your inventory. This lets you check stock levels while talking to owners.
- 11 Capability
List consults
List all clinical consults. Use this to see a history of all patient treatments.
- 12 Capability
Get contact
Get a specific contact's details by their ID. Use this to find specific owner or supplier information.
Set up in minutes
One URL. Then ask ezyVet to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ezyVet 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_D25Zxcg64VpurlmuRpSF2pmIZjuy2mQERAXfW7bq/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 ezyVet, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ezyVet for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_D25Zxcg64VpurlmuRpSF2pmIZjuy2mQERAXfW7bq/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 ezyVet URL.
- Step 03
Save and start
Save the connection and enable ezyVet in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ezyvet": {
"url": "https://edge.vinkius.com/vk_preview_D25Zxcg64VpurlmuRpSF2pmIZjuy2mQERAXfW7bq/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 ezyVet
Open Agent mode in chat and ask: "Using ezyVet, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ezyvet": {
"url": "https://edge.vinkius.com/vk_preview_D25Zxcg64VpurlmuRpSF2pmIZjuy2mQERAXfW7bq/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 ezyVet
Ask Copilot: "Using ezyVet, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ezyvet": {
"url": "https://edge.vinkius.com/vk_preview_D25Zxcg64VpurlmuRpSF2pmIZjuy2mQERAXfW7bq/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 ezyVet
Open Cascade and ask: "Using ezyVet, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ezyvet": {
"url": "https://edge.vinkius.com/vk_preview_D25Zxcg64VpurlmuRpSF2pmIZjuy2mQERAXfW7bq/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 ezyVet
Ask Cline: "Using ezyVet, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ezyvet --transport http "https://edge.vinkius.com/vk_preview_D25Zxcg64VpurlmuRpSF2pmIZjuy2mQERAXfW7bq/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 ezyVet
Ask Claude: "Using ezyVet, show me...". 12 tools are ready
Where the request belongs
Work ezyVet can move forward.
Veterinary clinic owners and staff who are tired of toggling between multiple tabs to find patient history, check schedules, or verify billing details. It's for the clinic where the pace is fast and every second spent clicking through a management UI is a second taken away from patient care.
Veterinarian
Reviewing patient history or appointment details during a busy consultation.
Practice Manager
Monitoring clinic flow and billing status through natural language queries.
Vet Technician
Accessing patient records and product info directly from the clinical workflow.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMoeGo
Manage your pet care business via MoeGo. track appointments, pets, and customers directly from your AI agent.
Cliniko
Manage your healthcare practice via Cliniko. handle appointments, patient records, practitioners, and treatment notes directly from any AI agent.
EasyPractice
Equip your AI agent to manage clinic appointments, track clients, and monitor invoices via the EasyPractice API.
Gingr
Retrieve pet owner profiles, track reservations, and oversee check-ins via AI agents with Gingr.
Truepill
Manage pharmacy operations and patient records via Truepill. create patients, find records, and track prescriptions directly from any AI agent.
Pet Senior Care Planner
Identify pet life stages and generate customized veterinary and lifestyle protocols.
Bring your own AI
Change the model, client or framework. Keep ezyVet 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 ezyVet.
The practical details behind the request, access and result.
Can the ezyVet MCP see my patient records?
Yes, it can fetch patient records and clinical history for you. This allows your AI agent to pull up specific pet data instantly during a consultation.
Does the ezyVet MCP help with clinic billing?
Yes, it can list and inspect invoices. You can ask your agent to show recent payments or find specific billing details for any client.
Can I use the ezyVet MCP in Claude or Cursor?
Yes, it works with any MCP-compatible client. Once connected via Vinkius, you can use it in your preferred AI capability.
How do I connect ezyVet to my AI agent?
You just need to subscribe to the Connector on Vinkius and provide your ezyVet Client ID, Client Secret, and Partner ID in the setup fields.
Does ezyVet MCP work for multi-clinic practices?
It works with any ezyVet account that has the proper permissions. If your account manages multiple locations, the agent will access the data associated with your credentials.
Can I use this to book new appointments?
This Connector is primarily for data retrieval. It allows you to list and view appointments, but it doesn't currently support creating or editing new bookings.
Where do I find my ezyVet API credentials?
You can generate your Client ID and Client Secret in the ezyVet Developer Portal or request them from ezyVet support. Your Partner ID is typically provided during your integration onboarding.
Does this integration support multiple practice locations?
Yes, as long as your API credentials have access to those locations. The results will reflect the data authorized for your Partner ID and Client credentials.
Can I access clinical consult history?
Yes, the list_consults and get_consult capabilities allow you to retrieve and inspect past clinical sessions and their associated data.
One connection away
Give your agent a direct line to ezyVet.
Connect ezyVet once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available