Command Palette

Search for a command to run...

UnylyUnyly
Browse all

EzyVet Server

FreeNot checked

Enables AI agents to manage veterinary practice data through ezyVet API, including animals, contacts, appointments, consults, invoices, and products.

GitHubEmbed

About

Enables AI agents to manage veterinary practice data through ezyVet API, including animals, contacts, appointments, consults, invoices, and products.

README

markdown

ezyVet MCP Server

An MCP (Model Context Protocol) server for ezyVet veterinary practice management API v1.

Overview

This MCP server provides AI agents with 8 tools to read and manage animals, contacts, appointments, consults, invoices, and products across an ezyVet veterinary practice deployment.

Features

  • 8 MCP Tools for veterinary practice management
  • OAuth 2.0 Client Credentials authentication with auto token renewal
  • Async HTTP via httpx for efficient API calls
  • Pydantic v2 schemas for type-safe inputs/outputs
  • Write-gated appointment creation (requires env flag)

Tools

Tool Endpoint Description
list_animals GET /animal List animals with pagination
get_animal GET /animal/{id} Get single animal by ID
list_contacts GET /contact List contacts (pet owners/clients)
list_appointments GET /appointment List appointments with date filtering
create_appointment POST /appointment Create new appointment (write-gated)
list_consults GET /consult List clinical consult records
list_invoices GET /invoice List invoices
list_products GET /product List products

Installation

from github.com/NoBanks/ezyvet-mcp

Installing EzyVet Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/NoBanks/ezyvet-mcp

FAQ

Is EzyVet Server MCP free?

Yes, EzyVet Server MCP is free — one-click install via Unyly at no cost.

Does EzyVet Server need an API key?

No, EzyVet Server runs without API keys or environment variables.

Is EzyVet Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install EzyVet Server in Claude Desktop, Claude Code or Cursor?

Open EzyVet Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare EzyVet Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs