BioVet MCP Server

MCP serverDev tools

This connects your AI to Bio Vet, a veterinary clinic network in Moscow with 20 locations open 24/7. Once added, your AI can look up clinics, check current prices and open appointment times, book a visit, and help judge how urgently your pet needs care. Clinic information is in Russian.

Available today. Use it from your connected AI after setup.

After adding it, ask your AI to find a clinic near you or check the price for a service. If your pet has symptoms, describe them and ask for a triage assessment.

Then ask your AI: use BioVet MCP Server to find clinic

What your AI can do with it

  • Find clinics across the 20-location Moscow network
  • Show live prices for veterinary services
  • List available appointment times
  • Book a visit at a clinic
  • Help assess how urgent your pet's symptoms are through triage

From the project's README

As published by bio-vet/biovet-mcp in README.md.

Remote MCP server for BioVet — a network of 20 veterinary clinics in Moscow, Russia (open 24/7).

Lets AI assistants (Claude, agentic browsers, any MCP client) find a clinic, check live prices, see open appointment slots, book a visit, run a symptom urgency check (triage table approved by licensed veterinarians) and check whether a food or houseplant is safe for a pet.

  • Endpoint: https://bio.vet/mcp (Streamable HTTP, stateless JSON-RPC 2.0, no auth required)
  • Manifest: https://bio.vet/.well-known/mcp.json
  • Language: tools accept and answer in Russian (the clinics operate in Moscow)

Quick start

Claude Code:

claude mcp add --transport http biovet https://bio.vet/mcp

Claude Desktop: Settings → Connectors → Add custom connectorhttps://bio.vet/mcp.

Tools

ToolWhat it does
find_clinicNearest of 20 clinics by district / metro / street query or by coordinates, with live Yandex Maps ratings and clinic_id
get_pricesLive prices from the clinic network's price list (900+ services, same in every clinic)
check_slotsDoctors of a clinic with their open appointment times; if the requested specialty is absent, suggests real clinics in the network that have it
book_visitBooks a real appointment (name + phone + clinic + time). The assistant must show the user a summary and get explicit confirmation first
triageSymptom urgency check — go now / see a vet today / observe — based on a sign table approved by the network's veterinarians. Routing only, never a diagnosis
food_checkIs this food/plant safe for a cat, dog, rodent or bird — vet-reviewed reference

Example

curl -s -X POST https://bio.vet/mcp -H 'Content-Type: application/json' -d '{
  "jsonrpc": "2.0", "id": 1, "method": "tools/call",
  "params": { "name": "find_clinic", "arguments": { "query": "Марьино" } }
}'

Safety

  • Booking is rate-limited per IP and every booking is tagged in the clinic's journal; the CRM may call the client back to confirm.
  • No drug dosages and no medical advice beyond urgency routing are ever returned — triage always ends with "see a veterinarian".
  • Read tools are free to call; there is no tracking of MCP clients.

About

BioVet — сеть ветеринарных клиник: 20 клиник в Москве и Реутове, все работают круглосуточно, собственная лаборатория. Этот MCP-сервер — официальный.

Открытые ветеринарные датасеты сети (CC BY 4.0): github.com/Bio-Vet · bio.vet/open-data

Tools it offers (7)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • find_clinic
  • get_prices
  • check_slots
  • book_visit
  • triage
  • ask_vet_kb
  • food_check

Signals

Last commit
Sep 2026
Advanced
Delivery
biovet-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
vet-bio-biovet-mcp
Source
github.com/bio-vet/biovet-mcp
Hosted endpoint
https://bio.vet/mcp